controller_hci_uart_esp32c3_and_esp32s3 sample
uart_txrxchannel::arg
is only used within controller_hci_uart_esp32c3_and_esp32s3 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
controller_hci_uart_esp32c3_and_esp32s3 sample
uart_txrxchannel::arg
uart_txrxchannel::arg field
Syntax
Show:
Summary
Declaration
from
main.c:43
void
*
arg
;
Examples
References
from
examples
Code
Location
Referrer
void
*
arg
;
main.c:43
uart_env
.
rx
.
arg
=
arg
;
main.c:86
hci_uart_tl_recv_async()
uart_env
.
tx
.
arg
=
arg
;
main.c:104
hci_uart_tl_send_async()
void
*
arg
=
uart_env
.
rx
.
arg
;
main.c:132
hci_uart_tl_rx_eof_callback()
uart_env
.
rx
.
arg
=
NULL
;
main.c:136
hci_uart_tl_rx_eof_callback()
void
*
arg
=
uart_env
.
tx
.
arg
;
main.c:152
hci_uart_tl_tx_eof_callback()
uart_env
.
tx
.
arg
=
NULL
;
main.c:156
hci_uart_tl_tx_eof_callback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_txrxchannel::arg
is written by 4 functions and is read by 2 functions:
hci_uart_tl_recv_async()
hci_uart_tl_send_async()
hci_uart_tl_rx_eof_callback()
hci_uart_tl_tx_eof_callback()
All items filtered out
uart_txrxchannel::arg
hci_uart_tl_rx_eof_callback()
hci_uart_tl_tx_eof_callback()
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