Add new user_irq claim APIs to make it easier for independent code using them to interoperate (#854)

This commit is contained in:
Graham Sanderson
2022-06-07 14:27:38 -05:00
committed by GitHub
parent f3c446ae14
commit d3dcbb8292
5 changed files with 112 additions and 6 deletions

View File

@ -21,6 +21,7 @@
#define NUM_DMA_CHANNELS _u(12)
#define NUM_DMA_TIMERS _u(4)
#define NUM_IRQS _u(32)
#define NUM_USER_IRQS _u(6)
#define NUM_PIOS _u(2)
#define NUM_PIO_STATE_MACHINES _u(4)
#define NUM_PWM_SLICES _u(8)