zephyr::raw

Function k_uptime_seconds

source
pub unsafe extern "C" fn k_uptime_seconds() -> u32
Expand description

@brief Get system uptime in seconds.

This routine returns the elapsed time since the system booted, in seconds.

@return Current uptime in seconds.