pub type otRadioTime32 = u32;Expand description
Represents a 32-bit radio time in microseconds.
This type holds the lower 32 bits (least significant bits) of a full 64-bit radio time (otRadioTime64).
It is used in APIs such as otPlatRadioReceiveAt() and otPlatRadioUpdateCslSampleTime() and as the transmission
delay base time (mTxDelayBaseTime) in otRadioFrame. It is important for radio platform implementations to
correctly account for its roll-over.