Struct esp32s2::dedicated_gpio::in_scan::IN_SCAN_SPEC
source · [−]pub struct IN_SCAN_SPEC;
Expand description
Dedicated GPIO input status register
This register you can [read
]
(crate::generic::Reg::read). See [API]
(https://docs.rs/svd2rust/#read–modify–write-api).
For information about available fields see [in_scan] (index.html) module
Trait Implementations
sourceimpl Readable for IN_SCAN_SPEC
impl Readable for IN_SCAN_SPEC
read()
method returns [in_scan::R]
(R) reader structure
sourceimpl RegisterSpec for IN_SCAN_SPEC
impl RegisterSpec for IN_SCAN_SPEC
sourceimpl Resettable for IN_SCAN_SPEC
impl Resettable for IN_SCAN_SPEC
reset()
method sets IN_SCAN to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for IN_SCAN_SPEC
impl Send for IN_SCAN_SPEC
impl Sync for IN_SCAN_SPEC
impl Unpin for IN_SCAN_SPEC
impl UnwindSafe for IN_SCAN_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