Enum avr_device::atmega2560::tc2::tccr2a::COM2B_A
source · #[repr(u8)]pub enum COM2B_A {
DISCONNECTED = 0,
MATCH_TOGGLE = 1,
MATCH_CLEAR = 2,
MATCH_SET = 3,
}Expand description
Compare Output B Mode
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 TOP)
MATCH_SET = 3
3: Set OCix on Compare Match (If PWM is enabled, OCix is cleared at TOP)