Function riot_sys::bindgen::timex_set

source ยท
pub unsafe extern "C" fn timex_set(
    seconds: u32,
    microseconds: u32,
) -> timex_t
Expand description

@brief Initializes a timex timestamp

@param[in] seconds Number of seconds to set @param[in] microseconds Number of microseconds to set

@return The initialized timex timestamp