[][src]Function wpilib_sys::bindings::HAL_UpdateNotifierAlarm

pub unsafe extern "C" fn HAL_UpdateNotifierAlarm(
    notifierHandle: HAL_NotifierHandle,
    triggerTime: u64,
    status: *mut i32
)

Updates the trigger time for a notifier.

Note that this time is an absolute time relative to HAL_GetFPGATime()

@param notifierHandle the notifier handle @param triggerTime the updated trigger time