Type Alias rp2040_pac::ppb::icsr::PENDSTSET_W

source ·
pub type PENDSTSET_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field PENDSTSET writer - SysTick exception set-pending bit.
Write:
0 = No effect.
1 = Changes SysTick exception state to pending.
Read:
0 = SysTick exception is not pending.
1 = SysTick exception is pending.

Aliased Type§

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