/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | systimer.c | 16 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/ |
D | esp_clk.c | 130 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
|
D | sleep_modes.c | 1466 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/ |
D | systimer.c | 14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | systimer.c | 14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | systimer.c | 13 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/ |
D | systimer.c | 14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | systimer.c | 14 uint64_t systimer_ticks_to_us(uint64_t ticks) in systimer_ticks_to_us()
|
/hal_espressif-latest/components/bt/porting/npl/freertos/src/ |
D | npl_os_freertos.c | 780 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/ |
D | oi_bt_spec.h | 214 #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/ |
D | nimble_npl_os.h | 277 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/ |
D | bt_defs.h | 30 INT32 ticks; member
|
/hal_espressif-latest/components/hal/include/hal/ |
D | rtc_hal.h | 64 #define rtc_hal_set_wakeup_timer(ticks) rtc_cntl_ll_set_wakeup_timer(ticks) argument
|
/hal_espressif-latest/components/esp_system/port/ |
D | usb_console.c | 131 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/ |
D | esp_wifi_adapter.c | 391 void task_delay(uint32_t ticks) in task_delay()
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 424 void task_delay(uint32_t ticks) in task_delay()
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 424 void task_delay(uint32_t ticks) in task_delay()
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 428 void task_delay(uint32_t ticks) in task_delay()
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 392 void task_delay(uint32_t ticks) in task_delay()
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 445 void task_delay(uint32_t ticks) in task_delay()
|