PicoSDK
NUM_IRQS
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
NUM_IRQS
NUM_IRQS macro
Syntax
Show:
Summary
Declaration
from
platform_defs.h:25
#define
NUM_IRQS
_u
(
52
)
Examples
References
from
examples
Code
Location
#define
NUM_IRQS
_u
(
52
)
platform_defs.h:25
invalid_params_if
(
HARDWARE_IRQ
,
n
*
32u
>=
(
(
NUM_IRQS
+
31u
)
&
~
31u
)
)
;
irq.c:79
for
(
uint
i
=
0
;
i
<
(
NUM_IRQS
+
3
)
/
4
;
i
++
)
{
irq.c:657
invalid_params_if
(
HARDWARE_IRQ
,
irq_num
<
FIRST_USER_IRQ
||
irq_num
>=
NUM_IRQS
)
;
irq.c:669
static_assert
(
NUM_IRQS
-
FIRST_USER_IRQ
<=
8
,
""
)
;
// we only use a single byte's worth of claim bits today.
irq.c:671
return
NUM_IRQS
-
irq_num
-
1u
;
irq.c:672
if
(
bit
>=
0
)
bit
=
(
int
)
NUM_IRQS
-
bit
-
1
;
irq.c:685
invalid_params_if
(
HARDWARE_IRQ
,
num
>=
NUM_IRQS
)
;
irq.h:198
#define
PICO_RAM_VECTOR_TABLE_SIZE
(
VTABLE_FIRST_IRQ
+
NUM_IRQS
)
platform.h:50
#define
FIRST_USER_IRQ
(
NUM_IRQS
-
NUM_USER_IRQS
)
platform_defs.h:161
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out