nrf52840_pac::rtc0::evten

Type Alias TICK_R

Source
pub type TICK_R = BitReader<TICK_A>;
Expand description

Field TICK reader - Enable or disable event routing for TICK event

Aliased Type§

struct TICK_R { /* private fields */ }

Implementations§

Source§

impl TICK_R

Source

pub fn variant(&self) -> TICK_A

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED

Source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED