templates_pg.js 1.7 KB

1234567891011121314151617181920212223242526
  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>.s", "startup_s_pg.html", [
  7. [ "startup_Device.s Template File", "startup_s_pg.html#startup_s_sec", null ]
  8. ] ],
  9. [ "System Configuration Files system_<device>.c and system_<device>.h", "system_c_pg.html", [
  10. [ "system_Device.c Template File", "system_c_pg.html#system_Device_sec", null ],
  11. [ "system_Device.h Template File", "system_c_pg.html#system_Device_h_sec", null ]
  12. ] ],
  13. [ "Device Header File <device.h>", "device_h_pg.html", [
  14. [ "Interrupt Number Definition", "device_h_pg.html#interrupt_number_sec", null ],
  15. [ "Configuration of the Processor and Core Peripherals", "device_h_pg.html#core_config_sect", null ],
  16. [ "CMSIS Version and Processor Information", "device_h_pg.html#core_version_sect", null ],
  17. [ "Device Peripheral Access Layer", "device_h_pg.html#device_access", null ],
  18. [ "Device.h Template File", "device_h_pg.html#device_h_sec", null ]
  19. ] ],
  20. [ "System Partition Header File partition_<device>.h", "partition_h_pg.html", [
  21. [ "SAU CTRL register settings", "partition_h_pg.html#sau_ctrlregister_sec", null ],
  22. [ "Configuration of the SAU Address Regions", "partition_h_pg.html#sau_regions_sect", null ],
  23. [ "Configuration of Sleep and Exception behaviour", "partition_h_pg.html#sau_sleepexception_sec", null ],
  24. [ "Configuration of Interrupt Target settings", "partition_h_pg.html#sau_interrupttarget_sec", null ]
  25. ] ]
  26. ];