diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-03 15:49:54 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-03 15:49:54 +0300 |
| commit | 2bab30adc68e3166ca2ce613ba63224d909c84d9 (patch) | |
| tree | e76b419f574bd7ce2040f6513225f556c81a057b /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | |
| parent | 1638e0bd64156c28a72f2e01a9f93e1cb0683714 (diff) | |
| download | Tango-2bab30adc68e3166ca2ce613ba63224d909c84d9.tar.gz Tango-2bab30adc68e3166ca2ce613ba63224d909c84d9.zip | |
version 1.3.8.3 Power down scenario, Idle handling, some thread load improvements
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h index 69ac4b6ad..d7ce917c0 100644 --- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h +++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h @@ -67,9 +67,11 @@ typedef enum THREAD_LOAD_END }THREAD_LOAD_STAGES_ENUM; uint32_t ThreadLoadStateMachine( THREAD_LOAD_STAGES_ENUM ReadValue); +bool ThreadLoadingActive(void); void ThreadLoadPollRequest(MessageContainer* requestContainer); void ThreadLoadRequest(MessageContainer* requestContainer); + #endif |
