Type Alias rp2040_pac::ppb::icsr::PENDSTCLR_W

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

Field PENDSTCLR writer - SysTick exception clear-pending bit.
Write:
0 = No effect.
1 = Removes the pending state from the SysTick exception.
This bit is WO. On a register read its value is Unknown.

Aliased Type§

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