mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
ci: check register half word
This commit is contained in:

committed by
Kevin (Lao Kaiyao)

parent
79fd265c20
commit
c13ac70aa7
@@ -236,7 +236,7 @@ typedef volatile struct rtc_io_dev_s {
|
||||
uint32_t xpd: 1; /*touch sensor power on.*/
|
||||
uint32_t tie_opt: 1; /*default touch sensor tie option. 0: tie low 1: tie high.*/
|
||||
uint32_t start: 1; /*start touch sensor.*/
|
||||
uint32_t dac: 3; /*touch sensor slope control. 3-bit for each touch panel default 100.*/
|
||||
uint32_t slope: 3; /*touch sensor slope control. 3-bit for each touch panel default 100.*/
|
||||
uint32_t reserved26: 1;
|
||||
uint32_t rue: 1; /*the pull up enable of the pad*/
|
||||
uint32_t rde: 1; /*the pull down enable of the pad*/
|
||||
|
Reference in New Issue
Block a user