All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Structures
Here are the data structures with brief descriptions:
 C_NoRTOS_ConfigNoRTOS framework global configuration
 CADC_ConfigADC driver's custom configuration structure
 CADC_FxnTableThe definition of an ADC function table that contains the required set of functions to control a specific ADC driver implementation
 CADC_ParamsADC Parameters used with ADC_open()
 CADCBuf_ConfigADC driver's custom configuration structure
 CADCBuf_ConversionDefines a conversion to be used with ADCBuf_convert()
 CADCBuf_FxnTableThe definition of an ADCBuf function table that contains the required set of functions to control a specific ADC driver implementation
 CADCBuf_ParamsADCBuf parameters used with ADCBuf_open()
 CADCBufMSP432_ChannelsADCMSP432 Channel setting These fields define channel-specific settings: GPIO and reference voltage. These settings happen when ADCBuf_convert() is called
 CADCBufMSP432_HWAttrsADCBufMSP432 Hardware attributes These fields are populated by PinMux tool but user is allowed to change for different channels setting
 CADCBufMSP432_ObjectADCBufMSP432 Object
 CADCBufMSP432_ParamsExtensionMSP432 specfic extension to ADCBuf_Params
 CADCMSP432_HWAttrsV1ADCMSP432 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_ObjectADCMSP432 Object
 CCapture_Config_Capture Global configuration
 CCapture_FxnTableThe definition of a capture function table that contains the required set of functions to control a specific capture driver implementation
 CCapture_ParamsCapture Parameters
 CCaptureMSP432_HWAttrs_CaptureMSP432 Hardware Attributes
 CCaptureMSP432_Object_CaptureMSP432 Object
 CDisplay_ConfigDisplay Global configuration
 CDisplay_FxnTableThe definition of a Display function table that contains the required set of functions to control a specific Display driver implementation
 CDisplay_ParamsDisplay Parameters
 CDisplayGrLib_Object
 CDisplayHost_HWAttrsDisplayHost Attributes
 CDisplayHost_ObjectDisplayHost Object
 CDisplaySharp_HWAttrsV1
 CDisplaySharp_Object
 CDisplaySharpColor_tForeground and background color struct, compatible with GrLib
 CDisplayUart_HWAttrsDisplayUart Attributes
 CDisplayUart_ObjectDisplayUart Object
 CGPIOMSP432_ConfigGPIO 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_ParamsI2C parameters used with I2C_open()
 CI2C_TransactionDefines a transaction to be used with I2C_transfer()
 CI2CMSP432_HWAttrsV1I2CMSP432 Hardware attributes
 CI2CSlave_Config_I2C Slave driver's custom configuration structure
 CI2CSlave_FxnTableThe definition of a I2CSlave function table that contains the required set of functions to control a specific I2CSlave driver implementation
 CI2CSlave_ParamsI2CSlave parameters used with I2CSlave_open()
 CI2CSlaveMSP432_HWAttrsI2CSlaveMSP432 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_ObjectI2CSlaveMSP432 Object
 CList_Elem
 CList_List
 CNVS_AttrsNVS attributes
 CNVS_Config_NVS Global configuration
 CNVS_FxnTableThe definition of an NVS function table that contains the required set of functions to control a specific NVS driver implementation
 CNVS_ParamsNVS Parameters
 CNVSMSP432_HWAttrsNVSMSP432 attributes
 CNVSMSP432_Object
 CNVSRAM_HWAttrsNVSRAM Hardware Attributes
 CNVSRAM_Object
 CNVSSPI25X_HWAttrsNVSSPI25X attributes
 CNVSSPI25X_Object
 CPower_NotifyObjPower notify object structure
 CPowerMSP432_ConfigV1Power global configuration (MSP432-specific)
 CPowerMSP432_FreqsStructure holding device frequencies (in Hz)
 CPowerMSP432_PerfLevelStructure 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_ParamsPWM Parameters
 CPWMTimerMSP432_HWAttrsV2PWMTimerMSP432 Hardware attributes
 CPWMTimerMSP432_ObjectPWMTimerMSP432 Object
 CPWMTimerMSP432_StatusPWMTimerMSP432_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_HWAttrsSDSPI Hardware attributes
 CSDSPI_HWAttrs_
 CSDSPI_Object_SDSPI Object
 CSPI_Config_SPI Global configuration
 CSPI_FxnTableThe definition of a SPI function table that contains the required set of functions to control a specific SPI driver implementation
 CSPI_ParamsSPI Parameters
 CSPI_TransactionA 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_HWAttrsV1SPIMSP432DMA 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_ObjectSPIMSP432DMA Object
 CTimer_Config_Timer Global configuration
 CTimer_FxnTableThe definition of a timer function table that contains the required set of functions to control a specific timer driver implementation
 CTimer_ParamsTimer 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_BaudrateConfigUARTMSP432 Baudrate configuration
 CUARTMSP432_FxnSetComplement set of read functions to be used by the UART ISR and UARTMSP432_read(). Internal use only
 CUARTMSP432_HWAttrsV1UARTMSP432 Hardware attributes
 CUARTMSP432_ObjectUARTMSP432 Object
 CUDMAMSP432_ConfigUDMAMSP432 Global configuration
 CUDMAMSP432_HWAttrsUDMAMSP432 Hardware attributes
 CUDMAMSP432_ObjectUDMAMSP432 object
 CUDMAMSP432_PingPongTransferUDMAMSP432 Ping Pong Transfer configuration
 CUDMAMSP432_TransferUDMAMSP432 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_HWAttrsWatchdog 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_ObjectWatchdog Object for MSP432
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale