controller_hci_uart_esp32c3_and_esp32s3 sample
s_rx_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_rx_channel
s_rx_channel variable
Syntax
Show:
Summary
Declaration
from
main.c:55
static
gdma_channel_handle_t
s_rx_channel
;
Examples
References
from
examples
Code
Location
Referrer
static
gdma_channel_handle_t
s_rx_channel
;
main.c:55
gdma_start
(
s_rx_channel
,
(
intptr_t
)
(
&
uart_env
.
rx
.
link
)
)
;
main.c:94
hci_uart_tl_recv_async()
assert
(
dma_chan
==
s_rx_channel
)
;
main.c:129
hci_uart_tl_rx_eof_callback()
ESP_ERROR_CHECK
(
gdma_new_ahb_channel
(
&
rx_channel_config
,
&
s_rx_channel
)
)
;
main.c:226
uhci_uart_install()
gdma_connect
(
s_rx_channel
,
GDMA_MAKE_TRIGGER
(
GDMA_TRIG_PERIPH_UHCI
,
0
)
)
;
main.c:229
uhci_uart_install()
gdma_apply_strategy
(
s_rx_channel
,
&
strategy_config
)
;
main.c:236
uhci_uart_install()
gdma_register_rx_event_callbacks
(
s_rx_channel
,
&
rx_cbs
,
NULL
)
;
main.c:241
uhci_uart_install()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_rx_channel
is read by 3 functions:
All items filtered out
s_rx_channel
hci_uart_tl_recv_async()
hci_uart_tl_rx_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