[][src]Function esp_idf_bindgen::esp_event_send

pub unsafe extern "C" fn esp_event_send(event: *mut system_event_t) -> esp_err_t

@brief Send a event to event task

@note This API is part of the legacy event system. New code should use event library API in esp_event.h

Other task/modules, such as the tcpip_adapter, can call this API to send an event to event task

@param event Event to send

@return ESP_OK : succeed @return others : fail