Function bl602_sdk::time_ms_to_ticks32[][src]

pub fn time_ms_to_ticks32(ms: u32) -> u32
Expand description

Convert milliseconds to system ticks. TODO: Auto-generate this wrapper with bindgen from the C declaration: ble_npl_time_t ble_npl_time_ms_to_ticks32(uint32_t ms)