Type Alias BitrevR

Source
pub type BitrevR = BitReader<Bitrevselect>;
Expand description

Field BITREV reader - Data Formatting Bit Reverse

Aliased Type§

struct BitrevR { /* private fields */ }

Implementations§

Source§

impl BitrevR

Source

pub const fn variant(&self) -> Bitrevselect

Get enumerated values variant

Source

pub fn is_msbit(&self) -> bool

Transfer Data Most Significant Bit (MSB) first (default for I2S protocol)

Source

pub fn is_lsbit(&self) -> bool

Transfer Data Least Significant Bit (LSB) first