Home
last modified time | relevance | path

Searched refs:int_desc_t (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Dinterrupt_controller_hal.c44 const int_desc_t *int_desc = interrupt_controller_hal_desc_table(); in interrupt_controller_hal_desc_type()
54 const int_desc_t *int_desc = interrupt_controller_hal_desc_table(); in interrupt_controller_hal_desc_level()
64 const int_desc_t *int_desc = interrupt_controller_hal_desc_table(); in interrupt_controller_hal_desc_flags()
/hal_espressif-3.6.0/components/hal/esp32s2/
Dinterrupt_descriptor_table.c37 const static int_desc_t interrupt_descriptor_table [32]={
72 const int_desc_t *interrupt_controller_hal_desc_table(void) in interrupt_controller_hal_desc_table()
/hal_espressif-3.6.0/components/hal/esp32s3/
Dinterrupt_descriptor_table.c37 const static int_desc_t interrupt_descriptor_table [32]={
72 const int_desc_t *interrupt_controller_hal_desc_table(void) in interrupt_controller_hal_desc_table()
/hal_espressif-3.6.0/components/hal/esp32/
Dinterrupt_descriptor_table.c37 const static int_desc_t interrupt_descriptor_table [32]={
72 const int_desc_t *interrupt_controller_hal_desc_table(void) in interrupt_controller_hal_desc_table()
/hal_espressif-3.6.0/components/hal/include/hal/
Dinterrupt_controller_types.h40 } int_desc_t; typedef
Dinterrupt_controller_hal.h32 __attribute__((pure)) const int_desc_t *interrupt_controller_hal_desc_table(void);