Zephyr API 3.6.99
|
Structure with generic counter features. More...
#include <counter.h>
Data Fields | |
uint32_t | max_top_value |
Maximal (default) top value on which counter is reset (cleared or reloaded). | |
uint32_t | freq |
Frequency of the source clock if synchronous events are counted. | |
uint8_t | flags |
Flags (see COUNTER_FLAGS). | |
uint8_t | channels |
Number of channels that can be used for setting alarm. | |
Structure with generic counter features.
uint8_t counter_config_info::channels |
Number of channels that can be used for setting alarm.
uint8_t counter_config_info::flags |
Flags (see COUNTER_FLAGS).
uint32_t counter_config_info::freq |
Frequency of the source clock if synchronous events are counted.
uint32_t counter_config_info::max_top_value |
Maximal (default) top value on which counter is reset (cleared or reloaded).