zephyr::raw

Function k_event_init

source
pub unsafe extern "C" fn k_event_init(event: *mut k_event)
Expand description

@brief Initialize an event object

This routine initializes an event object, prior to its first use.

@param event Address of the event object.