Skip to content

Commit

Permalink
include:no_os_irq.h: Added support for Low power timer interrupt.
Browse files Browse the repository at this point in the history
PWM pulse completion interrupt support is added.

Signed-off-by: Swaroop PrakashKumar <[email protected]>
  • Loading branch information
SwaroopPKADI authored and buha committed Feb 26, 2025
1 parent 9e25d2c commit 8456910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/no_os_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ enum no_os_irq_event {
NO_OS_EVT_XINT,
NO_OS_EVT_TIM_ELAPSED,
NO_OS_EVT_TIM_PWM_PULSE_FINISHED,
NO_OS_EVT_LPTIM_PWM_PULSE_FINISHED,
NO_OS_EVT_DMA_RX_COMPLETE,
NO_OS_EVT_DMA_RX_HALF_COMPLETE,
NO_OS_EVT_DMA_TX_COMPLETE,
Expand All @@ -78,6 +79,7 @@ enum no_os_irq_peripheral {
NO_OS_UART_IRQ,
NO_OS_RTC_IRQ,
NO_OS_TIM_IRQ,
NO_OS_LPTIM_IRQ,
NO_OS_TDM_DMA_IRQ,
NO_OS_TIM_DMA_IRQ,
NO_OS_SPI_DMA_IRQ,
Expand Down

0 comments on commit 8456910

Please sign in to comment.