#include <stdbool.h>#include <stdint.h>#include <inc/hw_types.h>#include <inc/hw_memmap.h>#include <inc/hw_vims.h>#include <driverlib/debug.h>Go to the source code of this file.
Macros | |
| #define | VIMS_MODE_INVALIDATE 0x4 |
| #define | VIMS_MODE_DISABLED 0x0 |
| #define | VIMS_MODE_ENABLED 0x1 |
| #define | VIMS_MODE_SPLIT 0x2 |
| #define | VIMS_MODE_OFF 0x3 |
Functions | |
| void | VIMSConfigure (uint32_t ui32Base, bool bRoundRobin, bool bPrefetch) |
| Configures the VIMS. More... | |
| void | VIMSModeSet (uint32_t ui32Base, uint32_t ui32Mode) |
| Set the operational mode of the VIMS. More... | |
| uint32_t | VIMSModeGet (uint32_t ui32Base) |
| Get the current operational mode of the VIMS. More... | |
| void | VIMSModeSetBlocking (uint32_t ui32Mode) |
| Set the operational mode of the VIMS in a safe sequence (blocking). More... | |
| __STATIC_INLINE void | VIMSLineBufDisable (uint32_t ui32Base) |
| Disable VIMS linebuffers. More... | |
| __STATIC_INLINE void | VIMSLineBufEnable (uint32_t ui32Base) |
| Enable VIMS linebuffers. More... | |