rp2040_pac::ppb::icsr

Type Alias PENDSTSET_R

Source
pub type PENDSTSET_R = BitReader;
Expand description

Field PENDSTSET reader - 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_R { /* private fields */ }