Global¶
- group Global_CILinterrupt
CILinterrupt globals.
lorem
Macros¶
- group Macros_CILinterrupt_h
Variables¶
- group Variables_CILinterrupt_h
API’s¶
- group Apis_CILinterrupt_h
Getters¶
- group Getters_CILinterrupt_h
Setters¶
- group Setters_CILinterrupt_h
General¶
- group General_CILinterrupt_h
Functions
-
void CILinterrupt_enableInterrupts(void)¶
Enable interrupts for the current core. This function cannot be called from the unprivileged context directly.
- Parameters
none –
- Returns
none
-
void CILinterrupt_enableInterrupt(BitWidthType ISR)¶
Enable specific interrupt for the current core. This function cannot be called from the unprivileged context directly.
- Parameters
ISR – [in] id of the interrupt
- Returns
none
-
void CILinterrupt_disableInterrupts(void)¶
Disable interrupts for the current core. This function cannot be called from the unprivileged context directly.
- Parameters
none –
- Returns
none
-
void CILinterrupt_disableInterrupt(BitWidthType ISR)¶
Disable specific interrupt for the current core. This function cannot be called from the unprivileged context directly.
- Parameters
ISR – [in] id of the interrupt
- Returns
none
-
void CILinterrupt_contextSwitchRoutineTrigger(void)¶
Context switch routine trigger. This function cannot be called from the unprivileged context directly.
- Parameters
none –
- Returns
none
-
void CILinterrupt_enableInterrupts(void)¶