pmu: pmu register address mapping structure redefinition

This commit is contained in:
Li Shuai 2023-01-17 18:49:37 +08:00 committed by wuzhenghui
parent 4e2a32d9b3
commit 34d0464662
2 changed files with 465 additions and 2527 deletions

View File

@ -247,7 +247,7 @@ static inline void rtcio_ll_force_hold_disable(int rtcio_num)
*/
static inline void rtcio_ll_deep_sleep_hold_en_all(void)
{
PMU.imm_pad_hold_all.tie_high_lp_pad_hold_all = 1;
PMU.imm.pad_hold_all.tie_high_lp_pad_hold_all = 1;
}
/**
@ -255,7 +255,7 @@ static inline void rtcio_ll_deep_sleep_hold_en_all(void)
*/
static inline void rtcio_ll_deep_sleep_hold_dis_all(void)
{
PMU.imm_pad_hold_all.tie_low_lp_pad_hold_all = 1;
PMU.imm.pad_hold_all.tie_low_lp_pad_hold_all = 1;
}
/**

File diff suppressed because it is too large Load Diff