kos_sys::arch::irqEnum irq_src_t
Source #[repr(C)]
pub enum irq_src_t {
Show 16 variants
IRQ_SRC_RTC = 0,
IRQ_SRC_TMU2 = 1,
IRQ_SRC_TMU1 = 2,
IRQ_SRC_TMU0 = 3,
_IRQ_SRC_RESV = 4,
IRQ_SRC_SCI1 = 5,
IRQ_SRC_REF = 6,
IRQ_SRC_WDT = 7,
IRQ_SRC_HUDI = 8,
IRQ_SRC_SCIF = 9,
IRQ_SRC_DMAC = 10,
IRQ_SRC_GPIO = 11,
IRQ_SRC_IRL3 = 12,
IRQ_SRC_IRL2 = 13,
IRQ_SRC_IRL1 = 14,
IRQ_SRC_IRL0 = 15,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.