Struct esp32c6::slchost::gpio_status1::R
source · pub struct R(_);
Expand description
Register GPIO_STATUS1
reader
Implementations§
source§impl R
impl R
sourcepub fn gpio_sdio_int1(&self) -> GPIO_SDIO_INT1_R
pub fn gpio_sdio_int1(&self) -> GPIO_SDIO_INT1_R
Bits 0:31 - Description****
Methods from Deref<Target = R<GPIO_STATUS1_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