zephyr::raw

Function k_thread_custom_data_get

Source
pub unsafe extern "C" fn k_thread_custom_data_get() -> *mut c_void
Expand description

@brief Get current thread’s custom data.

This routine returns the custom data for the current thread.

@return Current custom data value.