Searched refs:modem_lpcon_dev_t (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | modem_lpcon_ll.h | 22 static inline void modem_lpcon_ll_enable_test_clk(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_test_clk() 28 static inline void modem_lpcon_ll_enable_ble_rtc_timer_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_slow_osc() 34 static inline void modem_lpcon_ll_enable_ble_rtc_timer_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_fast_osc() 40 static inline void modem_lpcon_ll_enable_ble_rtc_timer_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_main_xtal() 46 static inline void modem_lpcon_ll_enable_ble_rtc_timer_32k_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_ble_rtc_timer_32k_xtal() 52 static inline void modem_lpcon_ll_set_ble_rtc_timer_divisor_value(modem_lpcon_dev_t *hw, uint32_t v… in modem_lpcon_ll_set_ble_rtc_timer_divisor_value() 58 static inline uint32_t modem_lpcon_ll_get_ble_rtc_timer_divisor_value(modem_lpcon_dev_t *hw) in modem_lpcon_ll_get_ble_rtc_timer_divisor_value() 64 static inline void modem_lpcon_ll_enable_coex_lpclk_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_slow_osc() 70 static inline void modem_lpcon_ll_enable_coex_lpclk_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_fast_osc() 76 static inline void modem_lpcon_ll_enable_coex_lpclk_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_main_xtal() [all …]
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | modem_lpcon_ll.h | 22 static inline void modem_lpcon_ll_enable_test_clk(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_test_clk() 28 static inline void modem_lpcon_ll_enable_coex_lpclk_slow_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_slow_osc() 34 static inline void modem_lpcon_ll_enable_coex_lpclk_fast_osc(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_fast_osc() 40 static inline void modem_lpcon_ll_enable_coex_lpclk_main_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_main_xtal() 46 static inline void modem_lpcon_ll_enable_coex_lpclk_32k_xtal(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_lpclk_32k_xtal() 52 static inline void modem_lpcon_ll_set_coex_lpclk_divisor_value(modem_lpcon_dev_t *hw, uint32_t valu… in modem_lpcon_ll_set_coex_lpclk_divisor_value() 58 static inline uint32_t modem_lpcon_ll_get_coex_lpclk_divisor_value(modem_lpcon_dev_t *hw) in modem_lpcon_ll_get_coex_lpclk_divisor_value() 64 static inline void modem_lpcon_ll_enable_coex_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_clock() 70 static inline void modem_lpcon_ll_enable_i2c_master_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_i2c_master_clock() 76 static inline void modem_lpcon_ll_enable_fe_mem_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_fe_mem_clock() [all …]
|
/hal_espressif-latest/components/soc/esp32h2/include/modem/ |
D | modem_lpcon_struct.h | 114 } modem_lpcon_dev_t; typedef 116 extern modem_lpcon_dev_t MODEM_LPCON; 119 _Static_assert(sizeof(modem_lpcon_dev_t) == 0x20, "Invalid size of modem_lpcon_dev_t structure");
|
/hal_espressif-latest/components/soc/esp32c6/include/modem/ |
D | modem_lpcon_struct.h | 168 } modem_lpcon_dev_t; typedef 170 extern modem_lpcon_dev_t MODEM_LPCON; 173 _Static_assert(sizeof(modem_lpcon_dev_t) == 0x30, "Invalid size of modem_lpcon_dev_t structure");
|
/hal_espressif-latest/components/hal/include/hal/ |
D | modem_clock_hal.h | 22 modem_lpcon_dev_t *lpcon_dev;
|