Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_esp32c3.c33 # define INTC_LOG(...) LOG_INF(__VA_ARGS__) macro
35 # define INTC_LOG(...) do {} while (0) macro
Dintc_esp32.c42 # define INTC_LOG(...) LOG_INF(__VA_ARGS__) macro
44 # define INTC_LOG(...) do {} while (false) macro