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