[][src]Function cmsis_rtos2::cmsis_os2::osKernelGetInfo

pub unsafe extern "C" fn osKernelGetInfo(
    version: *mut osVersion_t,
    id_buf: *mut c_char,
    id_size: u32
) -> osStatus_t

Get RTOS Kernel Information. \param[out] version pointer to buffer for retrieving version information. \param[out] id_buf pointer to buffer for retrieving kernel identification string. \param[in] id_size size of buffer for kernel identification string. \return status code that indicates the execution status of the function.