controller_hci_uart_esp32c3_and_esp32s3 sample
uart_txrxchannel::link
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::link
uart_txrxchannel::link field
Syntax
Show:
Summary
Declaration
from
main.c:44
lldesc_t
link
;
Examples
References
from
examples
Code
Location
Referrer
lldesc_t
link
;
main.c:44
memset
(
&
uart_env
.
rx
.
link
,
0
,
sizeof
(
lldesc_t
)
)
;
main.c:88
hci_uart_tl_recv_async()
uart_env
.
rx
.
link
.
buf
=
buf
;
main.c:89
hci_uart_tl_recv_async()
uart_env
.
rx
.
link
.
size
=
size
;
main.c:90
hci_uart_tl_recv_async()
gdma_start
(
s_rx_channel
,
(
intptr_t
)
(
&
uart_env
.
rx
.
link
)
)
;
main.c:94
hci_uart_tl_recv_async()
memset
(
&
uart_env
.
tx
.
link
,
0
,
sizeof
(
lldesc_t
)
)
;
main.c:106
hci_uart_tl_send_async()
uart_env
.
tx
.
link
.
length
=
size
;
main.c:107
hci_uart_tl_send_async()
uart_env
.
tx
.
link
.
buf
=
buf
;
main.c:108
hci_uart_tl_send_async()
uart_env
.
tx
.
link
.
eof
=
1
;
main.c:109
hci_uart_tl_send_async()
gdma_start
(
s_tx_channel
,
(
intptr_t
)
(
&
uart_env
.
tx
.
link
)
)
;
main.c:111
hci_uart_tl_send_async()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_txrxchannel::link
is read by 2 functions:
All items filtered out
uart_txrxchannel::link
hci_uart_tl_recv_async()
hci_uart_tl_send_async()
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