SdieW

Type Alias SdieW 

pub type SdieW<'a, REG> = BitWriter<'a, REG, Sdie>;
Expand description

Field SDIE writer - STOP Detect Interrupt Enable

Aliased Type§

pub struct SdieW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> SdieW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Interrupt disabled.

pub fn _1(self) -> &'a mut W<REG>

Interrupt enabled.