Skip to content

Commit

Permalink
drivers: video: Add VIDEO_BUF_STARTED to poll signals
Browse files Browse the repository at this point in the history
Add VIDEO_BUF_STARTED event to video_signal_result.
VIDEO_BUF_STARTED should be triggered once processing
of the buffer has started (e.g. start_of_transmission/reception)

Signed-off-by: Armin Kessler <[email protected]>
  • Loading branch information
epc-ake committed Sep 16, 2024
1 parent cc54480 commit 1000738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/drivers/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ enum video_endpoint_id {
* Identify video event.
*/
enum video_signal_result {
VIDEO_BUF_STARTED,
VIDEO_BUF_DONE,
VIDEO_BUF_ABORTED,
VIDEO_BUF_ERROR,
Expand Down

0 comments on commit 1000738

Please sign in to comment.