rtxImplementation.js 1.4 KB

1234567891011121314151617181920212223242526
  1. var rtxImplementation =
  2. [
  3. [ "Theory of Operation", "theory.html", [
  4. [ "Settings for osFeature_xxx in cmsis_os.h", "theory.html#osFeature", null ],
  5. [ "RTX Kernel Timer Tick and Thread Management", "theory.html#KernelTimer", null ],
  6. [ "CMSIS-RTOS RTX Threads", "theory.html#RTX_Threads", null ],
  7. [ "Priority Inversion on Resource Sharing", "theory.html#PriorityInversion", null ],
  8. [ "Function calls from Interrupt Service Routines (ISR)", "theory.html#isr_function_calls", null ]
  9. ] ],
  10. [ "Directory Structure and File Overview", "dirstructfiles.html", [
  11. [ "CMSIS-RTOS RTX Directory Structure", "dirstructfiles.html#Folders", null ],
  12. [ "CMSIS-RTOS RTX Library Files", "dirstructfiles.html#libFiles", null ],
  13. [ "Configuration File RTX_Conf_CM.c", "dirstructfiles.html#RTX_Conf_CM", null ]
  14. ] ],
  15. [ "Technical Data", "technicalData.html", [
  16. [ "osWait", "technicalData.html#osWait", null ]
  17. ] ],
  18. [ "MISRA-C:2004 Compliance Exceptions", "misraCompliance.html", null ],
  19. [ "Create an RTX Project", "using.html", [
  20. [ "Define and Reference Object Definitions", "using.html#DefRefObj", null ],
  21. [ "Using IRQ Interrupts", "using.html#UsingIRQs", null ]
  22. ] ],
  23. [ "Configure RTX", "configure.html", "configure" ],
  24. [ "RTX Tutorial", "exampleRTX_Tutorial.html", null ],
  25. [ "Building the RTX Library", "creating_RTX_LIB.html", null ]
  26. ];