Home
last modified time | relevance | path

Searched refs:INTC_LOG (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/interrupt_controller/
Dintc_esp32.c44 # define INTC_LOG(...) LOG_INF(__VA_ARGS__) macro
46 # define INTC_LOG(...) do {} while (false) macro
280 INTC_LOG("....Unusable: reserved"); in is_vect_desc_usable()
284 INTC_LOG("....Unusable: special-purpose int"); in is_vect_desc_usable()
291 INTC_LOG("....Unusable: incompatible priority"); in is_vect_desc_usable()
297 INTC_LOG("....Unusable: incompatible trigger type"); in is_vect_desc_usable()
304 INTC_LOG("....Unusable: reserved at runtime."); in is_vect_desc_usable()
312 INTC_LOG("....Unusable: already in (non-shared) use."); in is_vect_desc_usable()
326 INTC_LOG("....Unusable: shared but iram prop doesn't match"); in is_vect_desc_usable()
334 INTC_LOG("...Unusable: int is shared, we need non-shared."); in is_vect_desc_usable()
[all …]
Dintc_esp32c3.c31 # define INTC_LOG(...) LOG_INF(__VA_ARGS__) macro
33 # define INTC_LOG(...) do {} while (0) macro
181 INTC_LOG("Enabled ISRs -- 0: 0x%X -- 1: 0x%X -- 2: 0x%X", in esp_intr_alloc()
223 INTC_LOG("Enabled ISRs -- 0: 0x%X -- 1: 0x%X -- 2: 0x%X", in esp_intr_disable()
255 INTC_LOG("Enabled ISRs -- 0: 0x%X -- 1: 0x%X -- 2: 0x%X", in esp_intr_enable()
269 INTC_LOG("Enabled ISRs -- 0: 0x%X -- 1: 0x%X -- 2: 0x%X", in esp_intr_get_enabled_intmask()