CSDIDAC Middleware Library 2.10
cy_stc_csdidac_config_t Struct Reference

Description

The CSDIDAC configuration structure.

Data Fields

CSD_Type * base
 The pointer to the CSD HW Block. More...
 
cy_stc_csd_context_t * csdCxtPtr
 The pointer to the context of the CSD driver. More...
 
cy_en_csdidac_channel_config_t configA
 The IDAC A channel configuration. More...
 
cy_en_csdidac_channel_config_t configB
 The IDAC B channel configuration. More...
 
const cy_stc_csdidac_pin_tptrPinA
 The pointer to the IDAC A pin structure. More...
 
const cy_stc_csdidac_pin_tptrPinB
 The pointer to the IDAC B pin structure. More...
 
uint32_t cpuClk
 CPU Clock in Hz. More...
 
uint8_t csdInitTime
 The CSD HW Block initialization time. More...
 

Field Documentation

◆ base

CSD_Type* cy_stc_csdidac_config_t::base

The pointer to the CSD HW Block.

◆ csdCxtPtr

cy_stc_csd_context_t* cy_stc_csdidac_config_t::csdCxtPtr

The pointer to the context of the CSD driver.

◆ configA

cy_en_csdidac_channel_config_t cy_stc_csdidac_config_t::configA

The IDAC A channel configuration.

◆ configB

cy_en_csdidac_channel_config_t cy_stc_csdidac_config_t::configB

The IDAC B channel configuration.

◆ ptrPinA

const cy_stc_csdidac_pin_t* cy_stc_csdidac_config_t::ptrPinA

The pointer to the IDAC A pin structure.

◆ ptrPinB

const cy_stc_csdidac_pin_t* cy_stc_csdidac_config_t::ptrPinB

The pointer to the IDAC B pin structure.

◆ cpuClk

uint32_t cy_stc_csdidac_config_t::cpuClk

CPU Clock in Hz.

◆ csdInitTime

uint8_t cy_stc_csdidac_config_t::csdInitTime

The CSD HW Block initialization time.