Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
counter_capture_emul.h File Reference

Backend API for emulated counter capture. More...

Go to the source code of this file.

Functions

int counter_capture_emul_input_set (const struct device *dev, uint8_t chan_id, int level)
 Set the emulated capture input level on a channel.
static int counter_capture_emul_input_set_dt (const struct counter_capture_dt_spec *spec, int level)
 Set the emulated capture input level on a channel from a DT spec.
int counter_capture_emul_input_get (const struct device *dev, uint8_t chan_id)
 Get the emulated capture input level on a channel.
static int counter_capture_emul_input_get_dt (const struct counter_capture_dt_spec *spec)
 Get the emulated capture input level on a channel from a DT spec.

Detailed Description

Backend API for emulated counter capture.