#include <driverlib/vims.h>Go to the source code of this file.
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... | |