pub type COM0A_W<'a, REG> = FieldWriter<'a, REG, 2, COM0B_A, Safe>;Expand description
Field COM0A writer - Compare Output A Mode
Field COM0B writer - Compare Output B Mode
Aliased Type§
struct COM0A_W<'a, REG> { /* private fields */ }Implementations§
Source§impl<'a, REG> COM0B_W<'a, REG>
impl<'a, REG> COM0B_W<'a, REG>
Sourcepub fn disconnected(self) -> &'a mut W<REG>
pub fn disconnected(self) -> &'a mut W<REG>
Normal port operation, OCix disconnected
Sourcepub fn match_toggle(self) -> &'a mut W<REG>
pub fn match_toggle(self) -> &'a mut W<REG>
Toggle OCix on Compare Match (Might depend on WGM)
Sourcepub fn match_clear(self) -> &'a mut W<REG>
pub fn match_clear(self) -> &'a mut W<REG>
Clear OCix on Compare Match (If PWM is enabled, OCix is set at BOTTOM)