coex: support esp32h2 coex lib

This commit is contained in:
zhangwenxu
2023-03-10 14:31:33 +08:00
parent f17bf1dd6a
commit b596c28a22
12 changed files with 212 additions and 24 deletions
+6 -7
View File
@@ -8,16 +8,15 @@
#ifdef CONFIG_SOC_IEEE802154_SUPPORTED
typedef enum {
IEEE802154_RISK_TX = 1,
IEEE802154_TX_AT,
IEEE802154_RX_AT,
IEEE802154_ACK,
IEEE802154_NORMAL,
IEEE802154_IDLE_RX,
IEEE802154_HIGH = 1,
IEEE802154_MIDDLE,
IEEE802154_LOW,
IEEE802154_IDLE,
IEEE802154_EVENT_MAX,
} ieee802154_coex_event_t;
void esp_coex_ieee802154_pti_set(ieee802154_coex_event_t event);
void esp_coex_ieee802154_txrx_pti_set(ieee802154_coex_event_t event);
void esp_coex_ieee802154_ack_pti_set(ieee802154_coex_event_t event);
#endif
#endif