C_NoRTOS_Config | NoRTOS framework global configuration |
CADC_Config | ADC driver's custom configuration structure |
CADC_FxnTable | The definition of an ADC function table that contains the required set of functions to control a specific ADC driver implementation |
CADC_Params | ADC Parameters used with ADC_open() |
CADCBuf_Config | ADC driver's custom configuration structure |
CADCBuf_Conversion | Defines a conversion to be used with ADCBuf_convert() |
CADCBuf_FxnTable | The definition of an ADCBuf function table that contains the required set of functions to control a specific ADC driver implementation |
CADCBuf_Params | ADCBuf parameters used with ADCBuf_open() |
CADCBufMSP432_Channels | ADCMSP432 Channel setting These fields define channel-specific settings: GPIO and reference voltage. These settings happen when ADCBuf_convert() is called |
CADCBufMSP432_HWAttrs | ADCBufMSP432 Hardware attributes These fields are populated by PinMux tool but user is allowed to change for different channels setting |
CADCBufMSP432_Object | ADCBufMSP432 Object |
CADCBufMSP432_ParamsExtension | MSP432 specfic extension to ADCBuf_Params |
CADCMSP432_HWAttrsV1 | ADCMSP432 Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSPWare these definitions are found in: |
CADCMSP432_Object | ADCMSP432 Object |
CCapture_Config_ | Capture Global configuration |
CCapture_FxnTable | The definition of a capture function table that contains the required set of functions to control a specific capture driver implementation |
CCapture_Params | Capture Parameters |
CCaptureMSP432_HWAttrs_ | CaptureMSP432 Hardware Attributes |
CCaptureMSP432_Object_ | CaptureMSP432 Object |
CDisplay_Config | Display Global configuration |
CDisplay_FxnTable | The definition of a Display function table that contains the required set of functions to control a specific Display driver implementation |
CDisplay_Params | Display Parameters |
CDisplayGrLib_Object | |
CDisplayHost_HWAttrs | DisplayHost Attributes |
CDisplayHost_Object | DisplayHost Object |
CDisplaySharp_HWAttrsV1 | |
CDisplaySharp_Object | |
CDisplaySharpColor_t | Foreground and background color struct, compatible with GrLib |
CDisplayUart_HWAttrs | DisplayUart Attributes |
CDisplayUart_Object | DisplayUart Object |
CGPIOMSP432_Config | GPIO device specific driver configuration structure |
CI2C_Config_ | I2C driver's custom configuration structure |
CI2C_FxnTable_ | The definition of an I2C function table that contains the required set of functions to control a specific I2C driver implementation |
CI2C_Params | I2C parameters used with I2C_open() |
CI2C_Transaction | Defines a transaction to be used with I2C_transfer() |
CI2CMSP432_HWAttrsV1 | I2CMSP432 Hardware attributes |
CI2CSlave_Config_ | I2C Slave driver's custom configuration structure |
CI2CSlave_FxnTable | The definition of a I2CSlave function table that contains the required set of functions to control a specific I2CSlave driver implementation |
CI2CSlave_Params | I2CSlave parameters used with I2CSlave_open() |
CI2CSlaveMSP432_HWAttrs | I2CSlaveMSP432 Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432 driverlib these definitions are found in: |
CI2CSlaveMSP432_Object | I2CSlaveMSP432 Object |
CList_Elem | |
CList_List | |
CNVS_Attrs | NVS attributes |
CNVS_Config_ | NVS Global configuration |
CNVS_FxnTable | The definition of an NVS function table that contains the required set of functions to control a specific NVS driver implementation |
CNVS_Params | NVS Parameters |
CNVSMSP432_HWAttrs | NVSMSP432 attributes |
CNVSMSP432_Object | |
CNVSRAM_HWAttrs | NVSRAM Hardware Attributes |
CNVSRAM_Object | |
CNVSSPI25X_HWAttrs | NVSSPI25X attributes |
CNVSSPI25X_Object | |
CPower_NotifyObj | Power notify object structure |
CPowerMSP432_ConfigV1 | Power global configuration (MSP432-specific) |
CPowerMSP432_Freqs | Structure holding device frequencies (in Hz) |
CPowerMSP432_PerfLevel | Structure defining a performance level |
CPWM_Config_ | PWM Global configuration |
CPWM_FxnTable_ | The definition of a PWM function table that contains the required set of functions to control a specific PWM driver implementation |
CPWM_Params | PWM Parameters |
CPWMTimerMSP432_HWAttrsV2 | PWMTimerMSP432 Hardware attributes |
CPWMTimerMSP432_Object | PWMTimerMSP432 Object |
CPWMTimerMSP432_Status | PWMTimerMSP432_Status |
CRingBuf_Object | |
CSD_Config_ | SD Global configuration |
CSD_FxnTable_ | The definition of a SD function table that contains the required set of functions to control a specific SD driver implementation |
CSD_Params_ | SD Parameters |
CSDFatFS_Config_ | SDFatFS Global configuration |
CSDFatFS_Object_ | SDFatFS Object The application must not access any member variables of this structure! |
CSDSPI_HWAttrs | SDSPI Hardware attributes |
CSDSPI_HWAttrs_ | |
CSDSPI_Object_ | SDSPI Object |
CSPI_Config_ | SPI Global configuration |
CSPI_FxnTable | The definition of a SPI function table that contains the required set of functions to control a specific SPI driver implementation |
CSPI_Params | SPI Parameters |
CSPI_Transaction | A SPI_Transaction data structure is used with SPI_transfer(). It indicates how many SPI_FrameFormat frames are sent and received from the buffers pointed to txBuf and rxBuf. The arg variable is an user-definable argument which gets passed to the SPI_CallbackFxn when the SPI driver is in SPI_MODE_CALLBACK |
Cspiffs_config | |
Cspiffs_DIR | |
Cspiffs_dirent | |
Cspiffs_stat | |
Cspiffs_t | |
CSPIFFSNVS_Data_ | SPIFFSNVS data object |
CSPIFFSNVS_Lock_ | SPIFFSNVS Lock |
CSPIMSP432DMA_HWAttrsV1 | SPIMSP432DMA Hardware attributes These fields, with the exception of intPriority, are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432 driverlib these definitions are found in: |
CSPIMSP432DMA_Object | SPIMSP432DMA Object |
CTimer_Config_ | Timer Global configuration |
CTimer_FxnTable | The definition of a timer function table that contains the required set of functions to control a specific timer driver implementation |
CTimer_Params | Timer Parameters |
CTimerMSP432_HWAttr_ | TimerMSP432 Hardware Attributes |
CTimerMSP432_Object_ | TimerMSP432 Object |
CUART_Config_ | UART Global configuration |
CUART_FxnTable_ | The definition of a UART function table that contains the required set of functions to control a specific UART driver implementation |
CUART_Params_ | UART Parameters |
CUARTMSP432_BaudrateConfig | UARTMSP432 Baudrate configuration |
CUARTMSP432_FxnSet | Complement set of read functions to be used by the UART ISR and UARTMSP432_read(). Internal use only |
CUARTMSP432_HWAttrsV1 | UARTMSP432 Hardware attributes |
CUARTMSP432_Object | UARTMSP432 Object |
CUDMAMSP432_Config | UDMAMSP432 Global configuration |
CUDMAMSP432_HWAttrs | UDMAMSP432 Hardware attributes |
CUDMAMSP432_Object | UDMAMSP432 object |
CUDMAMSP432_PingPongTransfer | UDMAMSP432 Ping Pong Transfer configuration |
CUDMAMSP432_Transfer | UDMAMSP432 Transfer configuration |
CWatchdog_Config_ | Watchdog Global configuration |
CWatchdog_FxnTable_ | The definition of a Watchdog function table that contains the required set of functions to control a specific Watchdog driver implementation |
CWatchdog_Params_ | Watchdog Parameters |
CWatchdogMSP432_HWAttrs | Watchdog hardware attributes for MSP432 These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. For MSP432Ware these definitions are found in: |
CWatchdogMSP432_Object | Watchdog Object for MSP432 |