esp_zigbee_gateway sample
esp_zb_platform_mac_config_set()
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
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_platform_mac_config_set()
esp_zb_platform_mac_config_set() function
Set the espressif platform mac config
Syntax
Show:
Summary
Declaration
from
esp_zigbee_platform.h:143
esp_err_t
esp_zb_platform_mac_config_set
(
const
esp_zb_platform_mac_config_t
*
config
)
;
Arguments
Argument
Description
config
- pointer to platform mac configuration
esp_zb_platform_mac_config_t
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if @p config is invalid or with invalid values. - ESP_ERR_NOT_SUPPORTED if ZB_RADIO_NATIVE is not enabled.
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