Searched refs:systimer_hal (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer_impl_systimer.c | 56 static systimer_hal_context_t systimer_hal; variable 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() 83 systimer_hal_set_alarm_target(&systimer_hal, SYSTIMER_ALARM_ESPTIMER, timestamp); in esp_timer_impl_set_alarm_id() 90 systimer_ll_clear_alarm_int(systimer_hal.dev, SYSTIMER_ALARM_ESPTIMER); in timer_alarm_isr() 98 systimer_hal_on_apb_freq_update(&systimer_hal, apb_ticks_per_us); in esp_timer_impl_update_apb_freq() 106 .val = systimer_hal.us_to_ticks(new_us), in esp_timer_impl_set() 108 systimer_ll_set_counter_value(systimer_hal.dev, SYSTIMER_COUNTER_ESPTIMER, new_count.val); in esp_timer_impl_set() 109 systimer_ll_apply_counter_value(systimer_hal.dev, SYSTIMER_COUNTER_ESPTIMER); in esp_timer_impl_set() 116 systimer_hal_counter_value_advance(&systimer_hal, SYSTIMER_COUNTER_ESPTIMER, time_diff_us); in esp_timer_impl_advance() [all …]
|
/hal_espressif-latest/components/hal/ |
D | linker.lf | 28 systimer_hal (noflash)
|
D | CMakeLists.txt | 57 list(APPEND srcs "systimer_hal.c")
|
/hal_espressif-latest/zephyr/esp32c2/ |
D | CMakeLists.txt | 254 ../../components/hal/systimer_hal.c
|
/hal_espressif-latest/zephyr/esp32c3/ |
D | CMakeLists.txt | 329 ../../components/hal/systimer_hal.c
|
/hal_espressif-latest/zephyr/esp32c6/ |
D | CMakeLists.txt | 265 ../../components/hal/systimer_hal.c
|
/hal_espressif-latest/zephyr/esp32s3/ |
D | CMakeLists.txt | 364 ../../components/hal/systimer_hal.c
|