[−][src]Struct esp32::slc::conf1::R
Register CONF1
reader
Implementations
impl R
[src]
pub fn clk_en(&self) -> CLK_EN_R
[src]
Bit 22
pub fn slc1_rx_stitch_en(&self) -> SLC1_RX_STITCH_EN_R
[src]
Bit 21
pub fn slc1_tx_stitch_en(&self) -> SLC1_TX_STITCH_EN_R
[src]
Bit 20
pub fn host_int_level_sel(&self) -> HOST_INT_LEVEL_SEL_R
[src]
Bit 19
pub fn slc1_rx_check_sum_en(&self) -> SLC1_RX_CHECK_SUM_EN_R
[src]
Bit 18
pub fn slc1_tx_check_sum_en(&self) -> SLC1_TX_CHECK_SUM_EN_R
[src]
Bit 17
pub fn slc1_check_owner(&self) -> SLC1_CHECK_OWNER_R
[src]
Bit 16
pub fn slc0_rx_stitch_en(&self) -> SLC0_RX_STITCH_EN_R
[src]
Bit 6
pub fn slc0_tx_stitch_en(&self) -> SLC0_TX_STITCH_EN_R
[src]
Bit 5
pub fn slc0_len_auto_clr(&self) -> SLC0_LEN_AUTO_CLR_R
[src]
Bit 4
pub fn cmd_hold_en(&self) -> CMD_HOLD_EN_R
[src]
Bit 3
pub fn slc0_rx_check_sum_en(&self) -> SLC0_RX_CHECK_SUM_EN_R
[src]
Bit 2
pub fn slc0_tx_check_sum_en(&self) -> SLC0_TX_CHECK_SUM_EN_R
[src]
Bit 1
pub fn slc0_check_owner(&self) -> SLC0_CHECK_OWNER_R
[src]
Bit 0
Methods from Deref<Target = R<CONF1_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<CONF1_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<CONF1_SPEC>> for R
[src]
fn from(reader: R<CONF1_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,