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