netxduo
NX_SNTP_CLIENT_RECEIVE_EVENT
is only used within netxduo.
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
STM32 Libraries and Samples
netxduo
NX_SNTP_CLIENT_RECEIVE_EVENT
NX_SNTP_CLIENT_RECEIVE_EVENT macro
Syntax
Show:
Summary
Declaration
from
nxd_sntp_client.h:87
#define
NX_SNTP_CLIENT_RECEIVE_EVENT
(
(
ULONG
)
0x00000001
)
Examples
References
from
examples
Code
Location
#define
NX_SNTP_CLIENT_RECEIVE_EVENT
(
(
ULONG
)
0x00000001
)
/* Event flag to signal a receive packet event */
nxd_sntp_client.h:87
status
=
tx_event_flags_get
(
&
nx_sntp_client_events
,
NX_SNTP_CLIENT_RECEIVE_EVENT
,
TX_OR_CLEAR
,
&
sntp_events
,
TX_NO_WAIT
)
;
nxd_sntp_client.c:1286
status
=
tx_event_flags_get
(
&
nx_sntp_client_events
,
NX_SNTP_CLIENT_RECEIVE_EVENT
,
TX_OR_CLEAR
,
&
sntp_events
,
TX_NO_WAIT
)
;
nxd_sntp_client.c:2176
tx_event_flags_set
(
&
nx_sntp_client_events
,
NX_SNTP_CLIENT_RECEIVE_EVENT
,
TX_OR
)
;
nxd_sntp_client.c:3662
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