Function otPlatRadioGetBusLatency

Source
pub unsafe extern "C" fn otPlatRadioGetBusLatency(
    aInstance: *mut otInstance,
) -> u32
Expand description

Get the bus latency in microseconds between the host and the radio chip.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The bus latency in microseconds between the host and the radio chip. Return 0 when the MAC and above layer and Radio layer resides on the same chip.