EE445M RTOS
Taken at the University of Texas Spring 2015
rtos_bindings.h File Reference

Go to the source code of this file.

Macros

#define OS_YIELD()
 
#define OS_DELAY(ul3Cycles)   MAP_SysCtlDelay(ul3Cycles)
 
#define OS_INT_MASTER_ENABLE()   MAP_IntMasterEnable()
 
#define OS_INT_MASTER_DISABLE()   MAP_IntMasterDisable()
 
#define OS_INT_DISABLE(ui32IntID)   MAP_IntDisable(ui32IntID)
 
#define OS_INT_ENABLE(ui32IntID)   MAP_IntEnable(ui32IntID)
 

Macro Definition Documentation

#define OS_DELAY (   ul3Cycles)    MAP_SysCtlDelay(ul3Cycles)

Definition at line 86 of file rtos_bindings.h.

#define OS_INT_DISABLE (   ui32IntID)    MAP_IntDisable(ui32IntID)

Definition at line 103 of file rtos_bindings.h.

#define OS_INT_ENABLE (   ui32IntID)    MAP_IntEnable(ui32IntID)

Definition at line 104 of file rtos_bindings.h.

#define OS_INT_MASTER_DISABLE ( )    MAP_IntMasterDisable()

Definition at line 102 of file rtos_bindings.h.

#define OS_INT_MASTER_ENABLE ( )    MAP_IntMasterEnable()

Definition at line 101 of file rtos_bindings.h.

#define OS_YIELD ( )

Definition at line 76 of file rtos_bindings.h.