nrf52840_pac::comp::intenclr

Type Alias UP_R

Source
pub type UP_R = BitReader<UP_A>;
Expand description

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

Aliased Type§

struct UP_R { /* private fields */ }

Implementations§

Source§

impl UP_R

Source

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