#[repr(u32)]pub enum PeriphEventId {
Show 20 variants
Uart0 = 0,
Uart1 = 4,
Uart2 = 8,
Uart3 = 12,
Spim0 = 16,
Spim1 = 20,
Spim2 = 24,
Spim3 = 28,
I2c0 = 32,
I2c1 = 36,
I2c2 = 40,
I2c3 = 44,
Sdio = 48,
I2s = 52,
Cam = 56,
Adc = 57,
Filter = 60,
Scif = 64,
Spis0 = 68,
Spis1 = 72,
}Variants§
Uart0 = 0
Uart1 = 4
Uart2 = 8
Uart3 = 12
Spim0 = 16
Spim1 = 20
Spim2 = 24
Spim3 = 28
I2c0 = 32
I2c1 = 36
I2c2 = 40
I2c3 = 44
Sdio = 48
I2s = 52
Cam = 56
Adc = 57
Filter = 60
Scif = 64
Spis0 = 68
Spis1 = 72
Trait Implementations§
Source§impl Clone for PeriphEventId
impl Clone for PeriphEventId
Source§fn clone(&self) -> PeriphEventId
fn clone(&self) -> PeriphEventId
Returns a duplicate 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 From<PeriphId> for PeriphEventId
impl From<PeriphId> for PeriphEventId
impl Copy for PeriphEventId
Auto Trait Implementations§
impl Freeze for PeriphEventId
impl RefUnwindSafe for PeriphEventId
impl Send for PeriphEventId
impl Sync for PeriphEventId
impl Unpin for PeriphEventId
impl UnwindSafe for PeriphEventId
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