Enum atsamd21e18a::tcc0::fctrlb::HALTW[][src]

pub enum HALTW {
    DISABLE,
    HW,
    SW,
    NR,
}

Values that can be written to the field HALT

Variants

Halt action disabled

Hardware halt action

Software halt action

Non-recoverable fault

Auto Trait Implementations

impl Send for HALTW

impl Sync for HALTW