furi_thread_flags_clear

Function furi_thread_flags_clear 

Source
pub unsafe extern "C" fn furi_thread_flags_clear(flags: u32) -> u32
Expand description

Clear the thread flags of the current FuriThread.

§Arguments

  • flags (direction in) - bitmask of thread flags to clear

§Returns

bitmask of thread flags before clearing