Stack Counters
Stack counters API. More...
Functions |
|
| EmberStatus | emberGetCounter ( EmberCounterType counterType, uint32_t *count) |
|
Retrieve the stack counter corresponding to the passed counter type.
More...
|
|
Detailed Description
Stack counters API.
Function Documentation
◆ emberGetCounter()
| EmberStatus emberGetCounter | ( | EmberCounterType |
counterType,
|
| uint32_t * |
count
|
||
| ) |
Retrieve the stack counter corresponding to the passed counter type.
- Parameters
-
[in] counterTypeAn EmberCounterType value indicating the stack counter to be retrieved. [out] countThe counter of the requested counterTypeis returned here
- Returns
- An EmberStatus value of EMBER_SUCCESS if the stack counter was successfully retrieved. An EmberStatus value of EMBER_INVALID_CALL if the passed counterType is invalid. An EmberStatus value of EMBER_LIBRARY_NOT_PRESENT if the stack counter library is not present.