Type Alias nrf52840_pac::spis0::config::ORDER_W

source ·
pub type ORDER_W<'a, const O: u8> = BitWriter<'a, u32, CONFIG_SPEC, ORDER_A, O>;
Expand description

Field ORDER writer - Bit order

Aliased Type§

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

Implementations§

source§

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

source

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

Most significant bit shifted out first

source

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

Least significant bit shifted out first