Searched refs:out_ticks (Results 1 – 4 of 4) sorted by relevance
111 ble_npl_time_t *out_ticks);
134 ble_npl_error_t ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks);
320 IRAM_ATTR ble_npl_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in ble_npl_time_ms_to_ticks() argument322 return npl_funcs->p_ble_npl_time_ms_to_ticks(ms, out_ticks); in ble_npl_time_ms_to_ticks()
938 IRAM_ATTR npl_freertos_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in npl_freertos_time_ms_to_ticks() argument950 *out_ticks = ticks; in npl_freertos_time_ms_to_ticks()