esp_zigbee_gateway sample
esp_zb_lock_acquire()
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_lock_acquire()
esp_zb_lock_acquire() function
Acquire Zigbee lock.
Syntax
Show:
Summary
Declaration
from
esp_zigbee_core.h:674
bool
esp_zb_lock_acquire
(
TickType_t
block_ticks
)
;
Arguments
Argument
block_ticks
Return value
- true: on success
Notes
It's mandatory to acquire the lock before calling any Zigbee SDK APIs, except that the call site is in Zigbee callbacks.
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