Struct esp32::slchost::host_slchost_conf_w4::R
source · pub struct R(_);
Expand description
Register HOST_SLCHOST_CONF_W4
reader
Implementations§
source§impl R
impl R
sourcepub fn host_slchost_conf16(&self) -> HOST_SLCHOST_CONF16_R
pub fn host_slchost_conf16(&self) -> HOST_SLCHOST_CONF16_R
Bits 0:7 - SLC timeout value
sourcepub fn host_slchost_conf17(&self) -> HOST_SLCHOST_CONF17_R
pub fn host_slchost_conf17(&self) -> HOST_SLCHOST_CONF17_R
Bits 8:15 - SLC timeout enable
sourcepub fn host_slchost_conf18(&self) -> HOST_SLCHOST_CONF18_R
pub fn host_slchost_conf18(&self) -> HOST_SLCHOST_CONF18_R
Bits 16:23
sourcepub fn host_slchost_conf19(&self) -> HOST_SLCHOST_CONF19_R
pub fn host_slchost_conf19(&self) -> HOST_SLCHOST_CONF19_R
Bits 24:31 - Interrupt to target CPU
Methods from Deref<Target = R<HOST_SLCHOST_CONF_W4_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