Searched refs:systimer_hal_counter_can_stall_by_cpu (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.6.0/components/freertos/port/ |
D | port_systick.c | 89 … systimer_hal_counter_can_stall_by_cpu(&systimer_hal, SYSTIMER_LL_COUNTER_OS_TICK, cpuid, false); in vPortSetupTimer() 99 … systimer_hal_counter_can_stall_by_cpu(&systimer_hal, SYSTIMER_LL_COUNTER_OS_TICK, cpuid, true); in vPortSetupTimer()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | systimer_hal.h | 94 void systimer_hal_counter_can_stall_by_cpu(systimer_hal_context_t *hal, uint32_t counter_id, uint32…
|
/hal_espressif-3.6.0/components/hal/ |
D | systimer_hal.c | 143 void systimer_hal_counter_can_stall_by_cpu(systimer_hal_context_t *hal, uint32_t counter_id, uint32… in systimer_hal_counter_can_stall_by_cpu() function
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ld/ |
D | rom_32h2.ld | 214 systimer_hal_counter_can_stall_by_cpu = 0x400003f0; symbol
|
D | rom_32c6.ld | 218 systimer_hal_counter_can_stall_by_cpu = 0x400003f8; symbol
|
D | rom_32h2_beta_2.ld | 248 PROVIDE( systimer_hal_counter_can_stall_by_cpu = 0x400002e8 ); symbol
|
D | rom_32c2.ld | 240 PROVIDE( systimer_hal_counter_can_stall_by_cpu = 0x400002d8 ); symbol
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32c3.map | 6665 .text.systimer_hal_counter_can_stall_by_cpu 6667 0x0000000040386fc8 systimer_hal_counter_can_stall_by_cpu 16755 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|
D | app_esp32h2.map | 6588 .text.systimer_hal_counter_can_stall_by_cpu 6590 0x0000000040386598 systimer_hal_counter_can_stall_by_cpu 14994 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|
D | app_esp32s3.map | 9346 .text.systimer_hal_counter_can_stall_by_cpu 9348 0x000000004037ccbc systimer_hal_counter_can_stall_by_cpu 20345 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|
D | overflow_esp32c3.map | 26184 .text.systimer_hal_counter_can_stall_by_cpu 26186 0x00000000403e3010 systimer_hal_counter_can_stall_by_cpu 74553 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|
D | overflow_esp32s3.map | 43042 .text.systimer_hal_counter_can_stall_by_cpu 43044 0x00000000403a6864 systimer_hal_counter_can_stall_by_cpu 94700 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|
D | overflow_esp32s2.map | 5544 .text.systimer_hal_counter_can_stall_by_cpu 77696 systimer_hal_counter_can_stall_by_cpu esp-idf/hal/libhal.a(systimer_hal.c.obj)
|