zephyr::raw

Function k_event_clear

source
pub unsafe extern "C" fn k_event_clear(
    event: *mut k_event,
    events: u32,
) -> u32
Expand description

@brief Clear the events in an event object

This routine clears (resets) the specified events stored in an event object.

@param event Address of the event object @param events Set of events to clear in @a event

@retval Previous value of the events in @a event