[][src]Function openthread_sys::otPlatAlarmMicroStartAt

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

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

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