mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
arch/xtensa/esp32: Fix typo in SENS registers
This commit is contained in:
committed by
Xiang Xiao
parent
15dadd0099
commit
f9a9512d3c
@@ -549,7 +549,7 @@
|
||||
#define SENS_TOUCH_PAD_OUTEN2_V 0x3ff
|
||||
#define SENS_TOUCH_PAD_OUTEN2_S 10
|
||||
|
||||
/* SENS_TOUCH_PAD_WORKEN : R/W; bitpos: [19:10]; default: 0x3ff; */
|
||||
/* SENS_TOUCH_PAD_WORKEN : R/W; bitpos: [9:0]; default: 0x3ff; */
|
||||
|
||||
#define SENS_TOUCH_PAD_WORKEN 0x000003ff
|
||||
#define SENS_TOUCH_PAD_WORKEN_M (SENS_TOUCH_PAD_WORKEN_V << \
|
||||
|
||||
Reference in New Issue
Block a user