RTEMS CPU Kit with SuperCore
4.11.2
|
Blackfin CPU Dependent Source. More...
#include <rtems/system.h>
#include <rtems/score/isr.h>
#include <rtems/score/wkspace.h>
#include <rtems/score/bfin.h>
#include <rtems/bfin/bfin.h>
Functions | |
void | _ISR15_Handler (void) |
void | _CPU_Emulation_handler (void) |
void | _CPU_Reset_handler (void) |
void | _CPU_NMI_handler (void) |
void | _CPU_Exception_handler (void) |
void | _CPU_Unhandled_Interrupt_handler (void) |
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_Thread_Idle_body (uint32_t ignored) |
void | _CPU_Context_Initialize (Context_Control *the_context, uint32_t *stack_base, uint32_t size, uint32_t new_level, void *entry_point, bool is_fp, void *tls_area) |
Initialize the context to a state suitable for starting a task after a context restore operation. More... | |
void | _CPU_Install_interrupt_stack (void) |
This routine installs the hardware interrupt stack pointer. More... | |
Blackfin CPU Dependent Source.