Enum efm32gg11b820::rtcc::cc0_ctrl::MODEW [] [src]

pub enum MODEW {
    OFF,
    INPUTCAPTURE,
    OUTPUTCOMPARE,
}

Values that can be written to the field MODE

Variants

Compare/Capture channel turned off

Input capture

Output compare

Trait Implementations

Auto Trait Implementations

impl Send for MODEW

impl Sync for MODEW