Struct esp32s3::gpio::cpusdio_int::CPUSDIO_INT_SPEC
source · [−]pub struct CPUSDIO_INT_SPEC;Expand description
GPIO CPUSDIO interrupt status register for GPIO0-31
This register you can read. See API.
For information about available fields see cpusdio_int module
Trait Implementations
sourceimpl Readable for CPUSDIO_INT_SPEC
impl Readable for CPUSDIO_INT_SPEC
read() method returns cpusdio_int::R reader structure
sourceimpl RegisterSpec for CPUSDIO_INT_SPEC
impl RegisterSpec for CPUSDIO_INT_SPEC
sourceimpl Resettable for CPUSDIO_INT_SPEC
impl Resettable for CPUSDIO_INT_SPEC
reset() method sets CPUSDIO_INT to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for CPUSDIO_INT_SPEC
impl Send for CPUSDIO_INT_SPEC
impl Sync for CPUSDIO_INT_SPEC
impl Unpin for CPUSDIO_INT_SPEC
impl UnwindSafe for CPUSDIO_INT_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more