pub enum PeriphEventType {
Uart(EventUartOffset),
Spim(EventSpimOffset),
I2c(EventI2cOffset),
Sdio(EventSdioOffset),
I2s(EventI2sOffset),
Cam(EventCamOffset),
Adc(EventAdcOffset),
Filter(EventFilterOffset),
Scif(EventScifOffset),
Spis(EventSpisOffset),
}Variants§
Uart(EventUartOffset)
Spim(EventSpimOffset)
I2c(EventI2cOffset)
Sdio(EventSdioOffset)
I2s(EventI2sOffset)
Cam(EventCamOffset)
Adc(EventAdcOffset)
Filter(EventFilterOffset)
Scif(EventScifOffset)
Spis(EventSpisOffset)
Trait Implementations§
Source§impl Clone for PeriphEventType
impl Clone for PeriphEventType
Source§fn clone(&self) -> PeriphEventType
fn clone(&self) -> PeriphEventType
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 Into<u32> for PeriphEventType
impl Into<u32> for PeriphEventType
impl Copy for PeriphEventType
Auto Trait Implementations§
impl Freeze for PeriphEventType
impl RefUnwindSafe for PeriphEventType
impl Send for PeriphEventType
impl Sync for PeriphEventType
impl Unpin for PeriphEventType
impl UnwindSafe for PeriphEventType
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