RTEMS  5.1
Modules | Data Structures | Macros | Functions

BestComm support. More...

Modules

 BestComm Ops
 BestComm ops.
 

Data Structures

struct  bestcomm_task_entry
 
struct  bestcomm_irq
 
struct  bestcomm_task
 

Macros

#define BESTCOMM_TASK_ENTRY_TABLE   ((volatile bestcomm_task_entry *) 0xf0008000)
 
#define BESTCOMM_IRQ_EVENT   RTEMS_EVENT_13
 

Functions

void bestcomm_irq_create (bestcomm_irq *self, int task_index)
 
void bestcomm_irq_destroy (const bestcomm_irq *self)
 
void bestcomm_task_create (bestcomm_task *self, TaskId task_index)
 
void bestcomm_task_create_and_load (bestcomm_task *self, TaskId task_index, const uint32_t *tdt_source_begin, size_t tdt_size)
 
void bestcomm_task_destroy (bestcomm_task *self)
 
void bestcomm_task_load (bestcomm_task *self, const uint32_t *tdt_source_begin, size_t tdt_size)
 
void bestcomm_task_clear_variables (const bestcomm_task *self)
 

Detailed Description

BestComm support.