zTInteractiveMode.js 761 B

123456789101112131415
  1. var zTInteractiveMode =
  2. [
  3. [ "Create a CMSIS-Zone Project", "zTUICreateProject.html", null ],
  4. [ "Memory and Peripheral Resources", "zTUIMemPerRes.html", [
  5. [ "View memory and peripheral resources", "zTUIMemPerRes.html#zTUIMemView", null ],
  6. [ "Create Memory Regions", "zTUIMemPerRes.html#zTUIMemAdd", null ],
  7. [ "Delete Memory Regions", "zTUIMemPerRes.html#zTUIMemDel", null ],
  8. [ "Resource Properties", "zTUIMemPerRes.html#zTUIPerProp", null ],
  9. [ "Configure peripheral slot access rights", "zTUIMemPerRes.html#zTUIPerSlotConf", null ]
  10. ] ],
  11. [ "Zone Partitioning", "zTUIZonePart.html", [
  12. [ "Create Zones", "zTUIZonePart.html#zTUICreate", null ]
  13. ] ],
  14. [ "Generate output files", "zTUIGenerate.html", null ]
  15. ];