Struct esp32s3::gpio::cpusdio_int1::CPUSDIO_INT1_SPEC
source · [−]pub struct CPUSDIO_INT1_SPEC;
Expand description
GPIO CPUSDIO interrupt status register for GPIO32-53
This register you can read
. See API.
For information about available fields see cpusdio_int1 module
Trait Implementations
sourceimpl Readable for CPUSDIO_INT1_SPEC
impl Readable for CPUSDIO_INT1_SPEC
read()
method returns cpusdio_int1::R reader structure
sourceimpl RegisterSpec for CPUSDIO_INT1_SPEC
impl RegisterSpec for CPUSDIO_INT1_SPEC
sourceimpl Resettable for CPUSDIO_INT1_SPEC
impl Resettable for CPUSDIO_INT1_SPEC
reset()
method sets CPUSDIO_INT1 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_INT1_SPEC
impl Send for CPUSDIO_INT1_SPEC
impl Sync for CPUSDIO_INT1_SPEC
impl Unpin for CPUSDIO_INT1_SPEC
impl UnwindSafe for CPUSDIO_INT1_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