|
RTEMS CPU Kit with SuperCore
4.11.2
|
RTEMS Associativity Routines. More...
#include <stdint.h>

Go to the source code of this file.
Data Structures | |
| struct | rtems_assoc_t |
Macros | |
| #define | RTEMS_ASSOC_DEFAULT_NAME "(default)" |
Functions | |
| const rtems_assoc_t * | rtems_assoc_ptr_by_name (const rtems_assoc_t *, const char *) |
| RTEMS Associate Pointer by Name. | |
| const rtems_assoc_t * | rtems_assoc_ptr_by_remote (const rtems_assoc_t *, uint32_t) |
| RTEMS Associate Pointer by Remote. | |
| uint32_t | rtems_assoc_remote_by_local (const rtems_assoc_t *, uint32_t) |
| uint32_t | rtems_assoc_local_by_remote (const rtems_assoc_t *, uint32_t) |
| RTEMS Associate Local by Remote. | |
| uint32_t | rtems_assoc_remote_by_name (const rtems_assoc_t *, const char *) |
| RTEMS Associate Remote by Name. | |
| uint32_t | rtems_assoc_local_by_name (const rtems_assoc_t *, const char *) |
| RTEMS Associate Local by Name. | |
| const char * | rtems_assoc_name_by_local (const rtems_assoc_t *, uint32_t) |
| RTEMS Associate Name by Local. | |
| const char * | rtems_assoc_name_by_remote (const rtems_assoc_t *, uint32_t) |
| RTEMS Associate Name by Remote. | |
| uint32_t | rtems_assoc_remote_by_local_bitfield (const rtems_assoc_t *, uint32_t) |
| RTEMS Assoc Routines. | |
| char * | rtems_assoc_name_by_local_bitfield (const rtems_assoc_t *, uint32_t, char *) |
| RTEMS Associate Name by Local Bitfield. | |
| char * | rtems_assoc_name_by_remote_bitfield (const rtems_assoc_t *, uint32_t, char *) |
| RTEMS Associate Name by Remote Bitfield. | |
| uint32_t | rtems_assoc_local_by_remote_bitfield (const rtems_assoc_t *, uint32_t) |
| const rtems_assoc_t * | rtems_assoc_ptr_by_local (const rtems_assoc_t *ap, uint32_t local_value) |
| RTEMS Associate Pointer by Local. | |
RTEMS Associativity Routines.
RTEMS associativity routines. Mainly used to convert a value from one space to another (eg: our errno's to host errno's and vice-versa)
1.8.13