Searched refs:systimer_hal_get_counter_value (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | systimer_hal.c | 51 uint64_t systimer_hal_get_counter_value(systimer_hal_context_t *hal, uint32_t counter_id) in systimer_hal_get_counter_value() function 79 return hal->ticks_to_us(systimer_hal_get_counter_value(hal, counter_id)); in systimer_hal_get_time() 99 uint64_t now_time = systimer_hal_get_counter_value(hal, 0); in systimer_hal_set_alarm_target() 105 now_time = systimer_hal_get_counter_value(hal, 0); in systimer_hal_set_alarm_target() 140 .val = systimer_hal_get_counter_value(hal, counter_id) + hal->us_to_ticks(time_us), in systimer_hal_counter_value_advance()
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_systimer.c | 35 return hal->ticks_to_us(systimer_hal_get_counter_value(hal, counter_id)); in systimer_hal_get_time() 60 .val = systimer_hal_get_counter_value(hal, counter_id) + hal->us_to_ticks(time_us), in systimer_hal_counter_value_advance()
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 66 return systimer_hal_get_counter_value(&systimer_hal, SYSTIMER_COUNTER_ESPTIMER); in esp_timer_impl_get_counter_reg() 73 …return systimer_hal.ticks_to_us(systimer_hal_get_counter_value(&systimer_hal, SYSTIMER_COUNTER_ESP… in esp_timer_impl_get_time()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | systimer_hal.h | 70 uint64_t systimer_hal_get_counter_value(systimer_hal_context_t *hal, uint32_t counter_id);
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 173 systimer_hal_get_counter_value = 0x400003c4; symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 200 systimer_hal_get_counter_value = 0x400003c8; symbol
|
D | rom_32h2.ld | 198 systimer_hal_get_counter_value = 0x400003c4; symbol
|
D | rom_32c6.ld | 207 systimer_hal_get_counter_value = 0x400003cc; symbol
|
D | rom_32p4.ld | 192 systimer_hal_get_counter_value = 0x4fc00234; symbol
|
D | rom_32h2_beta_2.ld | 237 PROVIDE( systimer_hal_get_counter_value = 0x400002bc ); symbol
|
D | rom_32s3.ld | 271 PROVIDE( systimer_hal_get_counter_value = 0x40000e40 ); symbol
|
D | rom_32c2.ld | 229 PROVIDE( systimer_hal_get_counter_value = 0x400002ac ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.ld | 182 systimer_hal_get_counter_value = 0x400003cc; symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 214 PROVIDE( systimer_hal_get_counter_value = 0x400002ac ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 257 PROVIDE( systimer_hal_get_counter_value = 0x40000e40 ); symbol
|