Home
last modified time | relevance | path

Searched refs:syscntl (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Dpmu_init.c71 pmu_ll_hp_set_uart_wakeup_enable(ctx->hal->dev, mode, dig->syscntl.uart_wakeup_en); in pmu_hp_system_init()
72 pmu_ll_hp_set_hold_all_lp_pad (ctx->hal->dev, mode, dig->syscntl.lp_pad_hold_all); in pmu_hp_system_init()
73 pmu_ll_hp_set_hold_all_hp_pad (ctx->hal->dev, mode, dig->syscntl.hp_pad_hold_all); in pmu_hp_system_init()
74 pmu_ll_hp_set_dig_pad_slp_sel (ctx->hal->dev, mode, dig->syscntl.dig_pad_slp_sel); in pmu_hp_system_init()
75 pmu_ll_hp_set_pause_watchdog (ctx->hal->dev, mode, dig->syscntl.dig_pause_wdt); in pmu_hp_system_init()
76 pmu_ll_hp_set_cpu_stall (ctx->hal->dev, mode, dig->syscntl.dig_cpu_stall); in pmu_hp_system_init()
Dpmu_param.c159 .syscntl = { \
170 .syscntl = { \
181 .syscntl = { \
Dpmu_sleep.c261 pmu_ll_hp_set_dig_pad_slp_sel (ctx->hal->dev, HP(SLEEP), dig->syscntl.dig_pad_slp_sel); in pmu_sleep_digital_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Dpmu_init.c72 pmu_ll_hp_set_uart_wakeup_enable(ctx->hal->dev, mode, dig->syscntl.uart_wakeup_en); in pmu_hp_system_init()
73 pmu_ll_hp_set_hold_all_lp_pad (ctx->hal->dev, mode, dig->syscntl.lp_pad_hold_all); in pmu_hp_system_init()
74 pmu_ll_hp_set_hold_all_hp_pad (ctx->hal->dev, mode, dig->syscntl.hp_pad_hold_all); in pmu_hp_system_init()
75 pmu_ll_hp_set_dig_pad_slp_sel (ctx->hal->dev, mode, dig->syscntl.dig_pad_slp_sel); in pmu_hp_system_init()
76 pmu_ll_hp_set_pause_watchdog (ctx->hal->dev, mode, dig->syscntl.dig_pause_wdt); in pmu_hp_system_init()
77 pmu_ll_hp_set_cpu_stall (ctx->hal->dev, mode, dig->syscntl.dig_cpu_stall); in pmu_hp_system_init()
Dpmu_param.c160 .syscntl = { \
171 .syscntl = { \
182 .syscntl = { \
Dpmu_sleep.c194 pmu_ll_hp_set_dig_pad_slp_sel (ctx->hal->dev, HP(SLEEP), dig->syscntl.dig_pad_slp_sel); in pmu_sleep_digital_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/
Dpmu_param.h73 pmu_hp_sys_cntl_reg_t syscntl; member
312 pmu_hp_sys_cntl_reg_t syscntl; member
316 .syscntl = { \
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dpmu_ll.h55 hw->hp_sys[mode].syscntl.uart_wakeup_en = wakeup_en; in pmu_ll_hp_set_uart_wakeup_enable()
60 hw->hp_sys[mode].syscntl.lp_pad_hold_all = hold_all; in pmu_ll_hp_set_hold_all_lp_pad()
65 hw->hp_sys[mode].syscntl.hp_pad_hold_all = hold_all; in pmu_ll_hp_set_hold_all_hp_pad()
70 hw->hp_sys[mode].syscntl.dig_pad_slp_sel = slp_sel; in pmu_ll_hp_set_dig_pad_slp_sel()
75 hw->hp_sys[mode].syscntl.dig_pause_wdt = pause_wdt; in pmu_ll_hp_set_pause_watchdog()
80 hw->hp_sys[mode].syscntl.dig_cpu_stall = cpu_stall; in pmu_ll_hp_set_cpu_stall()
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/
Dpmu_param.h80 pmu_hp_sys_cntl_reg_t syscntl; member
322 pmu_hp_sys_cntl_reg_t syscntl; member
326 .syscntl = { \
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h55 hw->hp_sys[mode].syscntl.uart_wakeup_en = wakeup_en; in pmu_ll_hp_set_uart_wakeup_enable()
60 hw->hp_sys[mode].syscntl.lp_pad_hold_all = hold_all; in pmu_ll_hp_set_hold_all_lp_pad()
65 hw->hp_sys[mode].syscntl.hp_pad_hold_all = hold_all; in pmu_ll_hp_set_hold_all_hp_pad()
70 hw->hp_sys[mode].syscntl.dig_pad_slp_sel = slp_sel; in pmu_ll_hp_set_dig_pad_slp_sel()
75 hw->hp_sys[mode].syscntl.dig_pause_wdt = pause_wdt; in pmu_ll_hp_set_pause_watchdog()
80 hw->hp_sys[mode].syscntl.dig_cpu_stall = cpu_stall; in pmu_ll_hp_set_cpu_stall()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h183 pmu_hp_sys_cntl_reg_t syscntl; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h182 pmu_hp_sys_cntl_reg_t syscntl; member