Type Alias rp2040_pac::ppb::icsr::PENDSVCLR_W

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

Field PENDSVCLR writer - PendSV clear-pending bit.
Write:
0 = No effect.
1 = Removes the pending state from the PendSV exception.

Aliased Type§

struct PENDSVCLR_W<'a, REG> { /* private fields */ }