[][src]Function wpilib_sys::bindings::HAL_WaitForNotifierAlarm

pub unsafe extern "C" fn HAL_WaitForNotifierAlarm(
    notifierHandle: HAL_NotifierHandle,
    status: *mut i32
) -> u64

Waits for the next alarm for the specific notifier.

This is a blocking call until either the time elapses or HAL_StopNotifier gets called.

@param notifierHandle the notifier handle @return the FPGA time the notifier returned