|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Container for counter capture information specified in devicetree. More...
#include <zephyr/drivers/counter.h>
Data Fields | |
| const struct device * | dev |
| Counter device instance. | |
| counter_capture_flags_t | flags |
| Capture flags. | |
| uint8_t | chan_id |
| Channel ID. | |
Container for counter capture information specified in devicetree.
This type contains a pointer to a counter device, a channel number (controlled by the counter device), and capture flags applicable to the channel.
| uint8_t counter_capture_dt_spec::chan_id |
Channel ID.
| const struct device* counter_capture_dt_spec::dev |
Counter device instance.
| counter_capture_flags_t counter_capture_dt_spec::flags |
Capture flags.