Type Alias rp2040_pac::ppb::syst_cvr::CURRENT_W

source ·
pub type CURRENT_W<'a, REG> = FieldWriter<'a, REG, 24, u32>;
Expand description

Field CURRENT writer - Reads return the current value of the SysTick counter. This register is write-clear. Writing to it with any value clears the register to 0. Clearing this register also clears the COUNTFLAG bit of the SysTick Control and Status Register.

Aliased Type§

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