mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
This commit is contained in:
parent
a8f833a912
commit
58848946af
@ -3689,7 +3689,7 @@ Due to the LDO slaves, RTC_CNTL_DATE_REG[18:13] can only be used for LDO adjustm
|
||||
/*LDO SLAVE : R/W ;bitpos:[18:13] ; default: 6'd0 ;*/
|
||||
/*description: .*/
|
||||
#define RTC_CNTL_SLAVE_PD 0x0000003F
|
||||
#define RTC_CNTL_SLAVE_PD_M ((RTC_CNTL_SLAVE_V)<<(RTC_CNTL_SLAVE_S))
|
||||
#define RTC_CNTL_SLAVE_PD_M ((RTC_CNTL_SLAVE_PD_V)<<(RTC_CNTL_SLAVE_PD_S))
|
||||
#define RTC_CNTL_SLAVE_PD_V 0x3F
|
||||
#define RTC_CNTL_SLAVE_PD_S 13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user