Type Definition atsam4s2a_pac::supc::smmr::SMIEN_W

source ·
pub type SMIEN_W<'a, const O: u8> = BitWriter<'a, u32, SMMR_SPEC, SMIEN_A, O>;
Expand description

Field SMIEN writer - Supply Monitor Interrupt Enable

Implementations§

source§

impl<'a, const O: u8> SMIEN_W<'a, O>

source

pub fn not_enable(self) -> &'a mut W

The SUPC interrupt signal is not affected when a supply monitor detection occurs.

source

pub fn enable(self) -> &'a mut W

The SUPC interrupt signal is asserted when a supply monitor detection occurs.