Type Alias rp2040_pac::ppb::icsr::PENDSVSET_W

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

Field PENDSVSET writer - 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_W<'a, REG> { /* private fields */ }