Core_Exception_Return Core_Frequency_Changed
API Reference Manual  /  12 Haps  / 

Core_External_Interrupt

Description
(SPARC only) Triggered when a processor receives an external interrupt. The trigger object is the receiving cpu, and source_mid is the mid of the sending cpu/device. The hap will be triggered even if interrupts are disabled, but not if the interrupt logic is busy.
Callback Type
void (*)(lang_void *callback_data, 
         conf_object_t *trigger_obj, int64 source_mid);

Index
source_mid

Core_Exception_Return Core_Frequency_Changed