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

Clears histogram statistics for direct and indirect transmissions.

Is valid when OPENTHREAD_CONFIG_MAC_RETRY_SUCCESS_HISTOGRAM_ENABLE configuration is enabled.

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