rp2040_pac::ppb::icsr

Type Alias PENDSVSET_R

Source
pub type PENDSVSET_R = BitReader;
Expand description

Field PENDSVSET reader - PendSV set-pending bit.
Write:
0 = No effect.
1 = Changes PendSV exception state to pending.
Read:
0 = PendSV exception is not pending.
1 = PendSV exception is pending.
Writing 1 to this bit is the only way to set the PendSV exception state to pending.

Aliased Typeยง

struct PENDSVSET_R { /* private fields */ }