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
TypeDirectionArgument NameDescription
voidN/A

emberAfPluginRtosAppTask1MainLoopCallback#

void emberAfPluginRtosAppTask1MainLoopCallback (void * p_arg)

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

Parameters
TypeDirectionArgument NameDescription
void *N/Ap_arg

Ver.: always


emberAfPluginRtosAppTask2InitCallback#

void emberAfPluginRtosAppTask2InitCallback (void )

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

Parameters
TypeDirectionArgument NameDescription
voidN/A

emberAfPluginRtosAppTask2MainLoopCallback#

void emberAfPluginRtosAppTask2MainLoopCallback (void * p_arg)

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

Parameters
TypeDirectionArgument NameDescription
void *N/Ap_arg

Ver.: always


emberAfPluginRtosAppTask3InitCallback#

void emberAfPluginRtosAppTask3InitCallback (void )

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

Parameters
TypeDirectionArgument NameDescription
voidN/A

emberAfPluginRtosAppTask3MainLoopCallback#

void emberAfPluginRtosAppTask3MainLoopCallback (void * p_arg)

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

Parameters
TypeDirectionArgument NameDescription
void *N/Ap_arg

Ver.: always