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 */ }