embassy-stm32

Crates

git

Versions

stm32h573mi

Flavors

Struct FMC

Source
pub struct FMC { /* private fields */ }
Expand description

FMC peripheral

Implementations§

Source§

impl FMC

Source

pub unsafe fn steal() -> Peri<'static, Self>

Unsafely create an instance of this peripheral out of thin air.

§Safety

You must ensure that you’re only using one instance of this type at a time.

Trait Implementations§

Source§

impl A25Pin<FMC> for PC0

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as A25Pin
Source§

impl Clone for FMC

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 · Source§

const fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl D0Pin<FMC> for PD14

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D0Pin
Source§

impl D1Pin<FMC> for PD15

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D1Pin
Source§

impl D2Pin<FMC> for PD0

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D2Pin
Source§

impl D3Pin<FMC> for PD1

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D3Pin
Source§

impl D4Pin<FMC> for PE7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D4Pin
Source§

impl D5Pin<FMC> for PE8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D5Pin
Source§

impl D6Pin<FMC> for PE9

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D6Pin
Source§

impl D7Pin<FMC> for PE10

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as D7Pin
Source§

impl DA0Pin<FMC> for PD14

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA0Pin
Source§

impl DA1Pin<FMC> for PD15

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA1Pin
Source§

impl DA2Pin<FMC> for PD0

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA2Pin
Source§

impl DA3Pin<FMC> for PD1

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA3Pin
Source§

impl DA4Pin<FMC> for PE7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA4Pin
Source§

impl DA5Pin<FMC> for PE8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA5Pin
Source§

impl DA6Pin<FMC> for PE9

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA6Pin
Source§

impl DA7Pin<FMC> for PE10

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as DA7Pin
Source§

impl Debug for FMC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Format for FMC
where (): Format,

Source§

fn format(&self, f: Formatter<'_>)

Writes the defmt representation of self to fmt.
Source§

impl INTPin<FMC> for PC8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as INTPin
Source§

impl NBL1Pin<FMC> for PA15

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NBL1Pin
Source§

impl NCEPin<FMC> for PC8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NCEPin
Source§

impl NE1Pin<FMC> for PC7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NE1Pin
Source§

impl NE2Pin<FMC> for PC8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NE2Pin
Source§

impl NLPin<FMC> for PB7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NLPin
Source§

impl NOEPin<FMC> for PA8

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NOEPin
Source§

impl NWEPin<FMC> for PA7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NWEPin
Source§

impl NWEPin<FMC> for PA9

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NWEPin
Source§

impl NWaitPin<FMC> for PC6

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NWaitPin
Source§

impl SDCKE0Pin<FMC> for PC3

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDCKE0Pin
Source§

impl SDCKE0Pin<FMC> for PC5

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDCKE0Pin
Source§

impl SDCKE1Pin<FMC> for PB5

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDCKE1Pin
Source§

impl SDNE0Pin<FMC> for PC2

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDNE0Pin
Source§

impl SDNE0Pin<FMC> for PC4

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDNE0Pin
Source§

impl SDNE1Pin<FMC> for PB6

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDNE1Pin
Source§

impl SDNWEPin<FMC> for PA7

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDNWEPin
Source§

impl SDNWEPin<FMC> for PC0

Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as SDNWEPin
Source§

impl Copy for FMC

Source§

impl Instance for FMC

Source§

impl PeripheralType for FMC

Source§

impl RccPeripheral for FMC

Auto Trait Implementations§

§

impl Freeze for FMC

§

impl RefUnwindSafe for FMC

§

impl Send for FMC

§

impl Sync for FMC

§

impl Unpin for FMC

§

impl UnwindSafe for FMC

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.