Hello to all of you developing for the ESP32 family,
I was trying to program an application that prints out Channel State Information (CSI) and I need meta data to be able to properly evaluate this data. I have a question about the following member of the struct mentioned in the title:
unsigned cur_bb_format : 4; /**< the format of the reception frame */
(the struct can be found here: https://github.com/espressif/esp-idf/bl ... pes.h#L141)
How exactly am I supposed to interpret the output of this struct member?
I hope somebody can help me with this since it is crucial for understanding the data I gathered.
struct wifi_pkt_rx_ctrl_t need more information about some fields for ESP32-C6
- ESP_krzychb
- Posts: 400
- Joined: Sat Oct 01, 2016 9:05 am
- Contact:
Re: struct wifi_pkt_rx_ctrl_t need more information about some fields for ESP32-C6
aldardour wrote: unsigned cur_bb_format : 4; /**< the format of the reception frame */
(the struct can be found here: https://github.com/espressif/esp-idf/bl ... pes.h#L141)
How exactly am I supposed to interpret the output of this struct member?
Hi aldardour,
From what I see, unsigned cur_bb_format is an input field.
It accepts values defined besides unsigned rate field.
Who is online
Users browsing this forum: No registered users and 44 guests