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