pub struct W(_);
Expand description
Register CONF1
writer
Implementations§
§impl W
impl W
pub fn slc0_check_owner(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 0>
pub fn slc0_check_owner(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 0>
Bit 0
pub fn slc0_tx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 1>
pub fn slc0_tx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 1>
Bit 1
pub fn slc0_rx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 2>
pub fn slc0_rx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 2>
Bit 2
pub fn cmd_hold_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 3>
pub fn cmd_hold_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 3>
Bit 3
pub fn slc0_len_auto_clr(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 4>
pub fn slc0_len_auto_clr(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 4>
Bit 4
pub fn slc0_tx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 5>
pub fn slc0_tx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 5>
Bit 5
pub fn slc0_rx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 6>
pub fn slc0_rx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 6>
Bit 6
pub fn slc1_check_owner(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 16>
pub fn slc1_check_owner(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 16>
Bit 16
pub fn slc1_tx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 17>
pub fn slc1_tx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 17>
Bit 17
pub fn slc1_rx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 18>
pub fn slc1_rx_check_sum_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 18>
Bit 18
pub fn host_int_level_sel(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 19>
pub fn host_int_level_sel(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 19>
Bit 19
pub fn slc1_tx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 20>
pub fn slc1_tx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 20>
Bit 20
pub fn slc1_rx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 21>
pub fn slc1_rx_stitch_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 21>
Bit 21
pub fn clk_en(&mut self) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 22>
pub fn clk_en(&mut self) -> BitWriterRaw<'_, u32, CONF1_SPEC, bool, BitM, 22>
Bit 22
Methods from Deref<Target = W<CONF1_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.
Trait Implementations§
§impl From<W<CONF1_SPEC>> for W
impl From<W<CONF1_SPEC>> for W
§fn from(writer: W<CONF1_SPEC>) -> W
fn from(writer: W<CONF1_SPEC>) -> W
Converts to this type from the input type.