nrf52840_pac::radio::crccnf

Type Alias LEN_R

Source
pub type LEN_R = FieldReader<u8, LEN_A>;
Expand description

Field LEN reader - CRC length in number of bytes.

Aliased Type§

struct LEN_R { /* private fields */ }

Implementations§

Source§

impl LEN_R

Source

pub fn variant(&self) -> LEN_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_one(&self) -> bool

Checks if the value of the field is ONE

Source

pub fn is_two(&self) -> bool

Checks if the value of the field is TWO

Source

pub fn is_three(&self) -> bool

Checks if the value of the field is THREE