Type Alias rp2040_pac::ppb::syst_csr::TICKINT_R

source ·
pub type TICKINT_R = BitReader;
Expand description

Field TICKINT reader - 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_R { /* private fields */ }