|
APM:Libraries
|
Go to the source code of this file.
Functions | |
| void | stopwatch_init (void) |
| void | stopwatch_delay_us (uint32_t us) |
Variables | |
| uint32_t | us_ticks |
| void stopwatch_delay_us | ( | uint32_t | us | ) |
| void stopwatch_init | ( | void | ) |
Definition at line 12 of file stopwatch.c.
Referenced by init().
| uint32_t us_ticks |
Definition at line 10 of file stopwatch.c.
Referenced by F4Light::Scheduler::_delay_us_ny(), F4Light::Scheduler::_print_stats(), Soft_I2C::bus_reset(), i2c_bus_reset(), stopwatch_delay_us(), stopwatch_init(), and usart_foreach().
1.8.13