register_ap_entry

Function register_ap_entry 

Source
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.