controller_hci_uart_esp32c3_and_esp32s3 sample
s_uhci_hw
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_uhci_hw
s_uhci_hw variable
Syntax
Show:
Summary
Declaration
from
main.c:54
static
volatile
uhci_dev_t
*
s_uhci_hw
=
&
UHCI0
;
Examples
References
from
examples
Code
Location
Referrer
static
volatile
uhci_dev_t
*
s_uhci_hw
=
&
UHCI0
;
main.c:54
s_uhci_hw
->
pkt_thres
.
thrs
=
size
;
main.c:92
hci_uart_tl_recv_async()
uhci_ll_init
(
s_uhci_hw
)
;
main.c:249
uhci_uart_install()
uhci_ll_set_eof_mode
(
s_uhci_hw
,
UHCI_RX_LEN_EOF
)
;
main.c:250
uhci_uart_install()
s_uhci_hw
->
escape_conf
.
val
=
0
;
main.c:252
uhci_uart_install()
uhci_ll_attach_uart_port
(
s_uhci_hw
,
1
)
;
main.c:253
uhci_uart_install()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_uhci_hw
is read by 2 functions:
All items filtered out
s_uhci_hw
hci_uart_tl_recv_async()
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