Struct esp32_hal::pac::slc::rx_dscr_conf::W
pub struct W(_);
Expand description
Register RX_DSCR_CONF
writer
Implementations§
§impl W
impl W
pub fn slc0_token_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 0>
pub fn slc0_token_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 0>
Bit 0
pub fn slc0_infor_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 1>
pub fn slc0_infor_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 1>
Bit 1
pub fn slc0_rx_fill_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 2>
pub fn slc0_rx_fill_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 2>
Bit 2
pub fn slc0_rx_eof_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 3>
pub fn slc0_rx_eof_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 3>
Bit 3
pub fn slc0_rx_fill_en(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 4>
pub fn slc0_rx_fill_en(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 4>
Bit 4
pub fn slc0_rd_retry_threshold(
&mut self
) -> FieldWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, u16, u16, Unsafe, 11, 5>
pub fn slc0_rd_retry_threshold(
&mut self
) -> FieldWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, u16, u16, Unsafe, 11, 5>
Bits 5:15
pub fn slc1_token_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 16>
pub fn slc1_token_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 16>
Bit 16
pub fn slc1_infor_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 17>
pub fn slc1_infor_no_replace(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 17>
Bit 17
pub fn slc1_rx_fill_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 18>
pub fn slc1_rx_fill_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 18>
Bit 18
pub fn slc1_rx_eof_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 19>
pub fn slc1_rx_eof_mode(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 19>
Bit 19
pub fn slc1_rx_fill_en(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 20>
pub fn slc1_rx_fill_en(
&mut self
) -> BitWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, bool, BitM, 20>
Bit 20
pub fn slc1_rd_retry_threshold(
&mut self
) -> FieldWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, u16, u16, Unsafe, 11, 21>
pub fn slc1_rd_retry_threshold(
&mut self
) -> FieldWriterRaw<'_, u32, RX_DSCR_CONF_SPEC, u16, u16, Unsafe, 11, 21>
Bits 21:31
Methods from Deref<Target = W<RX_DSCR_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.
Trait Implementations§
§impl From<W<RX_DSCR_CONF_SPEC>> for W
impl From<W<RX_DSCR_CONF_SPEC>> for W
§fn from(writer: W<RX_DSCR_CONF_SPEC>) -> W
fn from(writer: W<RX_DSCR_CONF_SPEC>) -> W
Converts to this type from the input type.