Function osThreadGetStackSize

Source
pub unsafe extern "C" fn osThreadGetStackSize(
    thread_id: osThreadId_t,
) -> u32
Expand description

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