Type Alias rp2040_pac::ppb::icsr::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 */ }