HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
EspPwm::ComplementaryPair Struct Reference

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.
 

Detailed Description

Complementary output pair configuration.

Constructor & Destructor Documentation

◆ ComplementaryPair()

EspPwm::ComplementaryPair::ComplementaryPair ( )
inlinenoexcept

Member Data Documentation

◆ active

bool EspPwm::ComplementaryPair::active

Pair is active.

◆ complementary_channel

hf_u8_t EspPwm::ComplementaryPair::complementary_channel

Complementary channel.

◆ deadtime_ns

hf_u32_t EspPwm::ComplementaryPair::deadtime_ns

Deadtime in nanoseconds.

◆ primary_channel

hf_u8_t EspPwm::ComplementaryPair::primary_channel

Primary channel.


The documentation for this struct was generated from the following file: