PicoSDK
irq_handler_chain_slot
is only used within PicoSDK.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
PicoSDK
irq_handler_chain_slot
irq_handler_chain_slot struct
Syntax
Show:
Summary
Declaration
from
irq.c:168
struct
irq_handler_chain_slot
{
#ifndef
__riscv
uint16_t
inst1
;
uint16_t
inst2
;
#else
uint32_t
inst1
;
uint32_t
inst2
;
#endif
uint16_t
inst3
;
union
{
struct
{
int8_t
link
;
uint8_t
priority
;
}
;
uint16_t
inst4
;
}
;
#ifndef
__riscv
irq_handler_t
handler
;
#endif
}
;
Fields
Field
Declared as
irq_handler_chain_slot::inst1
uint16_t
irq_handler_chain_slot::inst2
uint16_t
irq_handler_chain_slot::inst3
uint16_t
irq_handler_chain_slot::handler
irq_handler_t
Related Functions
Found 4 other functions taking a
irq_handler_chain_slot
argument:
Function
get_slot_index()
handler_from_slot()
slot_diff()
irq_add_tail_to_free_list()
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