mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
refactor(phy): refactor multiple antenna, support for WIFI/BT/BLE/15.4
This commit is contained in:
@@ -180,6 +180,25 @@ _lock_t phy_get_lock(void);
|
||||
*
|
||||
*/
|
||||
void phy_track_pll(void);
|
||||
|
||||
/**
|
||||
* @brief PHY antenna default configuration
|
||||
*
|
||||
*/
|
||||
void ant_dft_cfg(bool default_ant);
|
||||
|
||||
/**
|
||||
* @brief PHY tx antenna config
|
||||
*
|
||||
*/
|
||||
void ant_tx_cfg(uint8_t ant0);
|
||||
|
||||
/**
|
||||
* @brief PHY rx antenna config
|
||||
*
|
||||
*/
|
||||
void ant_rx_cfg(bool auto_en, uint8_t ant0, uint8_t ant1);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user