Function riot_sys::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