nrf52840_pac::nfct::autocolresconfig

Type Alias MODE_R

Source
pub type MODE_R = BitReader<MODE_A>;
Expand description

Field MODE reader - Enables/disables auto collision resolution

Aliased Type§

struct MODE_R { /* private fields */ }

Implementations§

Source§

impl MODE_R

Source

pub fn variant(&self) -> MODE_A

Get enumerated values variant

Source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is ENABLED

Source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is DISABLED