Searched refs:npl_freertos_time_ms_to_ticks (Results 1 – 2 of 2) sorted by relevance
110 ble_npl_error_t npl_freertos_time_ms_to_ticks(uint32_t ms,
860 npl_freertos_time_ms_to_ticks((uint32_t)(expiry / 1000), &exp); in npl_freertos_callout_get_ticks()900 npl_freertos_time_ms_to_ticks((uint32_t)(expiry / 1000), &exp); in npl_freertos_callout_remaining_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() function1070 .p_ble_npl_time_ms_to_ticks = npl_freertos_time_ms_to_ticks,