ESP-IDF
t_rfc_port
is only used within ESP-IDF.
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
t_rfc_port
t_rfc_port struct
Syntax
Show:
Summary
Declaration
from
port_int.h:115
struct
t_rfc_port
{
#define
RFC_PORT_STATE_IDLE
0
#define
RFC_PORT_STATE_WAIT_START
1
#define
RFC_PORT_STATE_OPENING
2
#define
RFC_PORT_STATE_OPENED
3
#define
RFC_PORT_STATE_CLOSING
4
UINT8
state
;
#define
RFC_RSP_PN
0x01
#define
RFC_RSP_RPN_REPLY
0x02
#define
RFC_RSP_RPN
0x04
#define
RFC_RSP_MSC
0x08
#define
RFC_RSP_RLS
0x10
UINT8
expected_rsp
;
tRFC_MCB
*
p_mcb
;
TIMER_LIST_ENT
tle
;
}
;
Fields
Field
Declared as
t_rfc_port::state
UINT8
t_rfc_port::expected_rsp
UINT8
t_rfc_port::p_mcb
tRFC_MCB
*
t_rfc_port::tle
TIMER_LIST_ENT
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out