nrf52840_pac::comp::inten

Type Alias DOWN_R

Source
pub type DOWN_R = BitReader<DOWN_A>;
Expand description

Field DOWN reader - Enable or disable interrupt for DOWN event

Aliased Type§

struct DOWN_R { /* private fields */ }

Implementations§

Source§

impl DOWN_R

Source

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