pub struct R(_);Expand description
Register IO_MUX_SD_CMD reader
Implementations
sourceimpl 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_CMD_SPEC>>
Trait Implementations
sourceimpl From<R<IO_MUX_SD_CMD_SPEC>> for R
impl From<R<IO_MUX_SD_CMD_SPEC>> for R
sourcefn from(reader: R<IO_MUX_SD_CMD_SPEC>) -> Self
fn from(reader: R<IO_MUX_SD_CMD_SPEC>) -> Self
Performs the conversion.
Auto Trait Implementations
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