Searched refs:syscntl (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | pmu_init.c | 71 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()
|
D | pmu_param.c | 159 .syscntl = { \ 170 .syscntl = { \ 181 .syscntl = { \
|
D | pmu_sleep.c | 261 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/ |
D | pmu_init.c | 72 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()
|
D | pmu_param.c | 160 .syscntl = { \ 171 .syscntl = { \ 182 .syscntl = { \
|
D | pmu_sleep.c | 194 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/ |
D | pmu_param.h | 73 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/ |
D | pmu_ll.h | 55 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/ |
D | pmu_param.h | 80 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/ |
D | pmu_ll.h | 55 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/ |
D | pmu_struct.h | 183 pmu_hp_sys_cntl_reg_t syscntl; member
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | pmu_struct.h | 182 pmu_hp_sys_cntl_reg_t syscntl; member
|