Home
last modified time | relevance | path

Searched refs:npl_freertos_time_ms_to_ticks (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnpl_freertos.h62 ble_npl_error_t npl_freertos_time_ms_to_ticks(uint32_t ms,
H A Dnimble_npl_os.h246 return npl_freertos_time_ms_to_ticks(ms, out_ticks); in ble_npl_time_ms_to_ticks()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/src/
H A Dnpl_os_freertos.c324 npl_freertos_time_ms_to_ticks(uint32_t ms, ble_npl_time_t *out_ticks) in npl_freertos_time_ms_to_ticks() function