Struct esp32::slchost::host_slchost_pkt_len1::R
source · pub struct R(_);
Expand description
Register HOST_SLCHOST_PKT_LEN1
reader
Implementations§
source§impl R
impl R
sourcepub fn host_hostslc0_len1(&self) -> HOST_HOSTSLC0_LEN1_R
pub fn host_hostslc0_len1(&self) -> HOST_HOSTSLC0_LEN1_R
Bits 0:19
Methods from Deref<Target = R<HOST_SLCHOST_PKT_LEN1_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