MSP432E4 DriverLib API Guide
1.11.00.03
|
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | SYSEXC_INT_FP_IXC 0x00000020 |
#define | SYSEXC_INT_FP_OFC 0x00000010 |
#define | SYSEXC_INT_FP_UFC 0x00000008 |
#define | SYSEXC_INT_FP_IOC 0x00000004 |
#define | SYSEXC_INT_FP_DZC 0x00000002 |
#define | SYSEXC_INT_FP_IDC 0x00000001 |
Functions | |
void | SysExcIntRegister (void(*pfnHandler)(void)) |
void | SysExcIntUnregister (void) |
void | SysExcIntEnable (uint32_t ui32IntFlags) |
void | SysExcIntDisable (uint32_t ui32IntFlags) |
uint32_t | SysExcIntStatus (bool bMasked) |
void | SysExcIntClear (uint32_t ui32IntFlags) |
#define SYSEXC_INT_FP_IXC 0x00000020 |
#define SYSEXC_INT_FP_OFC 0x00000010 |
#define SYSEXC_INT_FP_UFC 0x00000008 |
#define SYSEXC_INT_FP_IOC 0x00000004 |
#define SYSEXC_INT_FP_DZC 0x00000002 |
#define SYSEXC_INT_FP_IDC 0x00000001 |