[][src]Type Definition cmsis_rtos2::cmsis_os2::osThreadFunc_t

type osThreadFunc_t = Option<unsafe extern "C" fn(argument: *mut c_void)>;

Entry point of a thread.