embassy-rp

Crates

git

Versions

rp235xb

Flavors

Function embassy_rp::rom_data::connect_internal_flash

source ·
pub unsafe extern "C" fn connect_internal_flash()
Expand description

Restore all QSPI pad controls to their default state, and connect the QMI peripheral to the QSPI pads.

Supported architectures: ARM-S, RISC-V

§Safety

This is a low-level C function. It may be difficult to call safely from Rust. If in doubt, check the rp235x datasheet for details and do your own safety evaluation.