Declares top-level CAPSENSE™ context data structure.
Data Fields | |
| const cy_stc_capsense_common_config_t * | ptrCommonConfig |
| Pointer to the common configuration structure. | |
| cy_stc_capsense_common_context_t * | ptrCommonContext |
| Pointer to the common context structure. | |
| cy_stc_capsense_internal_context_t * | ptrInternalContext |
| Pointer to the internal context structure. | |
| const cy_stc_capsense_widget_config_t * | ptrWdConfig |
| Pointer to the widget configuration structure. | |
| cy_stc_capsense_widget_context_t * | ptrWdContext |
| Pointer to the widget context structure. | |
| const cy_stc_capsense_pin_config_t * | ptrPinConfig |
| Pointer to the pin configuration structure. | |
| const cy_stc_capsense_pin_config_t * | ptrShieldPinConfig |
| Pointer to the shield pin configuration structure. | |
| cy_stc_capsense_active_scan_sns_t * | ptrActiveScanSns |
| Pointer to the current active sensor structure. | |
| cy_stc_capsense_bist_context_t * | ptrBistContext |
| 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_t * | ptrScanSlots |
| Pointer to the scan order slot structure. More... | |
| const cy_stc_capsense_scan_slot_t * | ptrLpScanSlots |
| Pointer to the low power scan order slot structure. More... | |
| cy_stc_capsense_lp_historic_context_t * | ptrLpHistoricContext |
| Pointer to the low power historic data. More... | |
| 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.
| 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.
| uint32_t* cy_stc_capsense_context_t::ptrSensorFrameContext |
Pointer to the context structure of sensor configuration.
| uint32_t* cy_stc_capsense_context_t::ptrSensorFrameLpContext |
Pointer to the context structure of low power sensor configuration.
| const cy_stc_capsense_scan_slot_t* cy_stc_capsense_context_t::ptrScanSlots |
Pointer to the scan order slot structure.
| const cy_stc_capsense_scan_slot_t* cy_stc_capsense_context_t::ptrLpScanSlots |
Pointer to the low power scan order slot structure.
| cy_stc_capsense_lp_historic_context_t* cy_stc_capsense_context_t::ptrLpHistoricContext |
Pointer to the low power historic data.