PicoSDK
exception_get_vtable_handler()
is only used within PicoSDK.
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
exception_get_vtable_handler()
exception_get_vtable_handler() function
Get the current exception handler for the specified exception from the currently installed vector table of the execution core
Syntax
Show:
Summary
Declaration
Definition
from
exception.h:146
exception_handler_t
exception_get_vtable_handler
(
enum
exception_number
num
)
;
Implemented in
exception.c:45
Arguments
Argument
Description
num
Exception number
Return value
the address stored in the VTABLE for the given exception number
Examples
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