controller_hci_uart_esp32c3_and_esp32s3 sample
s_tx_channel
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
s_tx_channel
s_tx_channel variable
Syntax
Show:
Summary
Declaration
from
main.c:56
static
gdma_channel_handle_t
s_tx_channel
;
Examples
References
from
examples
Code
Location
Referrer
static
gdma_channel_handle_t
s_tx_channel
;
main.c:56
gdma_start
(
s_tx_channel
,
(
intptr_t
)
(
&
uart_env
.
tx
.
link
)
)
;
main.c:111
hci_uart_tl_send_async()
assert
(
dma_chan
==
s_tx_channel
)
;
main.c:149
hci_uart_tl_tx_eof_callback()
ESP_ERROR_CHECK
(
gdma_new_ahb_channel
(
&
tx_channel_config
,
&
s_tx_channel
)
)
;
main.c:221
uhci_uart_install()
.
sibling_chan
=
s_tx_channel
,
main.c:224
uhci_uart_install()
gdma_connect
(
s_tx_channel
,
GDMA_MAKE_TRIGGER
(
GDMA_TRIG_PERIPH_UHCI
,
0
)
)
;
main.c:228
uhci_uart_install()
gdma_apply_strategy
(
s_tx_channel
,
&
strategy_config
)
;
main.c:235
uhci_uart_install()
gdma_register_tx_event_callbacks
(
s_tx_channel
,
&
tx_cbs
,
NULL
)
;
main.c:246
uhci_uart_install()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_tx_channel
is read by 3 functions:
All items filtered out
s_tx_channel
hci_uart_tl_send_async()
hci_uart_tl_tx_eof_callback()
uhci_uart_install()
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