SystickactW

Type Alias SystickactW 

pub type SystickactW<'a, REG> = BitWriter<'a, REG, Systickact>;
Expand description

Field SYSTICKACT writer - SysTick exception active bit, reads as 1 if exception is active

Aliased Type§

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

Implementations§

§

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

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

exception is not active

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

exception is active