MSP432E4 DriverLib API Guide
1.11.00.03
|
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) |
#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) |