Skip to content

Commit

Permalink
update timing_manager.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Known4225 committed Jan 2, 2025
1 parent e8560f5 commit 13d8c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/app_cpu1/common/drv/timing_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ uint32_t timing_manager_get_trigger_count(void)
/*
* Specify the interrupt source of the scheduler ISR:
*
* Mode 0 uses the timing manager's 'trigger' signal, i.e. the control
* legacy mode - uses the timing manager's 'trigger' signal, i.e. the control
* frequency is based on the PWM carrier frequency and the user-specified PWM sub-ratio.
*
* Mode 1 uses the timing manager's 'all_done' signal, calling the scheduler
* post-sensor mode - uses the timing manager's 'all_done' signal, calling the scheduler
* when all the sensors are done with acquisition. When no sensors are enabled,
* the scheduler is called as in mode 0 (based on the trigger). This mode
* supports reporting of the timing for each sensor
Expand Down

0 comments on commit 13d8c12

Please sign in to comment.