|
API Documentation
9.14.00
|
| 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() |
| CADCBufCC26XX_AdcChannelLutEntry | Table entry that maps a virtual adc channel to a dio and its corresponding internal analogue signal |
| CADCBufCC26XX_HWAttrs | ADCBufCC26XX Hardware Attributes |
| CADCBufCC26XX_Object | ADCBufCC26XX Object |
| CADCBufCC26XX_ParamsExtension | CC26XX specfic extension to ADCBuf_Params |
| CADCCC26XX_HWAttrs | ADCCC26XX Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions |
| CADCCC26XX_Object | ADCCC26XX 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 |
| CDisplayDogm1286_HWAttrs | |
| CDisplayDogm1286_Object | |
| CDisplayGrLib_Object | |
| CDisplayHost_HWAttrs | DisplayHost Attributes |
| CDisplayHost_Object | DisplayHost Object |
| CDisplaySharp_HWAttrsV1 | |
| CDisplaySharp_Object | |
| CDisplaySharpColor_t | Foreground and background color struct, compatible with GrLib |
| CDisplayUart2_HWAttrs | DisplayUart2 Attributes |
| CDisplayUart2_Object | DisplayUart2 Object |
| CGPIO_Config | GPIO driver configuration structure |
| CGPTimerCC26XX_Config | GPTimer Global configuration |
| CGPTimerCC26XX_HWAttrs | GPTimer26XX Hardware attributes |
| CGPTimerCC26XX_Object | GPTimer26XX Object |
| CGPTimerCC26XX_Params | GPTimerCC26XX Parameters |
| CI2C_Config_ | I2C driver's custom configuration structure |
| CI2C_Params | I2C parameters used with I2C_open() |
| CI2C_Transaction | Defines a transaction to be used with I2C_transfer() or I2C_transferTimeout() |
| CI2CCC26XX_HWAttrsV1 | I2CCC26XX Hardware attributes |
| CI2CCC26XX_I2CPinCfg | I2CCC26XX Pin Configuration |
| CI2CCC26XX_Object | I2CCC26XX Object |
| CPDMCC26XX_BufferRequest | A PDMCC26XX_BufferRequest data structure is used with PDMCC26XX_requestBuffer() |
| CPDMCC26XX_Config | The PDMCC26XX_Config structure contains a set of pointers used to characterize the PDMCC26XX driver implementation |
| CPDMCC26XX_HWAttrs | PDMCC26XX Hardware attributes |
| CPDMCC26XX_I2S_AudioClockConfig | PDMCC26XX_I2S Audio Clock configuration |
| CPDMCC26XX_I2S_AudioFormatConfig | PDMCC26XX_I2S Hardware configuration |
| CPDMCC26XX_I2S_AudioPinConfig | PDMCC26XX_I2S Audio Pin configuration |
| CPDMCC26XX_I2S_BufferRelease | A PDMCC26XX_I2S_BufferRelease data structure is used with PDMCC26XX_I2S_releaseBuffer() |
| CPDMCC26XX_I2S_BufferRequest | A PDMCC26XX_I2S_BufferRequest data structure is used with PDMCC26XX_I2S_requestBuffer() |
| CPDMCC26XX_I2S_Config | The PDMCC26XX_I2S_Config structure contains a set of pointers used to characterize the PDMCC26XX_I2S driver implementation |
| CPDMCC26XX_I2S_HWAttrs | PDMCC26XX_I2S Hardware attributes |
| CPDMCC26XX_I2S_Object | PDMCC26XX_I2S Object |
| CPDMCC26XX_I2S_Params | PDMCC26XX I2S Parameters are used when calling PDMCC26XX_I2S_open() |
| CPDMCC26XX_I2S_StreamNotification | A PDMCC26XX_I2S_StreamNotification data structure is used with PDMCC26XX_I2S_CallbackFxn(). Provides notification about available buffers and potential errors |
| CPDMCC26XX_metaData | Metadata associated with an array of PCM data |
| CPDMCC26XX_Object | PDMCC26XX Object |
| CPDMCC26XX_Params | PDMCC26XX Parameters are used to with the PDMCC26XX_open() call. Default values for these parameters are set using PDMCC26XX_Params_init() |
| CPDMCC26XX_pcmBuffer | PCM buffer pointed to in a PDMCC26XX_BufferRequest |
| CPDMCC26XX_StreamNotification | A PDMCC26XX_StreamNotification data structure is used with PDMCC26XX_CallbackFxn(). Provides notification about available buffers and potential errors |
| CPower_NotifyObj | Power notify object structure |
| CPowerCC26XX_Config | Global configuration structure |
| CPowerCC26XX_ModuleState | PowerCC26XX_ModuleState |
| 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 |
| CPWMTimerCC26XX_HwAttrs | PWMTimer26XX Hardware attributes |
| CPWMTimerCC26XX_Object | PWMTimer26XX 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 |
| CUART2_Config_ | UART2 Global configuration |
| CUART2_Params | UART2 Parameters |
| CUDMACC26XX_Config | UDMACC26XX Global configuration |
| CUDMACC26XX_HWAttrs | UDMACC26XX hardware attributes |
| CUDMACC26XX_Object | UDMACC26XX object |
| 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 |
| CWatchdogCC26XX_HWAttrs | Watchdog hardware attributes for CC26XX |
| CWatchdogCC26XX_Object | Watchdog Object for CC26XX |
1.8.12