aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-03 15:49:54 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-03 15:49:54 +0300
commit2bab30adc68e3166ca2ce613ba63224d909c84d9 (patch)
treee76b419f574bd7ce2040f6513225f556c81a057b /Software/Embedded_SW/Embedded/Modules/Thread/Thread_ex.h
parent1638e0bd64156c28a72f2e01a9f93e1cb0683714 (diff)
downloadTango-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.h2
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