pub struct W(/* private fields */);
Expand description
Register IO_MUX_GPIO0
writer
Implementations§
Source§impl W
impl W
Sourcepub fn register(&mut self) -> REGISTER_W<'_>
pub fn register(&mut self) -> REGISTER_W<'_>
Bits 0:31
Sourcepub fn function_select_low_bits(&mut self) -> FUNCTION_SELECT_LOW_BITS_W<'_>
pub fn function_select_low_bits(&mut self) -> FUNCTION_SELECT_LOW_BITS_W<'_>
Bits 4:5 - configures IO_MUX function, bottom 2 bits
Sourcepub fn function_select_high_bit(&mut self) -> FUNCTION_SELECT_HIGH_BIT_W<'_>
pub fn function_select_high_bit(&mut self) -> FUNCTION_SELECT_HIGH_BIT_W<'_>
Bit 8 - configures IO_MUX function, upper bit
Sourcepub fn sleep_pullup(&mut self) -> SLEEP_PULLUP_W<'_>
pub fn sleep_pullup(&mut self) -> SLEEP_PULLUP_W<'_>
Bit 3 - configures pull up during sleep mode
Sourcepub fn sleep_enable(&mut self) -> SLEEP_ENABLE_W<'_>
pub fn sleep_enable(&mut self) -> SLEEP_ENABLE_W<'_>
Bit 0 - configures output enable during sleep mode
Methods from Deref<Target = W<IO_MUX_GPIO0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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