[][src]Function esp_idf_bindgen::ets_set_startup_callback

pub unsafe extern "C" fn ets_set_startup_callback(callback: u32)

@brief Set Pro cpu Startup code, code can be called when booting is not completed, or in Entry code. When Entry code completed, CPU will call the Startup code if not NULL, else call ets_run.

@param uint32_t callback : the Startup code address value in uint32_t

@return None : post successful