Home
last modified time | relevance | path

Searched defs:ticks (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
Dsystimer.c16 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
26 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/esp_hw_support/
Desp_clk.c130 const uint64_t ticks = rtc_this_ticks - s_rtc_timer_retain_mem.rtc_last_ticks; in esp_rtc_get_time_us() local
132 const uint64_t ticks = rtc_time_get(); in esp_rtc_get_time_us() local
Dsleep_modes.c1466 int64_t ticks = rtc_time_us_to_slowclk(sleep_duration, s_config.rtc_clk_cal_period); local
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dsystimer.c13 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Dsystimer.c14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c780 IRAM_ATTR npl_freertos_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in npl_freertos_callout_reset()
940 uint64_t ticks; in npl_freertos_time_ms_to_ticks() local
956 IRAM_ATTR npl_freertos_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in npl_freertos_time_ticks_to_ms()
984 IRAM_ATTR npl_freertos_time_ticks_to_ms32(ble_npl_time_t ticks) in npl_freertos_time_ticks_to_ms32()
994 IRAM_ATTR npl_freertos_time_delay(ble_npl_time_t ticks) in npl_freertos_time_delay()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_bt_spec.h214 #define OI_BT_TICKS_TO_SECONDS(ticks) ((ticks)/1600) argument
216 #define OI_BT_TICKS_TO_MSECS(ticks) (((ticks)*5)/8) argument
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnimble_npl_os.h277 IRAM_ATTR ble_npl_callout_reset(struct ble_npl_callout *co, ble_npl_time_t ticks) in ble_npl_callout_reset()
326 IRAM_ATTR ble_npl_time_ticks_to_ms(ble_npl_time_t ticks, uint32_t *out_ms) in ble_npl_time_ticks_to_ms()
338 IRAM_ATTR ble_npl_time_ticks_to_ms32(ble_npl_time_t ticks) in ble_npl_time_ticks_to_ms32()
344 IRAM_ATTR ble_npl_time_delay(ble_npl_time_t ticks) in ble_npl_time_delay()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_defs.h30 INT32 ticks; member
/hal_espressif-latest/components/hal/include/hal/
Drtc_hal.h64 #define rtc_hal_set_wakeup_timer(ticks) rtc_cntl_ll_set_wakeup_timer(ticks) argument
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c131 int ticks = MAX(delay_us / (portTICK_PERIOD_MS * 1000), 1); in esp_usb_console_osglue_wait_proc() local
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c391 void task_delay(uint32_t ticks) in task_delay()
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c424 void task_delay(uint32_t ticks) in task_delay()
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c424 void task_delay(uint32_t ticks) in task_delay()
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c428 void task_delay(uint32_t ticks) in task_delay()
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c392 void task_delay(uint32_t ticks) in task_delay()
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c445 void task_delay(uint32_t ticks) in task_delay()