nrf52840_pac::twis0::config

Type Alias ADDRESS1_R

Source
pub type ADDRESS1_R = BitReader<ADDRESS1_A>;
Expand description

Field ADDRESS1 reader - Enable or disable address matching on ADDRESS[1]

Aliased Type§

struct ADDRESS1_R { /* private fields */ }

Implementations§

Source§

impl ADDRESS1_R

Source

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