pub struct W(_);
Expand description
Register CONF
writer
Implementations§
§impl W
impl W
pub fn tx_fifo_reset(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 2>
pub fn tx_fifo_reset(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 2>
Bit 2
pub fn rx_fifo_reset(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 3>
pub fn rx_fifo_reset(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 3>
Bit 3
pub fn tx_slave_mod(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 6>
pub fn tx_slave_mod(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 6>
Bit 6
pub fn rx_slave_mod(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 7>
pub fn rx_slave_mod(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 7>
Bit 7
pub fn tx_right_first(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 8>
pub fn tx_right_first(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 8>
Bit 8
pub fn rx_right_first(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 9>
pub fn rx_right_first(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 9>
Bit 9
pub fn tx_msb_shift(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 10>
pub fn tx_msb_shift(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 10>
Bit 10
pub fn rx_msb_shift(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 11>
pub fn rx_msb_shift(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 11>
Bit 11
pub fn tx_short_sync(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 12>
pub fn tx_short_sync(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 12>
Bit 12
pub fn rx_short_sync(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 13>
pub fn rx_short_sync(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 13>
Bit 13
pub fn tx_msb_right(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 16>
pub fn tx_msb_right(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 16>
Bit 16
pub fn rx_msb_right(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 17>
pub fn rx_msb_right(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 17>
Bit 17
pub fn sig_loopback(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 18>
pub fn sig_loopback(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 18>
Bit 18
Methods from Deref<Target = W<CONF_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.