Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensors: lsm6dsv16x: fix get_frame_count API #82438

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

avisconti
Copy link
Collaborator

The get_frame_count() API must return the number of frames in FIFO for a given channel type, and not the total number of generic FIFO frames. This API may be also re-used in the decoder routine when the timestamp baseline is adjusted.

Taken from #82342 and submitted as a separate PR.

The get_frame_count() API must return the number of frames in FIFO
for a given channel type, and not the total number of generic FIFO
frames. This API may be also re-used in the decoder routine when
the timestamp baseline is adjusted.

Signed-off-by: Armando Visconti <[email protected]>
@avisconti avisconti force-pushed the lsm6dsv16x-change-get-frame-count branch from 777d230 to 8ce277d Compare December 3, 2024 15:46
@avisconti avisconti added the bug The issue is a bug, or the PR is fixing a bug label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Drivers area: RTIO area: Sensors Sensors bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant