fix(ieee802154): fix ieee802154 mac deinit and config ieee802154_enable

This commit is contained in:
xiaqilin
2023-11-29 22:03:10 +08:00
committed by BOT
parent 4e09c6e346
commit f183419d94
4 changed files with 32 additions and 4 deletions

View File

@@ -65,6 +65,16 @@ void ieee802154_disable(void);
*/
esp_err_t ieee802154_mac_init(void);
/**
* @brief Deinitialize the IEEE 802.15.4 MAC.
*
* @return
* - ESP_OK on success.
* - ESP_FAIL on failure.
*
*/
esp_err_t ieee802154_mac_deinit(void);
/**
* @brief Transmit the given frame.
*