embassy-stm32

Crates

git

Versions

stm32u585oi

Flavors

FMC

Struct FMC 

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

FMC peripheral

Implementations§

Source§

impl FMC

Source

pub const 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 A19Pin<FMC> for PE3

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl A20Pin<FMC> for PE4

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl A21Pin<FMC> for PE5

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl A22Pin<FMC> for PE6

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl A24Pin<FMC> for PG13

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl A25Pin<FMC> for PG14

Available on non-afio only.
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§

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

Performs copy-assignment from source. Read more
Source§

impl D0Pin<FMC> for PD14

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D1Pin<FMC> for PD15

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D2Pin<FMC> for PD0

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D3Pin<FMC> for PD1

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D4Pin<FMC> for PE7

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D5Pin<FMC> for PE8

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D6Pin<FMC> for PE9

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl D7Pin<FMC> for PE10

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA0Pin<FMC> for PD14

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA1Pin<FMC> for PD15

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA2Pin<FMC> for PD0

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA3Pin<FMC> for PD1

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA4Pin<FMC> for PE7

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA5Pin<FMC> for PE8

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA6Pin<FMC> for PE9

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl DA7Pin<FMC> for PE10

Available on non-afio only.
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 NBL1Pin<FMC> for PB15

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NCEPin<FMC> for PG9

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NE2Pin<FMC> for PG9

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NE3Pin<FMC> for PG10

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NE4Pin<FMC> for PG12

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NLPin<FMC> for PB7

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NOEPin<FMC> for PD4

Available on non-afio only.
Source§

fn af_num(&self) -> u8

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

impl NWEPin<FMC> for PD5

Available on non-afio only.
Source§

fn af_num(&self) -> u8

Get the AF number needed to use this pin as NWEPin.
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.