pub struct R(_);
Expand description
Register CONF
reader
Implementations§
§impl R
impl R
pub fn tx_fifo_reset(&self) -> BitReaderRaw<bool>
pub fn tx_fifo_reset(&self) -> BitReaderRaw<bool>
Bit 2
pub fn rx_fifo_reset(&self) -> BitReaderRaw<bool>
pub fn rx_fifo_reset(&self) -> BitReaderRaw<bool>
Bit 3
pub fn tx_slave_mod(&self) -> BitReaderRaw<bool>
pub fn tx_slave_mod(&self) -> BitReaderRaw<bool>
Bit 6
pub fn rx_slave_mod(&self) -> BitReaderRaw<bool>
pub fn rx_slave_mod(&self) -> BitReaderRaw<bool>
Bit 7
pub fn tx_right_first(&self) -> BitReaderRaw<bool>
pub fn tx_right_first(&self) -> BitReaderRaw<bool>
Bit 8
pub fn rx_right_first(&self) -> BitReaderRaw<bool>
pub fn rx_right_first(&self) -> BitReaderRaw<bool>
Bit 9
pub fn tx_msb_shift(&self) -> BitReaderRaw<bool>
pub fn tx_msb_shift(&self) -> BitReaderRaw<bool>
Bit 10
pub fn rx_msb_shift(&self) -> BitReaderRaw<bool>
pub fn rx_msb_shift(&self) -> BitReaderRaw<bool>
Bit 11
pub fn tx_short_sync(&self) -> BitReaderRaw<bool>
pub fn tx_short_sync(&self) -> BitReaderRaw<bool>
Bit 12
pub fn rx_short_sync(&self) -> BitReaderRaw<bool>
pub fn rx_short_sync(&self) -> BitReaderRaw<bool>
Bit 13
pub fn tx_msb_right(&self) -> BitReaderRaw<bool>
pub fn tx_msb_right(&self) -> BitReaderRaw<bool>
Bit 16
pub fn rx_msb_right(&self) -> BitReaderRaw<bool>
pub fn rx_msb_right(&self) -> BitReaderRaw<bool>
Bit 17
pub fn sig_loopback(&self) -> BitReaderRaw<bool>
pub fn sig_loopback(&self) -> BitReaderRaw<bool>
Bit 18
Methods from Deref<Target = R<CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.