[][src]Function cmsis_rtos2::cmsis_os2::osThreadGetStackSize

pub unsafe extern "C" fn osThreadGetStackSize(thread_id: osThreadId_t) -> u32

Get stack size of a thread. \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. \return stack size in bytes.