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

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

For @p aT0, the platform MUST support all values in [0, 2^32-1]. For @p aDt, the platform MUST support all values in [0, 2^31-1].

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