Embassy
embassy-rp

Crates

git

Versions

rp2040

Flavors

Function embassy_rp::rom_data::fplib_start

source ·
pub fn fplib_start() -> *const u8
Expand description

The start address of the floating point library code and data.

This and fplib_end along with the individual function pointers in soft_float_table can be used to copy the floating point implementation into RAM if desired.