Home
last modified time | relevance | path

Searched refs:z_shared_isr_table_entry (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/arch/common/
Disr_tables.c35 .shared_isr_table_entry_size = sizeof(struct z_shared_isr_table_entry),
36 .shared_isr_client_num_offset = offsetof(struct z_shared_isr_table_entry, client_num),
98 struct z_shared_isr_table_entry __shared_sw_isr_table z_shared_sw_isr_table[IRQ_TABLE_SIZE] = {
Dshared_irq.c22 const struct z_shared_isr_table_entry *entry; in z_shared_isr()
43 struct z_shared_isr_table_entry *shared_entry; in z_isr_install()
121 static void shared_irq_remove_client(struct z_shared_isr_table_entry *shared_entry, in shared_irq_remove_client()
163 struct z_shared_isr_table_entry *shared_entry; in z_isr_uninstall()
/Zephyr-latest/tests/kernel/interrupt/src/
Dtest_shared_irq.h43 struct z_shared_isr_table_entry *shared_entry; in client_exists_at_index()
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h169 struct z_shared_isr_table_entry { struct
176 extern struct z_shared_isr_table_entry z_shared_sw_isr_table[]; argument
/Zephyr-latest/doc/kernel/services/
Dinterrupts.rst579 This is an array of struct z_shared_isr_table_entry:
583 struct z_shared_isr_table_entry {