Home
last modified time | relevance | path

Searched refs:SOC_PHY_COMBO_MODULE (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h332 #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi and BLE*/ macro
DKconfig.soc_caps.in702 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h428 #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BT and BLE*/ macro
DKconfig.soc_caps.in870 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h478 #define SOC_PHY_COMBO_MODULE (0) /*!< Only support Wi-Fi*/ macro
DKconfig.soc_caps.in1102 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h443 #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi and BLE*/ macro
DKconfig.soc_caps.in1014 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h544 #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi, BLE and 15.4*/ macro
DKconfig.soc_caps.in1298 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h529 #define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi and BLE*/ macro
DKconfig.soc_caps.in1286 config SOC_PHY_COMBO_MODULE config
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c714 #if SOC_PHY_COMBO_MODULE in esp_phy_load_cal_and_init()