ci: check register half word

This commit is contained in:
laokaiyao
2025-01-14 16:54:36 +08:00
committed by Kevin (Lao Kaiyao)
parent 79fd265c20
commit c13ac70aa7
23 changed files with 94 additions and 44 deletions

View File

@@ -117,7 +117,7 @@ typedef volatile struct rtc_io_dev_s {
uint32_t xpd: 1; /*TOUCH_XPD*/
uint32_t tie_opt: 1; /*TOUCH_TIE_OPT*/
uint32_t start: 1; /*TOUCH_START*/
uint32_t dac: 3; /*TOUCH_DAC*/
uint32_t slope: 3; /*TOUCH_SLOPE*/
uint32_t reserved26: 1;
uint32_t rue: 1; /*RUE*/
uint32_t rde: 1; /*RDE*/