Generate more rows in the interrupts! table.
Adjust DMA/BDMA to use the new style.
This commit is contained in:
@ -242,7 +242,7 @@ pac::dma_channels! {
|
||||
}
|
||||
|
||||
pac::interrupts! {
|
||||
(BDMA, $irq:ident) => {
|
||||
($peri:ident, bdma, $block:ident, $signal_name:ident, $irq:ident) => {
|
||||
#[crate::interrupt]
|
||||
unsafe fn $irq () {
|
||||
on_irq()
|
||||
|
@ -248,7 +248,7 @@ pac::dma_channels! {
|
||||
}
|
||||
|
||||
pac::interrupts! {
|
||||
(DMA, $irq:ident) => {
|
||||
($peri:ident, dma, $block:ident, $signal_name:ident, $irq:ident) => {
|
||||
#[crate::interrupt]
|
||||
unsafe fn $irq () {
|
||||
on_irq()
|
||||
|
Reference in New Issue
Block a user