Struct esp32s3::apb_ctrl::host_inf_sel::R
source · pub struct R(_);
Expand description
Register HOST_INF_SEL
reader
Implementations§
source§impl R
impl R
sourcepub fn peri_io_swap(&self) -> PERI_IO_SWAP_R
pub fn peri_io_swap(&self) -> PERI_IO_SWAP_R
Bits 0:7 - ******* Description ***********
Methods from Deref<Target = R<HOST_INF_SEL_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