mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
feat(wifi): add tx error 0xa0 count
This commit is contained in:
@@ -288,7 +288,7 @@ esp_test_clr_tx_statistics = 0x40001020;
|
||||
esp_test_get_tx_statistics = 0x40001024;
|
||||
esp_test_clr_tx_tb_statistics = 0x40001028;
|
||||
esp_test_get_tx_tb_statistics = 0x4000102c;
|
||||
esp_test_tx_process_complete = 0x40001030;
|
||||
/*esp_test_tx_process_complete = 0x40001030;*/
|
||||
esp_test_tx_process_txq_state = 0x40001034;
|
||||
esp_test_tx_enab_statistics = 0x40001038;
|
||||
esp_test_tx_tb_complete = 0x4000103c;
|
||||
|
@@ -350,7 +350,8 @@ typedef struct {
|
||||
uint32_t tx_muedca_enable; /* count TX times within mu-timer working */
|
||||
uint32_t collision;
|
||||
uint32_t timeout;
|
||||
} esp_test_tx_statistics_t; //136 bytes
|
||||
uint32_t tx_error_a0;
|
||||
} esp_test_tx_statistics_t; //140 bytes
|
||||
|
||||
typedef struct {
|
||||
uint32_t complete_suc_tb;
|
||||
|
Submodule components/esp_wifi/lib updated: fb55dc6289...643e8bfd44
Reference in New Issue
Block a user