|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Complementary output pair configuration. More...
Public Member Functions | |
| ComplementaryPair () noexcept | |
Public Attributes | |
| hf_u8_t | primary_channel |
| Primary channel. | |
| hf_u8_t | complementary_channel |
| Complementary channel. | |
| hf_u32_t | deadtime_ns |
| Deadtime in nanoseconds. | |
| bool | active |
| Pair is active. | |
Complementary output pair configuration.
|
inlinenoexcept |
| bool EspPwm::ComplementaryPair::active |
Pair is active.
| hf_u8_t EspPwm::ComplementaryPair::complementary_channel |
Complementary channel.
| hf_u32_t EspPwm::ComplementaryPair::deadtime_ns |
Deadtime in nanoseconds.
| hf_u8_t EspPwm::ComplementaryPair::primary_channel |
Primary channel.