pub struct SDIO { /* private fields */ }
Expand description
SDIO peripheral
Implementations§
Trait Implementations§
Source§impl CkPin<SDIO> for PC12
impl CkPin<SDIO> for PC12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as CkPin
Source§impl CmdPin<SDIO> for PD2
impl CmdPin<SDIO> for PD2
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as CmdPin
Source§impl D0Pin<SDIO> for PC8
impl D0Pin<SDIO> for PC8
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D0Pin
Source§impl D1Pin<SDIO> for PC9
impl D1Pin<SDIO> for PC9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D1Pin
Source§impl D2Pin<SDIO> for PC10
impl D2Pin<SDIO> for PC10
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D2Pin
Source§impl D3Pin<SDIO> for PC11
impl D3Pin<SDIO> for PC11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D3Pin
Source§impl D4Pin<SDIO> for PB8
impl D4Pin<SDIO> for PB8
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D4Pin
Source§impl D5Pin<SDIO> for PB9
impl D5Pin<SDIO> for PB9
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D5Pin
Source§impl D6Pin<SDIO> for PC6
impl D6Pin<SDIO> for PC6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D6Pin
Source§impl D7Pin<SDIO> for PC7
impl D7Pin<SDIO> for PC7
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as D7Pin
impl Copy for SDIO
impl PeripheralType for SDIO
impl RccPeripheral for SDIO
Auto Trait Implementations§
impl Freeze for SDIO
impl RefUnwindSafe for SDIO
impl Send for SDIO
impl Sync for SDIO
impl Unpin for SDIO
impl UnwindSafe for SDIO
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