[−][src]Struct esp32::slchost::host_slchost_conf::R
Register HOST_SLCHOST_CONF
reader
Implementations
impl R
[src]
pub fn host_hspeed_con_en(&self) -> HOST_HSPEED_CON_EN_R
[src]
Bit 27
pub fn host_sdio_pad_pullup(&self) -> HOST_SDIO_PAD_PULLUP_R
[src]
Bit 26
pub fn host_sdio20_int_delay(&self) -> HOST_SDIO20_INT_DELAY_R
[src]
Bit 25
pub fn host_frc_quick_in(&self) -> HOST_FRC_QUICK_IN_R
[src]
Bits 20:24
pub fn host_frc_pos_samp(&self) -> HOST_FRC_POS_SAMP_R
[src]
Bits 15:19
pub fn host_frc_neg_samp(&self) -> HOST_FRC_NEG_SAMP_R
[src]
Bits 10:14
pub fn host_frc_sdio20(&self) -> HOST_FRC_SDIO20_R
[src]
Bits 5:9
pub fn host_frc_sdio11(&self) -> HOST_FRC_SDIO11_R
[src]
Bits 0:4
Methods from Deref<Target = R<HOST_SLCHOST_CONF_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<HOST_SLCHOST_CONF_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<HOST_SLCHOST_CONF_SPEC>> for R
[src]
fn from(reader: R<HOST_SLCHOST_CONF_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>,