nrf52840_pac::radio::crccnf

Type Alias SKIPADDR_R

Source
pub type SKIPADDR_R = FieldReader<u8, SKIPADDR_A>;
Expand description

Field SKIPADDR reader - Include or exclude packet address field out of CRC calculation.

Aliased Type§

struct SKIPADDR_R { /* private fields */ }

Implementations§

Source§

impl SKIPADDR_R

Source

pub fn variant(&self) -> Option<SKIPADDR_A>

Get enumerated values variant

Source

pub fn is_include(&self) -> bool

Checks if the value of the field is INCLUDE

Source

pub fn is_skip(&self) -> bool

Checks if the value of the field is SKIP

Source

pub fn is_ieee802154(&self) -> bool

Checks if the value of the field is IEEE802154