Struct esp32::slchost::host_slchost_conf::W
source · pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF
writer
Implementations§
source§impl W
impl W
sourcepub fn host_frc_sdio11(&mut self) -> HOST_FRC_SDIO11_W<'_, 0>
pub fn host_frc_sdio11(&mut self) -> HOST_FRC_SDIO11_W<'_, 0>
Bits 0:4
sourcepub fn host_frc_sdio20(&mut self) -> HOST_FRC_SDIO20_W<'_, 5>
pub fn host_frc_sdio20(&mut self) -> HOST_FRC_SDIO20_W<'_, 5>
Bits 5:9
sourcepub fn host_frc_neg_samp(&mut self) -> HOST_FRC_NEG_SAMP_W<'_, 10>
pub fn host_frc_neg_samp(&mut self) -> HOST_FRC_NEG_SAMP_W<'_, 10>
Bits 10:14
sourcepub fn host_frc_pos_samp(&mut self) -> HOST_FRC_POS_SAMP_W<'_, 15>
pub fn host_frc_pos_samp(&mut self) -> HOST_FRC_POS_SAMP_W<'_, 15>
Bits 15:19
sourcepub fn host_frc_quick_in(&mut self) -> HOST_FRC_QUICK_IN_W<'_, 20>
pub fn host_frc_quick_in(&mut self) -> HOST_FRC_QUICK_IN_W<'_, 20>
Bits 20:24
sourcepub fn host_sdio20_int_delay(&mut self) -> HOST_SDIO20_INT_DELAY_W<'_, 25>
pub fn host_sdio20_int_delay(&mut self) -> HOST_SDIO20_INT_DELAY_W<'_, 25>
Bit 25
sourcepub fn host_sdio_pad_pullup(&mut self) -> HOST_SDIO_PAD_PULLUP_W<'_, 26>
pub fn host_sdio_pad_pullup(&mut self) -> HOST_SDIO_PAD_PULLUP_W<'_, 26>
Bit 26
sourcepub fn host_hspeed_con_en(&mut self) -> HOST_HSPEED_CON_EN_W<'_, 27>
pub fn host_hspeed_con_en(&mut self) -> HOST_HSPEED_CON_EN_W<'_, 27>
Bit 27
Methods from Deref<Target = W<HOST_SLCHOST_CONF_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more