Enum atsamd21e18a::sysctrl::bod33::ACTIONW[][src]

pub enum ACTIONW {
    NONE,
    RESET,
    INTERRUPT,
}

Values that can be written to the field ACTION

Variants

No action

The BOD33 generates a reset

The BOD33 generates an interrupt

Auto Trait Implementations

impl Send for ACTIONW

impl Sync for ACTIONW