Enum avr_device::atmega2560::tc3::tccr3a::COM3C_A [−][src]
#[repr(u8)]
pub enum COM3C_A {
DISCONNECTED,
MATCH_TOGGLE,
MATCH_CLEAR,
MATCH_SET,
}Expand description
Compare Output Mode 3C, bits
Value on reset: 0
Variants
0: Normal port operation, OCix disconnected
1: Toggle OCix on Compare Match (Might depend on WGM)
2: Clear OCix on Compare Match (If PWM is enabled, OCix is set at BOTTOM)
3: Set OCix on Compare Match (If PWM is enabled, OCix is cleared at BOTTOM)