Function bl602_sdk::time_delay [−][src]
pub fn time_delay(ticks: u32)
Expand description
Sleep for the specified number of system ticks.
TODO: Auto-generate this wrapper with bindgen
from the C declaration:
void ble_npl_time_delay(ble_npl_time_t ticks)