|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
PIO symbol structure for precise timing. More...
#include <BasePio.h>
Public Member Functions | |
| hf_pio_symbol_t () noexcept | |
| hf_pio_symbol_t (hf_u32_t dur, bool lvl) noexcept | |
Public Attributes | |
| hf_u32_t | duration |
| Duration in resolution units. | |
| bool | level |
| Signal level (true = high, false = low) | |
PIO symbol structure for precise timing.
|
inlinenoexcept |
|
inlinenoexcept |
| hf_u32_t hf_pio_symbol_t::duration |
Duration in resolution units.
| bool hf_pio_symbol_t::level |
Signal level (true = high, false = low)