controller_hci_uart_esp32c3_and_esp32s3 sample
UART_HCI_NUM
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_HCI_NUM
UART_HCI_NUM macro
Syntax
Show:
Summary
Declaration
from
main.c:20
#define
UART_HCI_NUM
(
1
)
Examples
References
from
examples
Code
Location
#define
UART_HCI_NUM
(
1
)
main.c:20
uart_set_pin
(
UART_HCI_NUM
,
GPIO_UART_TXD_OUT
,
GPIO_UART_RXD_IN
,
GPIO_UART_RTS_OUT
,
GPIO_UART_CTS_IN
)
;
main.c:187
ESP_ERROR_CHECK
(
uart_param_config
(
UART_HCI_NUM
,
&
uart_config
)
)
;
main.c:214
"--Baudrate: %d"
,
UART_HCI_NUM
,
main.c:288
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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