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() |
CADCLPF3_HWAttrs | ADCLPF3 Hardware attributes These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions |
CADCLPF3_Object | ADCLPF3 Object |
CAESCBC_OneStepOperation | Struct containing the parameters required for encrypting/decrypting a message in a single-step operation |
CAESCBC_OperationUnion | Union containing a reference to a one step or segmented operation |
CAESCBC_Params | CBC Parameters |
CAESCBC_SegmentedOperation | Struct containing the parameters required for encrypting/decrypting a message in a segmented operation. Must be updated for steps of a segmented operation where data is processed (addData() and finalize()) |
CAESCBCLPF3_Object | AESCBCLPF3 Object |
CAESCCM_OneStepOperation | Struct containing the parameters required for encrypting/decrypting and authenticating/verifying a message for one-step operations |
CAESCCM_OperationUnion | Union containing a reference to a one step, segmented AAD, segmented data, or segmented finalize operation |
CAESCCM_Params | CCM Parameters |
CAESCCM_SegmentedAADOperation | Struct containing the parameters required for authenticating/verifying additional data in a segmented operation. Must be updated for each add AAD step of a segmented operation |
CAESCCM_SegmentedDataOperation | Struct containing the parameters required for encrypting/decrypting a message in a segmented operation. Must be updated between each add data step of a segmented operation |
CAESCCM_SegmentedFinalizeOperation | Struct containing the parameters required for finalizing an encryption/decryption and authentication/verification of a message in a segmented operation |
CAESCCMLPF3_Object | AESCCMLPF3 Object |
CAESCMAC_Operation | Struct containing the parameters required for signing or verifying a message |
CAESCMAC_Params | AESCMAC Parameters |
CAESCMACLPF3_Object | AESCMACLPF3 Object |
CAESCommon_Config | AES Global configuration |
CAESCommonLPF3_HWAttrs | AESCommonLPF3 Hardware Attributes |
CAESCommonLPF3_Object | AESCommonLPF3 Object |
CAESCTR_OneStepOperation | Struct containing the parameters required for encrypting/decrypting a message using a one-step operation |
CAESCTR_OperationUnion | Union containing a reference to a one-step and segmented operation structure |
CAESCTR_Params | CTR Parameters |
CAESCTR_SegmentedOperation | Struct containing the parameters required for encrypting/decrypting a message using a segmented operation. This struct must be updated for each "add data" and "finalize" step. Modifying the structure and any buffers that it points to while an operation is in progress is prohibited |
CAESCTRDRBG_Params | AESCTRDRBG Parameters |
CAESCTRDRBGXX_HWAttrs | AESCTRDRBGXX Hardware Attributes |
CAESCTRDRBGXX_Object | AESCTRDRBGXX Object |
CAESCTRLPF3_Object | AESCTRLPF3 Object |
CAESECB_Operation | Struct containing the parameters required for encrypting/decrypting and a message |
CAESECB_Params | ECB Parameters |
CAESECBLPF3_Object | AESECBLPF3 Object |
CAESGCM_OneStepOperation | Struct containing the parameters required for encrypting/decrypting and authenticating/verifying a message for one-step operations |
CAESGCM_OperationUnion | Union containing a reference to a one step, segmented AAD, segmented data, or segmented finalize operation |
CAESGCM_Params | GCM Parameters |
CAESGCM_SegmentedAADOperation | Struct containing the parameters required for authenticating/verifying additional data in a segmented operation. Must be updated for each add AAD step of a segmented operation |
CAESGCM_SegmentedDataOperation | Struct containing the parameters required for encrypting/decrypting a message in a segmented operation. Must be updated between each add data step of a segmented operation |
CAESGCM_SegmentedFinalizeOperation | Struct containing the parameters required for finalizing an encryption/decryption and authentication/verification of a message in a segmented operation |
CAESGCMLPF3_Object | AESGCMLPF3 Object |
CBatMonSupportLPF3_Config | BatMon Support Configuration |
CBatteryMonitor_NotifyObj | Battery Monitor notify object structure |
CButton_Config | Button configuration |
CButton_HWAttrs | Hardware specific settings for a button |
CButton_Object | Internal to Button module. Members should not be accessed by the application |
CButton_Params | Button Parameters |
CCAN_BitRateTimingRaw | Structure defining the raw MCAN bit rate configuration |
CCAN_Config_ | CAN Global configuration |
CCAN_DataBitRateTimingRaw | Structure defining the raw MCAN CAN FD data phase bit rate configuration |
CCAN_HWAttrs | CAN hardware attributes |
CCAN_MsgRAMConfig | CAN Message RAM configuration |
CCAN_Object | CAN Object |
CCAN_Params | CAN Parameters |
CComparator_Config | Comparator driver's custom configuration structure |
CComparator_FxnTable | The definition of a comparator function table that contains the required set of functions to control a specific comparator driver implementation |
CComparator_Params | Comparator parameters |
CComparatorLPF3LP_HWAttrs | ComparatorLPF3LP Hardware attributes |
CComparatorLPF3LP_Object | ComparatorLPF3LP Object |
CCryptoKey | CryptoKey datastructure |
CCryptoKey_KeyStore | Key store CryptoKey datastructure |
CCryptoKey_Plaintext | Plaintext CryptoKey datastructure |
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 |
CDisplayUart2_HWAttrs | DisplayUart2 Attributes |
CDisplayUart2_Object | DisplayUart2 Object |
CECC_Curve25519_Param | Union to access ECC_Curve25519 curve params in bytes or words |
CECC_NISTP256_Param | Union to access ECC_NISTP256 curve params in bytes or words |
CECCParams_CurveParams | A structure containing the parameters of an elliptic curve |
CECDH_Config | ECC Global configuration |
CECDH_Operation | Union containing pointers to all supported operation structs |
CECDH_OperationComputeSharedSecret | Struct containing the parameters required to compute the shared secret |
CECDH_OperationGeneratePublicKey | Struct containing the parameters required to generate a public key |
CECDH_Params | ECC Parameters |
CECDHLPF3SW_HWAttrs | ECDHLPF3SW Hardware Attributes |
CECDHLPF3SW_Object | ECDHLPF3SW Object |
CECDSA_Config | ECDSA Global configuration |
CECDSA_Operation | Union containing pointers to all supported operation structs |
CECDSA_OperationSign | Struct containing the parameters required for signing a message |
CECDSA_OperationVerify | Struct containing the parameters required for verifying a message |
CECDSA_Params | ECDSA Parameters |
CECDSALPF3SW_HWAttrs | ECDSALPF3SW Hardware Attributes |
CECDSALPF3SW_Object | ECDSALPF3SW Object |
CGPIO_Config | GPIO driver configuration structure |
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() |
CI2CLPF3_HWAttrs | I2CLPF3 Hardware attributes |
CI2CLPF3_I2CPinCfg | I2CLPF3 Pin Configuration |
CI2CLPF3_Object | I2CLPF3 Object |
CITM_HWAttrs | ITM Hardware Attributes |
CKeyStore_accessSemaphoreObject | |
CKeyStore_PreProvisionedKeyMetaData | Structure for storing pre-provisioned key's meta data |
CKeyStore_preProvisionedKeyStorageFormat | Structure for storing pre-provisioned keys and its meta data |
CKeyStore_PSA_preProvisionedKeyIDs | Structure for storing IDs of pre-provisioned keys |
CKeyStore_s_DestroyPurgeKeyCertificateMsg | |
CKeyStore_s_ExportMsg | |
CKeyStore_s_GenerateKeyMsg | |
CKeyStore_s_GetKeyAttributesMsg | |
CKeyStore_s_GetKeyMsg | |
CKeyStore_s_ImportCertificateMsg | |
CKeyStore_s_ImportKeyMsg | |
CKeyStore_s_ResetKeyAttributesMsg | |
CLED_Config | LED configuration |
CLED_HWAttrs | Hardware specific settings for a LED module |
CLED_Object | LED Object structure |
CLED_Params | LED Parameters |
CLGPTimerLPF3_Config | LGPTimer Global configuration |
CLGPTimerLPF3_HWAttrs | LGPTimerLPF3 Hardware attributes |
CLGPTimerLPF3_Object | LGPTimerLPF3 Object |
CLGPTimerLPF3_Params | LGPTimerLPF3 Parameters |
CList_Elem_ | |
CList_List | |
CLogSinkBuf_Instance | |
CLogSinkBuf_Rec | |
CLogSinkITM_Instance | |
CMCAN_BitTimingParams | Structure for bit timing calculation. Bit timing related to data phase will be valid only if CAN-FD mode and bit rate switching are enabled and will be '0' otherwise |
CMCAN_ConfigParams | Structure for MCAN configuration parameters |
CMCAN_ErrCntStatus | Structure for MCAN error logging counters status |
CMCAN_ExtMsgIDFilterElement | Structure for MCAN Extended Message ID Filter Element |
CMCAN_GlobalFiltConfig | Structure for MCAN Global Filter Configuration parameters |
CMCAN_HighPriorityMsgInfo | Structure for MCAN High Priority Message |
CMCAN_InitParams | Structure for MCAN initialization parameters |
CMCAN_MsgRAMConfig | Structure for MCAN Message RAM Configuration Parameters. Message RAM can contain following sections: Standard ID filters, Extended ID filters, RX FIFO0, RX FIFO1, RX Buffers, TX EventFIFO, TX Buffers, TX FIFO (or TX Q) |
CMCAN_ProtocolStatus | Structure for MCAN protocol status |
CMCAN_RxBufElement | Structure for MCAN Rx Buffer element |
CMCAN_RxBufElementNoCpy | Structure for MCAN Rx Buffer element which takes data as a pointer. Please note that as the data field is a pointer so wrong value for payload size passed from application will lead to data corruption |
CMCAN_RxFIFOStatus | Structure for MCAN Rx FIFO Status |
CMCAN_RxNewDataStatus | Structure for MCAN new data flag for Rx buffer |
CMCAN_StdMsgIDFilterElement | Structure for MCAN Standard Message ID Filter Element |
CMCAN_TDCConfig | Structure for MCAN Transmitter Delay Compensation parameters |
CMCAN_TxBufElement | Structure for MCAN Tx Buffer element |
CMCAN_TxBufElementNoCpy | Structure for MCAN Tx Buffer element which takes data as a pointer. Please note that as the data field is a pointer so wrong value for payload size passed from application will lead to data corruption |
CMCAN_TxEventFIFOElement | Structure for MCAN Tx Event FIFO element |
CMCAN_TxEventFIFOStatus | Structure for MCAN Tx Event FIFO Status |
CMCAN_TxFIFOQStatus | Structure for MCAN Tx FIFO/Queue Status |
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 |
CNVSLPF3_HWAttrs | NVSLPF3 hardware attributes |
CNVSLPF3_Object | |
CNVSRAM_HWAttrs | NVSRAM Hardware Attributes |
CNVSRAM_Object | |
CNVSSPI25X_HWAttrs | NVSSPI25X attributes |
CNVSSPI25X_Object | |
CPower_NotifyObj | Power notify object structure |
CPowerCC23X0_Config | Global configuration structure |
CPowerCC27XX_Config | Global configuration structure |
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 |
CRingBuf_Object | |
CRNG_Config | RNG Global configuration |
CRNG_Params | RNG Parameters |
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_Object | SDSPI Object |
CSHA2_Config | SHA2 Global configuration |
CSHA2_Params | SHA2 Parameters |
CSHA2LPF3SW_HWAttrs | Hardware-specific configuration attributes |
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 |
CSPILPF3DMA_HWAttrs | SPILPF3DMA Hardware attributes |
CSPILPF3DMA_Object | SPILPF3DMA Object |
CStructRingBuf_Object | |
CTCAN455X_Config | TCAN455X global configuration |
CTemperature_NotifyObj | Temperature notify object structure |
CTemperatureLPF3_Config | Temperature driver configuration struct for Low Power F3 devices |
CUART2_Config_ | UART2 Global configuration |
CUART2_Params | UART2 Parameters |
CUART2LPF3_HWAttrs | UART2LPF3 Hardware attributes |
CUART2LPF3_Object | UART2LPF3 Object |
CUDMALPF3_Config | UDMALPF3 Global 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 |
CWatchdogLPF3_HWAttrs | Watchdog hardware attributes for CC23X0 |
CWatchdogLPF3_Object | Watchdog Object for CC23X0 |