PicoSDK
get_exception_table()
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
get_exception_table()
get_exception_table() function
Syntax
Show:
Summary
Declaration
from
exception.c:25
static
inline
exception_handler_t
*
get_exception_table
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
inline
exception_handler_t
*
get_exception_table
(
void
)
{
exception.c:25
get_exception_table
(
)
[
num
]
=
handler
;
exception.c:36
set_raw_exception_handler_and_restore_interrupts()
return
get_exception_table
(
)
[
num
]
;
exception.c:47
exception_get_vtable_handler()
Call Tree
from
examples
get_exception_table()
is called by 2 functions:
set_raw_exception_handler_and_restore_interrupts()
exception_get_vtable_handler()
All items filtered out
get_exception_table()
All items filtered out
Data Use
from
examples
get_exception_table()
reads 1 variable:
armv8m_scb_hw_t::vtor
All items filtered out
get_exception_table()
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