Go to the documentation of this file. 39 #ifndef __DRIVERLIB_RTOS_BINDINGS_H__ 40 #define __DRIVERLIB_RTOS_BINDINGS_H__ 55 #include "msp432e4_rtos.h" 84 #define OS_DELAY(ul3Cycles) MAP_SysCtlDelay(ul3Cycles) 99 #define OS_INT_MASTER_ENABLE() MAP_IntMasterEnable() 100 #define OS_INT_MASTER_DISABLE() MAP_IntMasterDisable() 101 #define OS_INT_DISABLE(ui32IntID) MAP_IntDisable(ui32IntID) 102 #define OS_INT_ENABLE(ui32IntID) MAP_IntEnable(ui32IntID) 106 #endif // __DRIVERLIB_RTOS_BINDINGS_H__
Copyright 2017, Texas Instruments Incorporated