pub unsafe extern "C" fn rtt_set_overflow_cb(
cb: rtt_cb_t,
arg: *mut c_void,
)
Expand description
@brief Set a callback for the counter overflow event
@param[in] cb Callback to execute on overflow @param[in] arg Argument passed to the callback