Expand description
Type-level interrupt infrastructure.
This module contains one type per interrupt. This is used for checking at compile time that the interrupts are correctly bound to HAL drivers.
As an end user, you shouldn’t need to use this module directly. Use the crate::bind_interrupts!
macro
to bind interrupts, and the [crate::interrupt
] module to manually register interrupt handlers and manipulate
interrupts directly (pending/unpending, enabling/disabling, setting the priority, etc…)
Enums§
- ADC0
- ADC0 typelevel interrupt.
- COMP0
- COMP0 typelevel interrupt.
- DEBUGSS
- DEBUGSS typelevel interrupt.
- DMA
- DMA typelevel interrupt.
- FLASHCTL
- FLASHCTL typelevel interrupt.
- GPIOA
- GPIOA typelevel interrupt.
- GPIOB
- GPIOB typelevel interrupt.
- I2C0
- I2C0 typelevel interrupt.
- I2C1
- I2C1 typelevel interrupt.
- LFSS
- LFSS typelevel interrupt.
- SPI0
- SPI0 typelevel interrupt.
- SYSCTL
- SYSCTL typelevel interrupt.
- TIMA0
- TIMA0 typelevel interrupt.
- TIMG1
- TIMG1 typelevel interrupt.
- TIMG2
- TIMG2 typelevel interrupt.
- TIMG8
- TIMG8 typelevel interrupt.
- TIMG14
- TIMG14 typelevel interrupt.
- UART0
- UART0 typelevel interrupt.
- UART1
- UART1 typelevel interrupt.
- UART2
- UART2 typelevel interrupt.
- WWDT0
- WWDT0 typelevel interrupt.