embassy-stm32

Crates

git

Versions

stm32n657i0

Flavors

RifMaster

Enum RifMaster 

Source
pub enum RifMaster {
Show 13 variants Etr, Npu, Sdmmc1, Sdmmc2, Otg1, Otg2, Eth1, Gpu2d, Dma2d, Dcmipp, LtdcL1, LtdcL2, Venc,
}
Expand description

RIF master peripherals

Variants§

§

Etr

Embedded Trace Router

§

Npu

Neural Processing Unit

§

Sdmmc1

Secure Digital Multi Media Card 1

§

Sdmmc2

Secure Digital Multi Media Card 2

§

Otg1

Universal Serial Bus On-the-Go 1

§

Otg2

Universal Serial Bus On-the-Go 2

§

Eth1

Ethernet 1

§

Gpu2d

2D Graphical Processing Unit

§

Dma2d

2D Direct Memory Access controller

§

Dcmipp

Digital Camera Interface Pixel Pipeline

§

LtdcL1

LCD-TFT Display Controller Layer 1

§

LtdcL2

LCD-TFT Display Controller Layer 2

§

Venc

Video Encoder

Implementations§

Source§

impl RifMaster

Source

pub fn set_attributes(&self, attr: &RifMasterAttributes)

Set the RIF master attributes

Auto Trait Implementations§

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> 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> ToMutAligned for T
where T: ?Sized,

Source§

type Element = T

Element
Source§

fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>
where A: Alignment,

Create a type-checked aligned value from a value that is aligned.
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.