Type Alias nrf52840_pac::comp::intenclr::CROSS_R

source ·
pub type CROSS_R = BitReader<CROSS_A>;
Expand description

Field CROSS reader - Write ‘1’ to disable interrupt for CROSS event

Aliased Type§

struct CROSS_R { /* private fields */ }

Implementations§

source§

impl CROSS_R

source

pub fn variant(&self) -> CROSS_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