mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
Support external coexist formal code for C2 & S3,
and optimize RX category in external coex.
This commit is contained in:
@@ -225,6 +225,28 @@ int coex_register_start_cb(int (* cb)(void));
|
||||
esp_err_t esp_coex_adapter_register(coex_adapter_funcs_t *funcs);
|
||||
|
||||
#if CONFIG_EXTERNAL_COEX_ENABLE
|
||||
/**
|
||||
* @brief Force RX Anttena only in external coex situation.
|
||||
*/
|
||||
extern void phy_coex_force_rx_ant(void);
|
||||
|
||||
/**
|
||||
* @brief Dismiss RX Anttena only in external coex situation.
|
||||
*/
|
||||
extern void phy_coex_dismiss_rx_ant(void);
|
||||
|
||||
/**
|
||||
* @brief Set external coexistence advanced informations, like working mode and grant mode in which level.
|
||||
*
|
||||
* @param outpti1 Only for slave mode, external coex output priority in level1.
|
||||
* @param output2 Only for slave mode, external coex output priority in level2.
|
||||
*
|
||||
* @return
|
||||
* - ESP_OK: succeed
|
||||
*/
|
||||
esp_err_t esp_coex_external_params(esp_external_coex_advance_t coex_info,
|
||||
uint32_t out_pti1, uint32_t out_pti2);
|
||||
|
||||
/**
|
||||
* @brief Set external coexistence pti level and enable it.
|
||||
*
|
||||
|
Reference in New Issue
Block a user