[][src]Function openthread_sys::otPlatAlarmMilliStartAt

pub unsafe extern "C" fn otPlatAlarmMilliStartAt(
    aInstance: *mut otInstance,
    aT0: u32,
    aDt: u32
)

Set the alarm to fire at @p aDt milliseconds after @p aT0.

@param[in] aInstance The OpenThread instance structure. @param[in] aT0 The reference time. @param[in] aDt The time delay in milliseconds from @p aT0.