PendstsetR

Type Alias PendstsetR 

pub type PendstsetR = BitReader<Pendstset>;
Expand description

Field PENDSTSET reader - SysTick exception set-pending bit

Aliased Type§

pub struct PendstsetR { /* private fields */ }

Implementations§

§

impl PendstsetR

pub const fn variant(&self) -> Pendstset

Get enumerated values variant

pub fn is_0(&self) -> bool

write: no effect; read: SysTick exception is not pending

pub fn is_1(&self) -> bool

write: changes SysTick exception state to pending; read: SysTick exception is pending