[][src]Function openthread_sys::otLinkResetTxRetrySuccessHistogram

pub unsafe extern "C" fn otLinkResetTxRetrySuccessHistogram(
    aInstance: *mut otInstance
)

This method clears histogram statistics for direct and indirect transmissions.

This function is valid when OPENTHREAD_CONFIG_MAC_RETRY_SUCCESS_HISTOGRAM_ENABLE configuration is enabled.

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