Type Alias nrf52840_pac::radio::pcnf1::ENDIAN_W

source ·
pub type ENDIAN_W<'a, const O: u8> = BitWriter<'a, u32, PCNF1_SPEC, ENDIAN_A, O>;
Expand description

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

Aliased Type§

struct ENDIAN_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> ENDIAN_W<'a, O>

source

pub fn little(self) -> &'a mut W

Least significant bit on air first

source

pub fn big(self) -> &'a mut W

Most significant bit on air first