Home
last modified time | relevance | path

Searched refs:clk_conf_power_st (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmodem_lpcon_ll.h198 return hw->clk_conf_power_st.clk_wifipwr_st_map; in modem_lpcon_ll_get_wifipwr_icg_bitmap()
204 hw->clk_conf_power_st.clk_wifipwr_st_map = bitmap; in modem_lpcon_ll_set_wifipwr_icg_bitmap()
210 return hw->clk_conf_power_st.clk_coex_st_map; in modem_lpcon_ll_get_coex_icg_bitmap()
216 hw->clk_conf_power_st.clk_coex_st_map = bitmap; in modem_lpcon_ll_set_coex_icg_bitmap()
222 return hw->clk_conf_power_st.clk_i2c_mst_st_map; in modem_lpcon_ll_get_i2c_master_icg_bitmap()
228 hw->clk_conf_power_st.clk_i2c_mst_st_map = bitmap; in modem_lpcon_ll_set_i2c_master_icg_bitmap()
234 return hw->clk_conf_power_st.clk_lp_apb_st_map; in modem_lpcon_ll_get_lp_apb_icg_bitmap()
240 hw->clk_conf_power_st.clk_lp_apb_st_map = bitmap; in modem_lpcon_ll_set_lp_apb_icg_bitmap()
Dmodem_syscon_ll.h112 return hw->clk_conf_power_st.clk_zb_st_map; in modem_syscon_ll_get_ieee802154_icg_bitmap()
118 hw->clk_conf_power_st.clk_zb_st_map = bitmap; in modem_syscon_ll_set_ieee802154_icg_bitmap()
124 return hw->clk_conf_power_st.clk_fe_st_map; in modem_syscon_ll_get_fe_icg_bitmap()
130 hw->clk_conf_power_st.clk_fe_st_map = bitmap; in modem_syscon_ll_set_fe_icg_bitmap()
136 return hw->clk_conf_power_st.clk_bt_st_map; in modem_syscon_ll_get_bt_icg_bitmap()
142 hw->clk_conf_power_st.clk_bt_st_map = bitmap; in modem_syscon_ll_set_bt_icg_bitmap()
148 return hw->clk_conf_power_st.clk_wifi_st_map; in modem_syscon_ll_get_wifi_icg_bitmap()
154 hw->clk_conf_power_st.clk_wifi_st_map = bitmap; in modem_syscon_ll_set_wifi_icg_bitmap()
160 return hw->clk_conf_power_st.clk_modem_peri_st_map; in modem_syscon_ll_get_modem_periph_icg_bitmap()
166 hw->clk_conf_power_st.clk_modem_peri_st_map = bitmap; in modem_syscon_ll_set_modem_periph_icg_bitmap()
[all …]
/hal_espressif-latest/components/soc/esp32c6/include/modem/
Dmodem_lpcon_struct.h164 volatile modem_lpcon_clk_conf_power_st_reg_t clk_conf_power_st; member
Dmodem_syscon_struct.h188 volatile modem_syscon_clk_conf_power_st_reg_t clk_conf_power_st; member