esp_zigbee_gateway sample
esp_zb_uart_config_t
is only used within esp_zigbee_gateway 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
esp_zigbee_gateway sample
esp_zb_uart_config_t
esp_zb_uart_config_t struct
Uart configuration
Syntax
Show:
Summary
Declaration
from
esp_zigbee_platform.h:46
typedef
struct
{
uart_port_t
port
;
gpio_num_t
rx_pin
;
gpio_num_t
tx_pin
;
uart_config_t
uart_config
;
}
esp_zb_uart_config_t
;
Fields
Field
Declared as
Description
esp_zb_uart_config_t::port
uart_port_t
UART port number.
esp_zb_uart_config_t::rx_pin
gpio_num_t
UART RX pin.
esp_zb_uart_config_t::tx_pin
gpio_num_t
UART TX pin.
esp_zb_uart_config_t::uart_config
uart_config_t
UART configuration, see uart_config_t docs.
Examples
References
from
examples
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