Shown below is a matrix of available drivers.
NOTE: Please view the Device Specific driver implementations as they may contain or exclude certain features that are defined in the top level interfaces.
Driver Interfaces | MSP432E4 Implementations |
---|---|
GPIO.h | GPIOMSP432E4.h |
I2C.h | I2CMSP432E4.h |
NVS.h | NVSMSP432E4.h NVSRAM.h NVSSPI25X.h |
Power.h | PowerMSP432E4.h |
PWM.h | PWMMSP432E4.h |
SD.h | SDSPI.h |
SPI.h | SPIMSP432E4DMA.h |
UART.h | UARTMSP432E4.h |
UDMA | UDMAMSP432E4.h |
Watchdog.h | WatchdogMSP432E4.h |
The Display driver is designed to abstract operations & considerations specific to a given output method.
Display Driver Interface | Implementations |
---|---|
Display.h | DisplayHost.h DisplayUart.h |
Shown below is a list of utility modules available to drivers:
Note: The SDFatFS interface is a wrapper to enable the use of the FatFS filesystem via the SD driver.
The NoRTOS framework module is provided to enable use of drivers without an underlying operating system. The module provides interfaces used by drivers to perform delays, block execution, register interrupts and more. NoRTOS module documentation and usage can be found: