Enum drivers::dmac::descriptor::SrcDrqType
source · #[repr(u8)]pub enum SrcDrqType {
Show 27 variants
Sram,
Dram,
OwaRx,
I2sPcm0Rx,
I2sPcm1Rx,
I2sPcm2Rx,
AudioCodec,
Dmic,
GpADC,
TpADC,
Uart0Rx,
Uart1Rx,
Uart2Rx,
Uart3Rx,
Uart4Rx,
Uart5Rx,
Spi0Rx,
Spi1Rx,
Usb0Ep1,
Usb0Ep2,
Usb0Ep3,
Usb0Ep4,
Usb0Ep5,
Twi0,
Twi1,
Twi2,
Twi3,
}
Variants§
Sram
Dram
OwaRx
I2sPcm0Rx
I2sPcm1Rx
I2sPcm2Rx
AudioCodec
Dmic
GpADC
TpADC
Uart0Rx
Uart1Rx
Uart2Rx
Uart3Rx
Uart4Rx
Uart5Rx
Spi0Rx
Spi1Rx
Usb0Ep1
Usb0Ep2
Usb0Ep3
Usb0Ep4
Usb0Ep5
Twi0
Twi1
Twi2
Twi3
Implementations§
source§impl SrcDrqType
impl SrcDrqType
fn to_desc_bits(&self) -> u32
Trait Implementations§
source§impl Clone for SrcDrqType
impl Clone for SrcDrqType
source§fn clone(&self) -> SrcDrqType
fn clone(&self) -> SrcDrqType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<SrcDrqType> for SrcDrqType
impl PartialEq<SrcDrqType> for SrcDrqType
source§fn eq(&self, other: &SrcDrqType) -> bool
fn eq(&self, other: &SrcDrqType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SrcDrqType
impl Eq for SrcDrqType
impl StructuralEq for SrcDrqType
impl StructuralPartialEq for SrcDrqType
Auto Trait Implementations§
impl RefUnwindSafe for SrcDrqType
impl Send for SrcDrqType
impl Sync for SrcDrqType
impl Unpin for SrcDrqType
impl UnwindSafe for SrcDrqType
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