Modules#
Critical Message Queue#
API and Callbacks for the Critical Message Queue Component.
Silicon Labs implementation of a critical message queue.
API#
void
Prints the critical message queue.
void
Prints critical message queue configuration.
void
Initialize critical message queue.
API Documentation#
emberAfPluginCriticalMessageQueuePrintQueue#
void emberAfPluginCriticalMessageQueuePrintQueue (void )
Prints the critical message queue.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
emberAfPluginCriticalMessageQueuePrintConfig#
void emberAfPluginCriticalMessageQueuePrintConfig (void )
Prints critical message queue configuration.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
emberAfPluginCriticalMessageQueueInit#
void emberAfPluginCriticalMessageQueueInit (void )
Initialize critical message queue.
Parameters
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |