Information about the ticker implementation. More...
#include <ticker_api.h>
Data Fields | |
uint32_t | frequency |
Frequency in Hz this ticker runs at. More... | |
uint32_t | bits |
Number of bits this ticker supports. More... | |
Information about the ticker implementation.
Definition at line 53 of file ticker_api.h.
uint32_t bits |
Number of bits this ticker supports.
Definition at line 55 of file ticker_api.h.
uint32_t frequency |
Frequency in Hz this ticker runs at.
Definition at line 54 of file ticker_api.h.