Type Alias rp2040_pac::ppb::syst_csr::TICKINT_W

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

Field TICKINT writer - Enables SysTick exception request:
0 = Counting down to zero does not assert the SysTick exception request.
1 = Counting down to zero to asserts the SysTick exception request.

Aliased Type§

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