Type Alias nrf52840_pac::radio::crccnf::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