Function imxrt1050_evkb::create_peripherals

source ·
pub(crate) unsafe fn create_peripherals(
) -> &'static mut Imxrt10xxDefaultPeripherals
Expand description

This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.