pub struct R(/* private fields */);
Expand description
Register IO_MUX_SD_DATA3
reader
Implementations§
Source§impl R
impl R
Sourcepub fn register(&self) -> REGISTER_R
pub fn register(&self) -> REGISTER_R
Bits 0:31
Sourcepub fn function_select_low_bits(&self) -> FUNCTION_SELECT_LOW_BITS_R
pub fn function_select_low_bits(&self) -> FUNCTION_SELECT_LOW_BITS_R
Bits 4:5 - configures IO_MUX function, bottom 2 bits
Sourcepub fn function_select_high_bit(&self) -> FUNCTION_SELECT_HIGH_BIT_R
pub fn function_select_high_bit(&self) -> FUNCTION_SELECT_HIGH_BIT_R
Bit 8 - configures IO_MUX function, upper bit
Sourcepub fn sleep_pullup(&self) -> SLEEP_PULLUP_R
pub fn sleep_pullup(&self) -> SLEEP_PULLUP_R
Bit 3 - configures pull up during sleep mode
Sourcepub fn sleep_enable(&self) -> SLEEP_ENABLE_R
pub fn sleep_enable(&self) -> SLEEP_ENABLE_R
Bit 0 - configures output enable during sleep mode
Methods from Deref<Target = R<IO_MUX_SD_DATA3_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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