nrf52840_pac::radio::pcnf1

Type Alias ENDIAN_R

Source
pub type ENDIAN_R = BitReader<ENDIAN_A>;
Expand description

Field ENDIAN reader - On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.

Aliased Type§

struct ENDIAN_R { /* private fields */ }

Implementations§

Source§

impl ENDIAN_R

Source

pub fn variant(&self) -> ENDIAN_A

Get enumerated values variant

Source

pub fn is_little(&self) -> bool

Checks if the value of the field is LITTLE

Source

pub fn is_big(&self) -> bool

Checks if the value of the field is BIG