![]() |
no-OS
|
Structure holding the parameters for timer initialization. More...
#include <no_os_timer.h>
Public Attributes | |
| uint16_t | id |
| uint32_t | freq_hz |
| uint32_t | ticks_count |
| const struct no_os_timer_platform_ops * | platform_ops |
| void * | extra |
Structure holding the parameters for timer initialization.
| void* no_os_timer_init_param::extra |
timer extra parameters (device specific)
| uint32_t no_os_timer_init_param::freq_hz |
timer count frequency (Hz)
| uint16_t no_os_timer_init_param::id |
timer ID
| const struct no_os_timer_platform_ops* no_os_timer_init_param::platform_ops |
Timer platform operations
| uint32_t no_os_timer_init_param::ticks_count |
the number of ticks the timer counts until it resets