pub struct SDIO { /* private fields */ }
Expand description
Secure digital input/output interface
Implementations§
Trait Implementations§
source§impl Enable for SDIO
impl Enable for SDIO
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
source§impl LPEnable for SDIO
impl LPEnable for SDIO
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
source§impl PeriAddress for SDIO
impl PeriAddress for SDIO
impl DMASet<StreamX<DMA2, 3>, 4, MemoryToPeripheral> for SDIO
impl DMASet<StreamX<DMA2, 3>, 4, PeripheralToMemory> for SDIO
impl DMASet<StreamX<DMA2, 6>, 4, MemoryToPeripheral> for SDIO
impl DMASet<StreamX<DMA2, 6>, 4, PeripheralToMemory> for SDIO
impl Send for SDIO
Auto Trait Implementations§
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
source§impl<T> BusTimerClock for Twhere
T: RccBus,
<T as RccBus>::Bus: BusTimerClock,
impl<T> BusTimerClock for Twhere T: RccBus, <T as RccBus>::Bus: BusTimerClock,
source§fn timer_clock(clocks: &Clocks) -> Rate<u32, 1, 1>
fn timer_clock(clocks: &Clocks) -> Rate<u32, 1, 1>
Calculates base frequency of timer depending on
Clock
state