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.
N/A |
804
of file ./app/ncp/doc/callback.doc
emberAfPluginRtosAppTask1MainLoopCallback#
void emberAfPluginRtosAppTask1MainLoopCallback (void * p_arg)
This function implements the Application (1) task main loop.
N/A | p_arg | Ver.: always |
814
of file ./app/ncp/doc/callback.doc
emberAfPluginRtosAppTask2InitCallback#
void emberAfPluginRtosAppTask2InitCallback (void )
This function is called from the RTOS Common plugin before the Application (2) task is created.
N/A |
826
of file ./app/ncp/doc/callback.doc
emberAfPluginRtosAppTask2MainLoopCallback#
void emberAfPluginRtosAppTask2MainLoopCallback (void * p_arg)
This function implements the Application (2) task main loop.
N/A | p_arg | Ver.: always |
836
of file ./app/ncp/doc/callback.doc
emberAfPluginRtosAppTask3InitCallback#
void emberAfPluginRtosAppTask3InitCallback (void )
This function is called from the RTOS Common plugin before the Application (3) task is created.
N/A |
848
of file ./app/ncp/doc/callback.doc
emberAfPluginRtosAppTask3MainLoopCallback#
void emberAfPluginRtosAppTask3MainLoopCallback (void * p_arg)
This function implements the Application (3) task main loop.
N/A | p_arg | Ver.: always |
858
of file ./app/ncp/doc/callback.doc