Home
last modified time | relevance | path

Searched defs:ets_update_cpu_frequency (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bootloader/subproject/main/ld/esp32/
Dbootloader.rom.ld1 PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU onl… symbol
/device/soc/esp/esp32/components/libs/
Dbootloader.rom.ld1 PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU onl… symbol
/device/soc/esp/esp32/components/esp32/
Dclk.c45 void IRAM_ATTR ets_update_cpu_frequency(uint32_t ticks_per_us) in ets_update_cpu_frequency() function