PicoSDK
+
0
/1 examples
SourceVu will show references to
irq_get_exclusive_handler()
from the following samples and libraries:
uart_rx sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
irq_get_exclusive_handler()
irq_get_exclusive_handler() function
Get the exclusive interrupt handler for an interrupt on the executing core. This method will return an exclusive IRQ handler set on this core by irq_set_exclusive_handler if there is one.
Syntax
Show:
Summary
Declaration
Definition
from
irq.h:306
irq_handler_t
irq_get_exclusive_handler
(
uint
num
)
;
Implemented in
irq.c:232
Arguments
Argument
Description
num
Interrupt number interrupt_nums \see irq_set_exclusive_handler()
Return value
handler The handler if an exclusive handler is set for the IRQ, NULL if no handler is set or shared/shareable handlers are installed
Examples
irq_get_exclusive_handler()
is referenced by 1 libraries and example projects:
References
from
examples
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