controller_hci_uart_esp32c3_and_esp32s3 sample
uart_gpio_set()
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_gpio_set()
uart_gpio_set() function
Syntax
Show:
Summary
Declaration
from
main.c:167
static
void
uart_gpio_set
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
uart_gpio_set
(
void
)
main.c:167
uart_gpio_set
(
)
;
main.c:198
uhci_uart_install()
Call Tree
from
examples
uart_gpio_set()
is called by 1 function and calls 2 functions:
uhci_uart_install()
All items filtered out
uart_gpio_set()
uart_set_pin()
gpio_config()
All items filtered out
Data Use
from
examples
uart_gpio_set()
reads 3 variables:
gpio_int_type_t::GPIO_INTR_DISABLE
gpio_mode_t::GPIO_MODE_INPUT
gpio_mode_t::GPIO_MODE_OUTPUT
All items filtered out
uart_gpio_set()
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