Initial commit
2347
external/CMSIS_5/CMSIS/DoxyGen/RTOS/rtos.dxy
vendored
Normal file
16
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/RTX/cmsis_os_rtx_extensions.h
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
// ==== RTX Extensions ====
|
||||
|
||||
/// Suspend the RTX task scheduler.
|
||||
/// \return number of ticks, for how long the system can sleep or power-down.
|
||||
uint32_t os_suspend (void);
|
||||
|
||||
/// Resume the RTX task scheduler.
|
||||
/// \param[in] sleep_time specifies how long the system was in sleep or power-down mode.
|
||||
void os_resume (uint32_t sleep_time);
|
||||
|
||||
/// OS idle demon (running when no other thread is ready to run).
|
||||
__NO_RETURN void os_idle_demon (void);
|
||||
|
||||
/// OS error callback (called when a runtime error is detected).
|
||||
/// \param[in] error_code actual error code that has been detected.
|
||||
__NO_RETURN void os_error (uint32_t error_code);
|
4032
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/cmsis_os.txt
vendored
Normal file
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/API_Structure.png
vendored
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/CMSIS_Logo_Final.jpg
vendored
Normal file
After Width: | Height: | Size: 121 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/CMSIS_Logo_Final.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/CMSIS_RTOS_Files.png
vendored
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/CMSIS_V3_small.png
vendored
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/MailQueue.png
vendored
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/MessageQueue.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/Mutex.png
vendored
Normal file
After Width: | Height: | Size: 7.8 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/RTX_Structure.png
vendored
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/Reference_Section.vsd
vendored
Normal file
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/Semaphore.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/ThreadStatus.png
vendored
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/Timer.png
vendored
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/TimerValues.png
vendored
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/TimerValues.vsd
vendored
Normal file
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/add_item.png
vendored
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/config_wizard.png
vendored
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/manage_rte_output.png
vendored
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/own_lib_projwin.png
vendored
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/project_window.png
vendored
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/simple_signal.png
vendored
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
external/CMSIS_5/CMSIS/DoxyGen/RTOS/src/images/stack_usage_watermark.png
vendored
Normal file
After Width: | Height: | Size: 28 KiB |