ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_now_recv_info
from the following samples and libraries:
espnow sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_now_recv_info
esp_now_recv_info struct
ESPNOW packet information
Syntax
Show:
Summary
Declaration
from
esp_now.h:89
typedef
struct
esp_now_recv_info
{
uint8_t
*
src_addr
;
uint8_t
*
des_addr
;
wifi_pkt_rx_ctrl_t
*
rx_ctrl
;
}
esp_now_recv_info_t
;
Fields
Field
Declared as
Description
esp_now_recv_info::src_addr
uint8_t
*
Source address of ESPNOW packet.
esp_now_recv_info::des_addr
uint8_t
*
Destination address of ESPNOW packet.
esp_now_recv_info::rx_ctrl
wifi_pkt_rx_ctrl_t
*
Rx control info of ESPNOW packet.
Examples
esp_now_recv_info
is referenced by 1 libraries and example projects:
espnow sample
References
from
0/1
examples
Code
Location
Referrer
typedef
struct
esp_now_recv_info
{
esp_now.h:89
}
esp_now_recv_info_t
;
esp_now.h:93
esp_now_recv_info_t
typedef
void
(
*
esp_now_recv_cb_t
)
(
const
esp_now_recv_info_t
*
esp_now_info
,
const
uint8_t
*
data
,
int
data_len
)
;
esp_now.h:107
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out