Macro esp32s3_hal::macros::load_lp_code
source · load_lp_code!() { /* proc-macro */ }
Expand description
Load code to be run on the LP/ULP core.
§Example
let lp_core_code = load_lp_code!("path.elf");
lp_core_code.run(&mut lp_core, lp_core::LpCoreWakeupSource::HpCpu, lp_pin);