Home
last modified time | relevance | path

Searched refs:CT_Channel (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dcaptouch_api.c101 if (obj->CT_Channel[ch].CT_CHEnable == ENABLE) { in captouch_init()
102 Touch_InitStruct.CT_Channel[ch].CT_CHEnable = obj->CT_Channel[ch].CT_CHEnable; in captouch_init()
103 Touch_InitStruct.CT_Channel[ch].CT_DiffThrehold = obj->CT_Channel[ch].CT_DiffThrehold; in captouch_init()
104 Touch_InitStruct.CT_Channel[ch].CT_MbiasCurrent = obj->CT_Channel[ch].CT_MbiasCurrent; in captouch_init()
105 Touch_InitStruct.CT_Channel[ch].CT_ETCNNoiseThr = obj->CT_Channel[ch].CT_ETCNNoiseThr; in captouch_init()
106 Touch_InitStruct.CT_Channel[ch].CT_ETCPNoiseThr = obj->CT_Channel[ch].CT_ETCPNoiseThr; in captouch_init()
A Dobjects.h103 CapTouch_CHInitTypeDef CT_Channel[4]; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_captouch.c38 CapTouch_InitStruct->CT_Channel[i].CT_CHEnable = DISABLE; in CapTouch_StructInit()
39 CapTouch_InitStruct->CT_Channel[i].CT_DiffThrehold = 0xf0; in CapTouch_StructInit()
40 CapTouch_InitStruct->CT_Channel[i].CT_MbiasCurrent = 0x11; //6uA in CapTouch_StructInit()
41 CapTouch_InitStruct->CT_Channel[i].CT_ETCNNoiseThr = 100; in CapTouch_StructInit()
42 CapTouch_InitStruct->CT_Channel[i].CT_ETCPNoiseThr = 100; in CapTouch_StructInit()
69 assert_param(CapTouch_InitStruct->CT_Channel[i].CT_DiffThrehold <= 0xFFF ); in CapTouch_Init()
70 assert_param(CapTouch_InitStruct->CT_Channel[i].CT_MbiasCurrent <= 0x3F ); in CapTouch_Init()
95 if(CapTouch_InitStruct->CT_Channel[i].CT_CHEnable) { in CapTouch_Init()
97 CapTouch->CT_CH[i].MBIAS = CapTouch_InitStruct->CT_Channel[i].CT_MbiasCurrent; in CapTouch_Init()
98 CapTouch->CT_CH[i].ATHR = CapTouch_InitStruct->CT_Channel[i].CT_ETCNNoiseThr << 24 | \ in CapTouch_Init()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_captouch.h135 …CapTouch_CHInitTypeDef CT_Channel[5]; /*!< Specifies the initialization parameters for each chan… member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/touch_key/
A Dtouch_key.c196 _memcpy((void*)Touch_InitStruct.CT_Channel, (void*)CTCChan, 4 * sizeof(CapTouch_CHInitTypeDef)); in app_captouch_init()

Completed in 6 milliseconds