RTOS Common Callbacks#

These callbacks are contributed by the RTOS Common plugin.

Functions#

void

This function is called from the RTOS Common plugin before the Application (1) task is created.

void

This function implements the Application (1) task main loop.

void

This function is called from the RTOS Common plugin before the Application (2) task is created.

void

This function implements the Application (2) task main loop.

void

This function is called from the RTOS Common plugin before the Application (3) task is created.

void

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.

Parameters
N/A

Definition at line 804 of file ./app/ncp/doc/callback.doc

emberAfPluginRtosAppTask1MainLoopCallback#

void emberAfPluginRtosAppTask1MainLoopCallback (void * p_arg)

This function implements the Application (1) task main loop.

Parameters
N/Ap_arg

Ver.: always


Definition at line 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.

Parameters
N/A

Definition at line 826 of file ./app/ncp/doc/callback.doc

emberAfPluginRtosAppTask2MainLoopCallback#

void emberAfPluginRtosAppTask2MainLoopCallback (void * p_arg)

This function implements the Application (2) task main loop.

Parameters
N/Ap_arg

Ver.: always


Definition at line 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.

Parameters
N/A

Definition at line 848 of file ./app/ncp/doc/callback.doc

emberAfPluginRtosAppTask3MainLoopCallback#

void emberAfPluginRtosAppTask3MainLoopCallback (void * p_arg)

This function implements the Application (3) task main loop.

Parameters
N/Ap_arg

Ver.: always


Definition at line 858 of file ./app/ncp/doc/callback.doc