Home
last modified time | relevance | path

Searched refs:_isr_list (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/
Dsw_isr_table.h53 struct _isr_list { struct
101 static Z_DECL_ALIGN(struct _isr_list) Z_GENERIC_SECTION(.intList) \
/Zephyr-Core-3.5.0/include/zephyr/linker/
Dintlist.ld14 * struct _isr_list isrs[]; <- Usually of smaller size than num_vectors
19 * an appropriate number of instances of struct _isr_list. See
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dirq_handler.c26 typedef struct _isr_list isr_table_entry_t;
/Zephyr-Core-3.5.0/boards/posix/native_sim/
Dirq_handler.c28 static struct _isr_list irq_vector_table[N_IRQS] = { { 0 } };
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/
Dirq_handler.c28 static struct _isr_list irq_vector_table[NHW_INTCTRL_MAX_INTLINES];
/Zephyr-Core-3.5.0/doc/kernel/services/
Dinterrupts.rst461 struct _isr_list which is placed in a special .intList section:
465 struct _isr_list {
487 struct _isr_list isrs[]; <- of size num_isrs
490 This data consisting of the header and instances of struct _isr_list inside
/Zephyr-Core-3.5.0/boards/nios2/altera_max10/doc/
Dindex.rst235 63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));