Function riot_sys::rtt_set_alarm

source ·
pub unsafe extern "C" fn rtt_set_alarm(
    alarm: u32,
    cb: rtt_cb_t,
    arg: *mut c_void
)
Expand description

@brief Set an alarm for RTT to the specified absolute target time.

@param[in] alarm The value to trigger an alarm when hit @param[in] cb Callback executed when alarm is hit @param[in] arg Argument passed to callback when alarm is hit