pub unsafe extern "C" fn set_bootrom_stack(base_size: *mut u32) -> i32Expand description
Set stack for RISC-V bootrom functions to use.
See datasheet section 5.5.14.1 for more details.
Supported architectures: 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.