RTOS Common Callbacks#
These callbacks are contributed by the RTOS Common plugin.
Functions#
This function is called from the RTOS Common plugin before the Application (1) task is created.
This function implements the Application (1) task main loop.
This function is called from the RTOS Common plugin before the Application (2) task is created.
This function implements the Application (2) task main loop.
This function is called from the RTOS Common plugin before the Application (3) task is created.
This function implements the Application (3) task main loop.
Function Documentation#
emberAfPluginRtosAppTask1InitCallback#
void emberAfPluginRtosAppTask1InitCallback (void )
This function is called from the RTOS Common plugin before the Application (1) task is created.
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
emberAfPluginRtosAppTask1MainLoopCallback#
void emberAfPluginRtosAppTask1MainLoopCallback (void * p_arg)
This function implements the Application (1) task main loop.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | N/A | p_arg | Ver.: always |
emberAfPluginRtosAppTask2InitCallback#
void emberAfPluginRtosAppTask2InitCallback (void )
This function is called from the RTOS Common plugin before the Application (2) task is created.
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
emberAfPluginRtosAppTask2MainLoopCallback#
void emberAfPluginRtosAppTask2MainLoopCallback (void * p_arg)
This function implements the Application (2) task main loop.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | N/A | p_arg | Ver.: always |
emberAfPluginRtosAppTask3InitCallback#
void emberAfPluginRtosAppTask3InitCallback (void )
This function is called from the RTOS Common plugin before the Application (3) task is created.
Type | Direction | Argument Name | Description |
---|---|---|---|
void | N/A |
emberAfPluginRtosAppTask3MainLoopCallback#
void emberAfPluginRtosAppTask3MainLoopCallback (void * p_arg)
This function implements the Application (3) task main loop.
Type | Direction | Argument Name | Description |
---|---|---|---|
void * | N/A | p_arg | Ver.: always |