|
NNP STM Generic Remote Module git-main
|
Module Application Code. More...

Functions | |
| void | initAppTask (void) |
| Function called at the initialization of program. | |
| void | updateAppTask () |
| Main application loop called from main.c. | |
| void | runAppTask (UNS32 param) |
| This task is run on the background thread to update parameters. | |
| void | processSYNCMessageForApp (Message *m) |
| Lets application process SYNC message if necessary. | |
| void | sleepApplication (void) |
| This function is called when the module recieves an NMT to enter low power mode. | |
| void | InitAppTaskValues (void) |
| Reinitializes application values when necessary. | |
Module Application Code.
| void initAppTask | ( | void | ) |
Function called at the initialization of program.
| None |
| None |
Definition at line 33 of file app.c.
Referenced by main().

| void InitAppTaskValues | ( | void | ) |
Reinitializes application values when necessary.
| None |
| None |
Definition at line 136 of file app.c.
Referenced by EnterStopStimFunc(), EnterWaitingFunc(), and StopNodesFunc().

| void processSYNCMessageForApp | ( | Message * | m | ) |
Lets application process SYNC message if necessary.
| *m | 8 byte message sent with SYNC objects from PM |
Definition at line 112 of file app.c.
Referenced by processSYNC().

| void runAppTask | ( | UNS32 | param | ) |
This task is run on the background thread to update parameters.
| param | can be used for anything, and is passed down from updateAppTask() |
Definition at line 59 of file app.c.
Referenced by updateAppTask().


| void sleepApplication | ( | void | ) |
This function is called when the module recieves an NMT to enter low power mode.
| none |
Definition at line 124 of file app.c.
Referenced by processNMTstateChange().

| void updateAppTask | ( | void | ) |
Main application loop called from main.c.
| None |
| None |
Definition at line 45 of file app.c.
Referenced by main().

