Struct esp32c2::gpio::func101_in_sel_cfg::FUNC101_IN_SEL_CFG_SPEC
source · [−]pub struct FUNC101_IN_SEL_CFG_SPEC;
Expand description
GPIO input function configuration register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see func101_in_sel_cfg module
Trait Implementations
sourceimpl Readable for FUNC101_IN_SEL_CFG_SPEC
impl Readable for FUNC101_IN_SEL_CFG_SPEC
read()
method returns func101_in_sel_cfg::R reader structure
sourceimpl Resettable for FUNC101_IN_SEL_CFG_SPEC
impl Resettable for FUNC101_IN_SEL_CFG_SPEC
reset()
method sets FUNC101_IN_SEL_CFG to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for FUNC101_IN_SEL_CFG_SPEC
impl Writable for FUNC101_IN_SEL_CFG_SPEC
write(|w| ..)
method takes func101_in_sel_cfg::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for FUNC101_IN_SEL_CFG_SPEC
impl Send for FUNC101_IN_SEL_CFG_SPEC
impl Sync for FUNC101_IN_SEL_CFG_SPEC
impl Unpin for FUNC101_IN_SEL_CFG_SPEC
impl UnwindSafe for FUNC101_IN_SEL_CFG_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