|
void | _CPU_Initialize (void) |
| CPU initialization. More...
|
|
uint32_t | _CPU_ISR_Get_level (void) |
| Return the current interrupt disable level for this task in the format used by the interrupt level portion of the task mode. More...
|
|
void | _CPU_ISR_install_raw_handler (uint32_t vector, proc_ptr new_handler, proc_ptr *old_handler) |
| This routine installs a "raw" interrupt handler directly into the processor's vector table. More...
|
|
void | _CPU_ISR_install_vector (uint32_t vector, proc_ptr new_handler, proc_ptr *old_handler) |
| This routine installs an interrupt vector. More...
|
|
void | _CPU_Install_interrupt_stack (void) |
| This routine installs the hardware interrupt stack pointer. More...
|
|