Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_coex/src/
Dcoexist_debug.c56 static const void* rom_funcs[] = { variable
102 for (uint8_t i = 0; i < sizeof(rom_funcs) / sizeof(void*); i++) { in check_funcs_in_rom()
103 … if ((uint32_t)rom_funcs[i] >= SOC_IROM_MASK_LOW && (uint32_t)rom_funcs[i] <= SOC_IROM_MASK_HIGH) { in check_funcs_in_rom()