|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
One symbol of a pulse stream. More...
#include <zephyr/drivers/pulse_io.h>
Data Fields | |
| uint32_t | duration: 31 |
| Duration in ticks of the configured resolution. | |
| uint32_t | level: 1 |
| Line level for the duration (0 or 1). | |
One symbol of a pulse stream.
duration is expressed in ticks of the configured resolution_hz.
| uint32_t pulse_symbol::duration |
Duration in ticks of the configured resolution.
| uint32_t pulse_symbol::level |
Line level for the duration (0 or 1).