Home
last modified time | relevance | path

Searched refs:out_ticks (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnpl_freertos.h111 ble_npl_time_t *out_ticks);
Dnimble_npl.h134 ble_npl_error_t ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks);
Dnimble_npl_os.h320 IRAM_ATTR ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() argument
322 return npl_funcs->p_ble_npl_time_ms_to_ticks(ms, out_ticks); in ble_npl_time_ms_to_ticks()
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c938 IRAM_ATTR npl_freertos_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in npl_freertos_time_ms_to_ticks() argument
950 *out_ticks = ticks; in npl_freertos_time_ms_to_ticks()