Type Alias atsame54n::system_control::icsr::PENDSTSET_W

source ·
pub type PENDSTSET_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, PENDSTSETSELECT_A>;
Expand description

Field PENDSTSET writer - SysTick set-pending bit

Aliased Type§

struct PENDSTSET_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> PENDSTSET_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

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

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

source

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

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