Enum drivers::dmac::descriptor::DestDrqType
source · #[repr(u8)]pub enum DestDrqType {
Show 26 variants
Sram,
Dram,
OwaTx,
I2sPcm0Tx,
I2sPcm1Tx,
I2sPcm2Tx,
AudioCodec,
IrTx,
Uart0Tx,
Uart1Tx,
Uart2Tx,
Uart3Tx,
Uart4Tx,
Uart5Tx,
Spi0Tx,
Spi1Tx,
Usb0Ep1,
Usb0Ep2,
Usb0Ep3,
Usb0Ep4,
Usb0Ep5,
Ledc,
Twi0,
Twi1,
Twi2,
Twi3,
}
Variants§
Sram
Dram
OwaTx
I2sPcm0Tx
I2sPcm1Tx
I2sPcm2Tx
AudioCodec
IrTx
Uart0Tx
Uart1Tx
Uart2Tx
Uart3Tx
Uart4Tx
Uart5Tx
Spi0Tx
Spi1Tx
Usb0Ep1
Usb0Ep2
Usb0Ep3
Usb0Ep4
Usb0Ep5
Ledc
Twi0
Twi1
Twi2
Twi3
Implementations§
source§impl DestDrqType
impl DestDrqType
fn to_desc_bits(&self) -> u32
Trait Implementations§
source§impl Clone for DestDrqType
impl Clone for DestDrqType
source§fn clone(&self) -> DestDrqType
fn clone(&self) -> DestDrqType
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<DestDrqType> for DestDrqType
impl PartialEq<DestDrqType> for DestDrqType
source§fn eq(&self, other: &DestDrqType) -> bool
fn eq(&self, other: &DestDrqType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DestDrqType
impl Eq for DestDrqType
impl StructuralEq for DestDrqType
impl StructuralPartialEq for DestDrqType
Auto Trait Implementations§
impl RefUnwindSafe for DestDrqType
impl Send for DestDrqType
impl Sync for DestDrqType
impl Unpin for DestDrqType
impl UnwindSafe for DestDrqType
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