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
impl RifMaster
Sourcepub fn set_attributes(&self, attr: &RifMasterAttributes)
pub fn set_attributes(&self, attr: &RifMasterAttributes)
Set the RIF master attributes
Auto Trait Implementations§
impl Freeze for RifMaster
impl RefUnwindSafe for RifMaster
impl Send for RifMaster
impl Sync for RifMaster
impl Unpin for RifMaster
impl UnwindSafe for RifMaster
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> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
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.