Function rp_hal::rom_data::wait_for_vector[][src]

pub fn wait_for_vector() -> !

This is the method that is entered by core 1 on reset to wait to be launched by core 0. There are few cases where you should call this method (resetting core 1 is much better). This method does not return and should only ever be called on core 1.