Searched refs:systimer_hal_set_alarm_target (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | systimer_hal.c | 83 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t target) in systimer_hal_set_alarm_target() function 96 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t timesta… in systimer_hal_set_alarm_target() function
|
/hal_espressif-latest/components/hal/include/hal/ |
D | systimer_hal.h | 80 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t target);
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_systimer.c | 38 void systimer_hal_set_alarm_target(systimer_hal_context_t *hal, uint32_t alarm_id, uint64_t target) in systimer_hal_set_alarm_target() function
|
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 83 systimer_hal_set_alarm_target(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, timestamp); in esp_timer_impl_set_alarm_id()
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.eco4.ld | 155 systimer_hal_set_alarm_target = 0x400002b4; symbol
|
D | esp32c2.rom.ld | 225 /* PROVIDE( systimer_hal_set_alarm_target = 0x400002b4 ); */
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 175 systimer_hal_set_alarm_target = 0x400003cc; symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 202 systimer_hal_set_alarm_target = 0x400003d0; symbol
|
D | rom_32h2.ld | 200 systimer_hal_set_alarm_target = 0x400003cc; symbol
|
D | rom_32c6.ld | 209 systimer_hal_set_alarm_target = 0x400003d4; symbol
|
D | rom_32p4.ld | 194 systimer_hal_set_alarm_target = 0x4fc0023c; symbol
|
D | rom_32h2_beta_2.ld | 239 PROVIDE( systimer_hal_set_alarm_target = 0x400002c4 ); symbol
|
D | rom_32s3.ld | 273 PROVIDE( systimer_hal_set_alarm_target = 0x40000e58 ); symbol
|
D | rom_32c2.ld | 231 PROVIDE( systimer_hal_set_alarm_target = 0x400002b4 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.ld | 184 systimer_hal_set_alarm_target = 0x400003d4; symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 259 PROVIDE( systimer_hal_set_alarm_target = 0x40000e58 ); symbol
|