pub fn register_ap_entry(entry: fn())Expand description
Registers the entry function for the application processor.
Once the entry function is registered, all the application processors will jump to the entry function immediately.
pub fn register_ap_entry(entry: fn())Registers the entry function for the application processor.
Once the entry function is registered, all the application processors will jump to the entry function immediately.