nrf52840_pac::gpiote::config

Type Alias OUTINIT_R

Source
pub type OUTINIT_R = BitReader<OUTINIT_A>;
Expand description

Field OUTINIT reader - When in task mode: Initial value of the output when the GPIOTE channel is configured. When in event mode: No effect.

Aliased Type§

struct OUTINIT_R { /* private fields */ }

Implementations§

Source§

impl OUTINIT_R

Source

pub fn variant(&self) -> OUTINIT_A

Get enumerated values variant

Source

pub fn is_low(&self) -> bool

Checks if the value of the field is LOW

Source

pub fn is_high(&self) -> bool

Checks if the value of the field is HIGH