flipperzero_sys

Function furi_thread_get_stack_space

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

Get thread stack watermark.

§Arguments

  • thread_id (direction in) - unique identifier of the thread to be queried

§Returns

stack watermark value