nrf52840_pac::radio::pcnf1

Type Alias WHITEEN_R

Source
pub type WHITEEN_R = BitReader<WHITEEN_A>;
Expand description

Field WHITEEN reader - Enable or disable packet whitening

Aliased Type§

struct WHITEEN_R { /* private fields */ }

Implementations§

Source§

impl WHITEEN_R

Source

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