PicoSDK
exception_handler_t
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
exception_handler_t
exception_handler_t
Exception handler function type All exception handlers should be of this type, and follow normal ARM EABI register saving conventions
Syntax
Show:
Summary
Declaration
from
exception.h:109
typedef
void
(
*
exception_handler_t
)
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
exception_handler_t
)
(
void
)
;
exception.h:109
static
bool
exception_is_compile_time_default
(
exception_handler_t
handler
)
{
exception.c:12
exception_is_compile_time_default()
static
inline
exception_handler_t
*
get_exception_table
(
void
)
{
exception.c:25
get_exception_table()
return
(
exception_handler_t
*
)
scb_hw
->
vtor
;
exception.c:30
get_exception_table()
static
void
set_raw_exception_handler_and_restore_interrupts
(
enum
exception_number
num
,
exception_handler_t
handler
,
uint32_t
save
)
{
exception.c:34
set_raw_exception_handler_and_restore_interrupts()
exception_handler_t
exception_get_vtable_handler
(
enum
exception_number
num
)
{
exception.c:45
exception_get_vtable_handler()
exception_handler_t
exception_set_exclusive_handler
(
enum
exception_number
num
,
exception_handler_t
handler
)
{
exception.c:50
exception_set_exclusive_handler()
exception_handler_t
current
=
exception_get_vtable_handler
(
num
)
;
exception.c:54
exception_set_exclusive_handler()
void
exception_restore_handler
(
enum
exception_number
num
,
exception_handler_t
original_handler
)
{
exception.c:63
exception_restore_handler()
exception_handler_t
exception_set_exclusive_handler
(
enum
exception_number
num
,
exception_handler_t
handler
)
;
exception.h:124
void
exception_restore_handler
(
enum
exception_number
num
,
exception_handler_t
original_handler
)
;
exception.h:137
exception_handler_t
exception_get_vtable_handler
(
enum
exception_number
num
)
;
exception.h:146
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