Home
last modified time | relevance | path

Searched refs:modem_lpcon_ll_enable_coex_clock (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmodem_lpcon_ll.h64 static inline void modem_lpcon_ll_enable_coex_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_clock() function
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmodem_lpcon_ll.h154 static inline void modem_lpcon_ll_enable_coex_clock(modem_lpcon_dev_t *hw, bool en) in modem_lpcon_ll_enable_coex_clock() function
/hal_espressif-latest/components/esp_hw_support/
Dmodem_clock.c102 modem_lpcon_ll_enable_coex_clock(ctx->hal->lpcon_dev, enable); in modem_clock_coex_configure()