templates_pg.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. var templates_pg =
  2. [
  3. [ "CMSIS-Core Processor Files", "templates_pg.html#CMSIS_Processor_files", null ],
  4. [ "Device Examples", "templates_pg.html#device_examples", null ],
  5. [ "Template Files", "templates_pg.html#template_files_sec", null ],
  6. [ "Startup File startup_<device>.c", "startup_c_pg.html", [
  7. [ "startup_Device.c Template File", "startup_c_pg.html#startup_c_sec", null ]
  8. ] ],
  9. [ "Startup File startup_<device>.s (deprecated)", "startup_s_pg.html", [
  10. [ "startup_Device.s Template File", "startup_s_pg.html#startup_s_sec", null ]
  11. ] ],
  12. [ "System Configuration Files system_<device>.c and system_<device>.h", "system_c_pg.html", [
  13. [ "system_Device.c Template File", "system_c_pg.html#system_Device_sec", null ],
  14. [ "system_Device.h Template File", "system_c_pg.html#system_Device_h_sec", null ]
  15. ] ],
  16. [ "Device Header File <device.h>", "device_h_pg.html", [
  17. [ "Interrupt Number Definition", "device_h_pg.html#interrupt_number_sec", null ],
  18. [ "Configuration of the Processor and Core Peripherals", "device_h_pg.html#core_config_sect", null ],
  19. [ "CMSIS Version and Processor Information", "device_h_pg.html#core_version_sect", null ],
  20. [ "Device Peripheral Access Layer", "device_h_pg.html#device_access", null ],
  21. [ "Device.h Template File", "device_h_pg.html#device_h_sec", null ]
  22. ] ],
  23. [ "TrustZone setup: partition_<device>.h", "partition_h_pg.html", [
  24. [ "SAU CTRL register settings", "partition_h_pg.html#sau_ctrlregister_sec", null ],
  25. [ "Configuration of Sleep and Exception behaviour", "partition_h_pg.html#sau_sleepexception_sec", null ],
  26. [ "Configuration of Floating Point Unit", "partition_h_pg.html#sau_fpu_sec", null ],
  27. [ "Region/ISR setup: partition_gen.h", "partition_h_pg.html#partition_gen_h_pg", [
  28. [ "Configuration of the SAU Address Regions", "partition_h_pg.html#sau_regions_sect", null ],
  29. [ "Configuration of Interrupt Target settings", "partition_h_pg.html#sau_interrupttarget_sec", null ]
  30. ] ]
  31. ] ]
  32. ];