controller_hci_uart_esp32c3_and_esp32s3 sample
uart_txrxchannel
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_txrxchannel
uart_txrxchannel struct
Syntax
Show:
Summary
Declaration
from
main.c:41
struct
uart_txrxchannel
{
esp_bt_hci_tl_callback_t
callback
;
void
*
arg
;
lldesc_t
link
;
}
;
Fields
Field
Declared as
uart_txrxchannel::callback
esp_bt_hci_tl_callback_t
uart_txrxchannel::arg
void
*
uart_txrxchannel::link
lldesc_t
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
uart_txrxchannel
{
main.c:41
struct
uart_txrxchannel
tx
;
main.c:48
uart_env_tag
uart_env_tag::tx
struct
uart_txrxchannel
rx
;
main.c:49
uart_env_tag
uart_env_tag::rx
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
Instance
Scope
Location
Project
uart_env_tag::tx
uart_env_tag
main.c:48
uart_env_tag::rx
uart_env_tag
main.c:49
Lifecycle
from
examples
All items filtered out
All items filtered out