#include <stdbool.h>#include <rtems/stdint.h>


Go to the source code of this file.
Typedefs | |
| typedef uint16_t | Priority_Bit_map_control |
| typedef bool | boolean |
| typedef float | single_precision |
| typedef double | double_precision |
| typedef void | no_cpu_isr |
| typedef no_cpu_isr(* | no_cpu_isr_entry )(void) |
| typedef bool boolean |
This defines the type for a Boolean value,
| typedef double double_precision |
This defines the type for a double precision float.
| typedef void no_cpu_isr |
This defines the return type for an ISR entry point.
| typedef no_cpu_isr( * no_cpu_isr_entry)(void) |
This defines the prototype for an ISR entry point.
| typedef uint16_t Priority_Bit_map_control |
This defines the type for a priority bit map entry.
| typedef float single_precision |
This defines the type for a single precision float.
1.5.6