CAPSENSE™ Middleware Library 5.0
cy_stc_capsense_context_t Struct Reference

Description

Declares top-level CAPSENSE™ context data structure.

Data Fields

const cy_stc_capsense_common_config_tptrCommonConfig
 Pointer to the common configuration structure.
 
cy_stc_capsense_common_context_tptrCommonContext
 Pointer to the common context structure.
 
cy_stc_capsense_internal_context_tptrInternalContext
 Pointer to the internal context structure.
 
const cy_stc_capsense_widget_config_tptrWdConfig
 Pointer to the widget configuration structure.
 
cy_stc_capsense_widget_context_tptrWdContext
 Pointer to the widget context structure.
 
const cy_stc_capsense_pin_config_tptrPinConfig
 Pointer to the pin configuration structure.
 
const cy_stc_capsense_pin_config_tptrShieldPinConfig
 Pointer to the shield pin configuration structure.
 
cy_stc_capsense_active_scan_sns_tptrActiveScanSns
 Pointer to the current active sensor structure.
 
cy_stc_capsense_bist_context_tptrBistContext
 Pointer to the BIST context structure.
 
cy_stc_msc_base_config_t * ptrBaseFrameContext
 Pointer to the first member of the context structure of base configuration array. More...
 
cy_stc_msclp_base_config_t * ptrBaseFrameContext
 Pointer to the first member of the context structure of base configuration array. More...
 
uint32_t * ptrSensorFrameContext
 Pointer to the context structure of sensor configuration. More...
 
uint32_t * ptrSensorFrameLpContext
 Pointer to the context structure of low power sensor configuration. More...
 
const cy_stc_capsense_scan_slot_tptrScanSlots
 Pointer to the scan order slot structure. More...
 
const cy_stc_capsense_scan_slot_tptrLpScanSlots
 Pointer to the low power scan order slot structure. More...
 
cy_stc_capsense_lp_historic_context_tptrLpHistoricContext
 Pointer to the low power historic data. More...
 

Field Documentation

◆ ptrBaseFrameContext [1/2]

cy_stc_msc_base_config_t* cy_stc_capsense_context_t::ptrBaseFrameContext

Pointer to the first member of the context structure of base configuration array.

Note
This field is available only for the fifth-generation CAPSENSE™.

◆ ptrBaseFrameContext [2/2]

cy_stc_msclp_base_config_t* cy_stc_capsense_context_t::ptrBaseFrameContext

Pointer to the first member of the context structure of base configuration array.

Note
This field is available only for the fifth-generation low power CAPSENSE™.

◆ ptrSensorFrameContext

uint32_t* cy_stc_capsense_context_t::ptrSensorFrameContext

Pointer to the context structure of sensor configuration.

Note
This field is available for the fifth-generation CAPSENSE™ and fifth-generation low power CAPSENSE™.

◆ ptrSensorFrameLpContext

uint32_t* cy_stc_capsense_context_t::ptrSensorFrameLpContext

Pointer to the context structure of low power sensor configuration.

Note
This field is available only for the fifth-generation low power CAPSENSE™.

◆ ptrScanSlots

const cy_stc_capsense_scan_slot_t* cy_stc_capsense_context_t::ptrScanSlots

Pointer to the scan order slot structure.

Note
This field is available for the fifth-generation CAPSENSE™ and fifth-generation low power CAPSENSE™.

◆ ptrLpScanSlots

const cy_stc_capsense_scan_slot_t* cy_stc_capsense_context_t::ptrLpScanSlots

Pointer to the low power scan order slot structure.

Note
This field is available only for the fifth-generation low power CAPSENSE™.

◆ ptrLpHistoricContext

cy_stc_capsense_lp_historic_context_t* cy_stc_capsense_context_t::ptrLpHistoricContext

Pointer to the low power historic data.

Note
This field is available only for the fifth-generation low power CAPSENSE™.