[][src]Function esp_idf_sys::ets_set_appcpu_boot_addr

pub unsafe extern "C" fn ets_set_appcpu_boot_addr(start: u32)

@brief Set App cpu Entry code, code can be called in PRO CPU. When APP booting is completed, APP CPU will call the Entry code if not NULL.

@param uint32_t start : the APP Entry code address value in uint32_t, stored in register APPCPU_CTRL_REG_D.

@return None