remove old version
This commit is contained in:
23
BLDC_E54/.gitignore
vendored
23
BLDC_E54/.gitignore
vendored
@@ -1,23 +0,0 @@
|
|||||||
|
|
||||||
## Ignore Atmel Studio temporary files and build results
|
|
||||||
# https://www.microchip.com/mplab/avr-support/atmel-studio-7
|
|
||||||
|
|
||||||
# Atmel Studio is powered by an older version of Visual Studio,
|
|
||||||
# so most of the project and solution files are the same as VS files,
|
|
||||||
# only prefixed by an `at`.
|
|
||||||
|
|
||||||
#Build Directories
|
|
||||||
[Dd]ebug/
|
|
||||||
[Rr]elease/
|
|
||||||
|
|
||||||
#Build Results
|
|
||||||
*.o
|
|
||||||
*.d
|
|
||||||
*.eep
|
|
||||||
*.elf
|
|
||||||
*.hex
|
|
||||||
*.map
|
|
||||||
*.srec
|
|
||||||
|
|
||||||
#User Specific Files
|
|
||||||
*.atsuo
|
|
||||||
Binary file not shown.
@@ -1,22 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
||||||
# Atmel Studio Solution File, Format Version 11.00
|
|
||||||
VisualStudioVersion = 14.0.23107.0
|
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
|
||||||
Project("{54F91283-7BC4-4236-8FF9-10F437C3AD48}") = "BLDC_E54", "BLDC_E54\BLDC_E54.cproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|ARM = Debug|ARM
|
|
||||||
Release|ARM = Release|ARM
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|ARM.ActiveCfg = Debug|ARM
|
|
||||||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Debug|ARM.Build.0 = Debug|ARM
|
|
||||||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|ARM.ActiveCfg = Release|ARM
|
|
||||||
{DCE6C7E3-EE26-4D79-826B-08594B9AD897}.Release|ARM.Build.0 = Release|ARM
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,6 +0,0 @@
|
|||||||
<environment>
|
|
||||||
<configurations/>
|
|
||||||
<device-packs>
|
|
||||||
<device-pack device="ATSAME54P20A" name="SAME54_DFP" vendor="Atmel" version="1.1.134"/>
|
|
||||||
</device-packs>
|
|
||||||
</environment>
|
|
||||||
@@ -1,245 +0,0 @@
|
|||||||
<package xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xs:noNamespaceSchemaLocation="PACK.xsd">
|
|
||||||
<vendor>Atmel</vendor>
|
|
||||||
<name>BLDC_E54</name>
|
|
||||||
<description>Project generated by Atmel Start</description>
|
|
||||||
<url>http://start.atmel.com/</url>
|
|
||||||
<releases>
|
|
||||||
<release version="1.0.1">Initial version</release>
|
|
||||||
</releases>
|
|
||||||
<taxonomy>
|
|
||||||
<description Cclass="AtmelStart" generator="AtmelStart">Configuration Files generated by Atmel Start</description>
|
|
||||||
</taxonomy>
|
|
||||||
<generators>
|
|
||||||
<generator id="AtmelStart">
|
|
||||||
<description>Atmel Start</description>
|
|
||||||
<select Dname="ATSAME54P20A" Dvendor="Atmel:3"/>
|
|
||||||
<command>http://start.atmel.com/</command>
|
|
||||||
<files>
|
|
||||||
<file category="generator" name="atmel_start_config.atstart"/>
|
|
||||||
<file attr="template" category="other" name="AtmelStart.env_conf" select="Environment configuration"/>
|
|
||||||
</files>
|
|
||||||
</generator>
|
|
||||||
</generators>
|
|
||||||
<conditions>
|
|
||||||
<condition id="CMSIS Device Startup">
|
|
||||||
<description>Dependency on CMSIS core and Device Startup components</description>
|
|
||||||
<require Cclass="CMSIS" Cgroup="CORE" Cversion="5.1.2"/>
|
|
||||||
<require Cclass="Device" Cgroup="Startup" Cversion="1.1.0"/>
|
|
||||||
</condition>
|
|
||||||
<condition id="ARMCC, GCC, IAR">
|
|
||||||
<require Dname="ATSAME54P20A"/>
|
|
||||||
<accept Tcompiler="ARMCC"/>
|
|
||||||
<accept Tcompiler="GCC"/>
|
|
||||||
<accept Tcompiler="IAR"/>
|
|
||||||
</condition>
|
|
||||||
<condition id="GCC">
|
|
||||||
<require Dname="ATSAME54P20A"/>
|
|
||||||
<accept Tcompiler="GCC"/>
|
|
||||||
</condition>
|
|
||||||
</conditions>
|
|
||||||
<components generator="AtmelStart">
|
|
||||||
<component Cclass="AtmelStart" Cgroup="Framework" Cversion="1.0.0" condition="CMSIS Device Startup">
|
|
||||||
<description>Atmel Start Framework</description>
|
|
||||||
<RTE_Components_h>#define ATMEL_START</RTE_Components_h>
|
|
||||||
<files>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/adc_sync.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/custom_logic.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/evsys.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/ext_irq.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/pdec_async.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/pwm.rst"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hal/documentation/spi_master_dma.rst"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_atomic.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_cache.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_custom_logic.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_delay.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_evsys.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_ext_irq.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_gpio.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_init.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_pdec_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_sleep.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_spi_m_dma.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_dma.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_cmcc.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_core.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_custom_logic.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_delay.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_evsys.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_ext_irq.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_gpio.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_m_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_i2c_s_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_init.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_irq.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_pdec_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_ramecc.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_sleep.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_dma.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_cache.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_evsys.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_pdec_async.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/compiler.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/err_codes.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/events.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_assert.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_event.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_increment_macro.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_list.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/utils_repeat_macro.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_assert.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_event.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/utils/src/utils_list.c"/>
|
|
||||||
<file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/>
|
|
||||||
<file category="doc" condition="ARMCC, GCC, IAR" name="hpl/doc_lite/tc.rst"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ac_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_adc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_aes_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_can_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ccl_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_cmcc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dac_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dmac_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_dsu_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_eic_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_evsys_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_freqm_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gclk_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_gmac_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_hmatrixb_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_i2s_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_icm_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_mclk_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_nvmctrl_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_osc32kctrl_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_oscctrl_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pac_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pcc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pdec_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_pm_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_port_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_qspi_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_ramecc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rstc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_rtc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_sdhc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_sercom_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_supc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_tc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_tcc_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_trng_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_usb_e54.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hri/hri_wdt_e54.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="main.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="driver_init.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="driver_init.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="atmel_start_pins.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="examples/driver_examples.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="examples/driver_examples.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_adc_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_pwm.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_adc_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_missing_features.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_pwm.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_reset.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_dma.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_m_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_s_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_spi_s_sync.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_timer.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_async.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_usart_sync.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_adc_sync.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_ext_irq.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_pwm.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_spi_m_dma.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hal/utils/include/parts.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/adc/hpl_adc.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/adc/hpl_adc_base.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/ccl/hpl_ccl.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/cmcc/hpl_cmcc.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_m4.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_core_port.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/core/hpl_init.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/dmac/hpl_dmac.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/eic/hpl_eic.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/evsys/hpl_evsys.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/gclk/hpl_gclk.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/gclk/hpl_gclk_base.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/mclk/hpl_mclk.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/osc32kctrl/hpl_osc32kctrl.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/oscctrl/hpl_oscctrl.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/pdec/hpl_pdec.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/pm/hpl_pm.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/pm/hpl_pm_base.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/port/hpl_gpio_base.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/ramecc/hpl_ramecc.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/sercom/hpl_sercom.c"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/tc/tc_lite.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/tc/tc_lite.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="hpl/tcc/hpl_tcc.c"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="hpl/tcc/hpl_tcc.h"/>
|
|
||||||
<file category="header" condition="ARMCC, GCC, IAR" name="atmel_start.h"/>
|
|
||||||
<file category="source" condition="ARMCC, GCC, IAR" name="atmel_start.c"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_adc_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_ccl_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_cmcc_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_dmac_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_eic_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_evsys_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_gclk_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_mclk_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_osc32kctrl_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_oscctrl_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_pdec_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_port_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_sercom_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/hpl_tcc_config.h"/>
|
|
||||||
<file attr="config" category="header" condition="ARMCC, GCC, IAR" name="config/peripheral_clk_config.h"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name=""/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="config"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="examples"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hal/include"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hal/utils/include"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/adc"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/ccl"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/cmcc"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/core"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/dmac"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/eic"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/evsys"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/gclk"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/mclk"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/osc32kctrl"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/oscctrl"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/pdec"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/pm"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/port"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/ramecc"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/sercom"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/tc"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hpl/tcc"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name="hri"/>
|
|
||||||
<file category="include" condition="ARMCC, GCC, IAR" name=""/>
|
|
||||||
</files>
|
|
||||||
</component>
|
|
||||||
</components>
|
|
||||||
</package>
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,169 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Store xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="AtmelPackComponentManagement">
|
|
||||||
<ProjectComponents>
|
|
||||||
<ProjectComponent z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
|
|
||||||
<CApiVersion></CApiVersion>
|
|
||||||
<CBundle></CBundle>
|
|
||||||
<CClass>CMSIS</CClass>
|
|
||||||
<CGroup>CORE</CGroup>
|
|
||||||
<CSub></CSub>
|
|
||||||
<CVariant></CVariant>
|
|
||||||
<CVendor>ARM</CVendor>
|
|
||||||
<CVersion>5.1.2</CVersion>
|
|
||||||
<DefaultRepoPath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs</DefaultRepoPath>
|
|
||||||
<DependentComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
|
|
||||||
<Description></Description>
|
|
||||||
<Files xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Documentation\Core\html\index.html</AbsolutePath>
|
|
||||||
<Attribute></Attribute>
|
|
||||||
<Category>doc</Category>
|
|
||||||
<Condition></Condition>
|
|
||||||
<FileContentHash i:nil="true" />
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>CMSIS/Documentation/Core/html/index.html</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include\</AbsolutePath>
|
|
||||||
<Attribute></Attribute>
|
|
||||||
<Category>include</Category>
|
|
||||||
<Condition></Condition>
|
|
||||||
<FileContentHash i:nil="true" />
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>CMSIS/Core/Include/</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
</Files>
|
|
||||||
<PackName>CMSIS</PackName>
|
|
||||||
<PackPath>C:/Program Files (x86)/Atmel/Studio/7.0/Packs/arm/CMSIS/5.4.0/ARM.CMSIS.pdsc</PackPath>
|
|
||||||
<PackVersion>5.4.0</PackVersion>
|
|
||||||
<PresentInProject>true</PresentInProject>
|
|
||||||
<ReferenceConditionId>ARMv6_7_8-M Device</ReferenceConditionId>
|
|
||||||
<RteComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
|
|
||||||
<d4p1:string></d4p1:string>
|
|
||||||
</RteComponents>
|
|
||||||
<Status>Resolved</Status>
|
|
||||||
<VersionMode>Fixed</VersionMode>
|
|
||||||
<IsComponentInAtProject>true</IsComponentInAtProject>
|
|
||||||
</ProjectComponent>
|
|
||||||
<ProjectComponent z:Id="i2" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
|
|
||||||
<CApiVersion></CApiVersion>
|
|
||||||
<CBundle></CBundle>
|
|
||||||
<CClass>Device</CClass>
|
|
||||||
<CGroup>Startup</CGroup>
|
|
||||||
<CSub></CSub>
|
|
||||||
<CVariant></CVariant>
|
|
||||||
<CVendor>Atmel</CVendor>
|
|
||||||
<CVersion>1.1.0</CVersion>
|
|
||||||
<DefaultRepoPath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs</DefaultRepoPath>
|
|
||||||
<DependentComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
|
|
||||||
<d4p1:anyType z:Ref="i1" />
|
|
||||||
</DependentComponents>
|
|
||||||
<Description></Description>
|
|
||||||
<Files xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include</AbsolutePath>
|
|
||||||
<Attribute></Attribute>
|
|
||||||
<Category>include</Category>
|
|
||||||
<Condition>C</Condition>
|
|
||||||
<FileContentHash i:nil="true" />
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>include</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include\sam.h</AbsolutePath>
|
|
||||||
<Attribute></Attribute>
|
|
||||||
<Category>header</Category>
|
|
||||||
<Condition>C</Condition>
|
|
||||||
<FileContentHash>8A8bci0EePdi0b+8Lluv4A==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>include/sam.h</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\templates\main.c</AbsolutePath>
|
|
||||||
<Attribute>template</Attribute>
|
|
||||||
<Category>source</Category>
|
|
||||||
<Condition>C Exe</Condition>
|
|
||||||
<FileContentHash>wfepmQknan6bMtjYoxUFOA==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>templates/main.c</Name>
|
|
||||||
<SelectString>Main file (.c)</SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\templates\main.cpp</AbsolutePath>
|
|
||||||
<Attribute>template</Attribute>
|
|
||||||
<Category>source</Category>
|
|
||||||
<Condition>C Exe</Condition>
|
|
||||||
<FileContentHash>Wwcf/gxegRQ10+cCzYcFIw==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>templates/main.cpp</Name>
|
|
||||||
<SelectString>Main file (.cpp)</SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\gcc\system_same54.c</AbsolutePath>
|
|
||||||
<Attribute>config</Attribute>
|
|
||||||
<Category>source</Category>
|
|
||||||
<Condition>GCC Exe</Condition>
|
|
||||||
<FileContentHash>13EKFJ9ZysfwBWEbJglN5Q==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>gcc/system_same54.c</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\gcc\gcc\startup_same54.c</AbsolutePath>
|
|
||||||
<Attribute>config</Attribute>
|
|
||||||
<Category>source</Category>
|
|
||||||
<Condition>GCC Exe</Condition>
|
|
||||||
<FileContentHash>hvyBThCuEBmDbH8Yhxa2Jw==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>gcc/gcc/startup_same54.c</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\gcc\gcc\same54p20a_flash.ld</AbsolutePath>
|
|
||||||
<Attribute>config</Attribute>
|
|
||||||
<Category>linkerScript</Category>
|
|
||||||
<Condition>GCC Exe</Condition>
|
|
||||||
<FileContentHash>KxZPrZpayTyit24vDXKm8w==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>gcc/gcc/same54p20a_flash.ld</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
<d4p1:anyType i:type="FileInfo">
|
|
||||||
<AbsolutePath>C:/Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\gcc\gcc\same54p20a_sram.ld</AbsolutePath>
|
|
||||||
<Attribute>config</Attribute>
|
|
||||||
<Category>other</Category>
|
|
||||||
<Condition>GCC Exe</Condition>
|
|
||||||
<FileContentHash>+7n8kxIwTIMsWzB2gEYtIg==</FileContentHash>
|
|
||||||
<FileVersion></FileVersion>
|
|
||||||
<Name>gcc/gcc/same54p20a_sram.ld</Name>
|
|
||||||
<SelectString></SelectString>
|
|
||||||
<SourcePath></SourcePath>
|
|
||||||
</d4p1:anyType>
|
|
||||||
</Files>
|
|
||||||
<PackName>SAME54_DFP</PackName>
|
|
||||||
<PackPath>C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/SAME54_DFP/1.1.134/Atmel.SAME54_DFP.pdsc</PackPath>
|
|
||||||
<PackVersion>1.1.134</PackVersion>
|
|
||||||
<PresentInProject>true</PresentInProject>
|
|
||||||
<ReferenceConditionId>ATSAME54P20A</ReferenceConditionId>
|
|
||||||
<RteComponents xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
|
|
||||||
<d4p1:string></d4p1:string>
|
|
||||||
</RteComponents>
|
|
||||||
<Status>Resolved</Status>
|
|
||||||
<VersionMode>Fixed</VersionMode>
|
|
||||||
<IsComponentInAtProject>true</IsComponentInAtProject>
|
|
||||||
</ProjectComponent>
|
|
||||||
</ProjectComponents>
|
|
||||||
</Store>
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,54 +0,0 @@
|
|||||||
/**
|
|
||||||
* \file
|
|
||||||
*
|
|
||||||
* \brief Autogenerated API include file for the Atmel Configuration Management Engine (ACME)
|
|
||||||
*
|
|
||||||
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
|
|
||||||
*
|
|
||||||
* \acme_license_start
|
|
||||||
*
|
|
||||||
* \page License
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions are met:
|
|
||||||
*
|
|
||||||
* 1. Redistributions of source code must retain the above copyright notice,
|
|
||||||
* this list of conditions and the following disclaimer.
|
|
||||||
*
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
* this list of conditions and the following disclaimer in the documentation
|
|
||||||
* and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* 3. The name of Atmel may not be used to endorse or promote products derived
|
|
||||||
* from this software without specific prior written permission.
|
|
||||||
*
|
|
||||||
* 4. This software may only be redistributed and used in connection with an
|
|
||||||
* Atmel microcontroller product.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
||||||
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
||||||
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
|
|
||||||
* EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR
|
|
||||||
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
||||||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*
|
|
||||||
* \acme_license_stop
|
|
||||||
*
|
|
||||||
* Project: BLDC_E54
|
|
||||||
* Target: ATSAME54P20A
|
|
||||||
*
|
|
||||||
**/
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef RTE_COMPONENTS_H
|
|
||||||
#define RTE_COMPONENTS_H
|
|
||||||
|
|
||||||
|
|
||||||
#define ATMEL_START
|
|
||||||
|
|
||||||
#endif /* RTE_COMPONENTS_H */
|
|
||||||
@@ -1,302 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_adc_config.h */
|
|
||||||
#ifndef HPL_ADC_CONFIG_H
|
|
||||||
#define HPL_ADC_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
#ifndef CONF_ADC_0_ENABLE
|
|
||||||
#define CONF_ADC_0_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Basic Configuration
|
|
||||||
|
|
||||||
// <o> Conversion Result Resolution
|
|
||||||
// <0x0=>12-bit
|
|
||||||
// <0x1=>16-bit (averaging must be enabled)
|
|
||||||
// <0x2=>10-bit
|
|
||||||
// <0x3=>8-bit
|
|
||||||
// <i> Defines the bit resolution for the ADC sample values (RESSEL)
|
|
||||||
// <id> adc_resolution
|
|
||||||
#ifndef CONF_ADC_0_RESSEL
|
|
||||||
#define CONF_ADC_0_RESSEL 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Reference Selection
|
|
||||||
// <0x0=>Internal bandgap reference
|
|
||||||
// <0x2=>1/2 VDDANA (only for VDDANA > 2.0V)
|
|
||||||
// <0x3=>VDDANA
|
|
||||||
// <0x4=>External reference A
|
|
||||||
// <0x5=>External reference B
|
|
||||||
// <0x6=>External reference C
|
|
||||||
// <i> Select the reference for the ADC (REFSEL)
|
|
||||||
// <id> adc_reference
|
|
||||||
#ifndef CONF_ADC_0_REFSEL
|
|
||||||
#define CONF_ADC_0_REFSEL 0x3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Prescaler configuration
|
|
||||||
// <0x0=>Peripheral clock divided by 2
|
|
||||||
// <0x1=>Peripheral clock divided by 4
|
|
||||||
// <0x2=>Peripheral clock divided by 8
|
|
||||||
// <0x3=>Peripheral clock divided by 16
|
|
||||||
// <0x4=>Peripheral clock divided by 32
|
|
||||||
// <0x5=>Peripheral clock divided by 64
|
|
||||||
// <0x6=>Peripheral clock divided by 128
|
|
||||||
// <0x7=>Peripheral clock divided by 256
|
|
||||||
// <i> These bits define the ADC clock relative to the peripheral clock (PRESCALER)
|
|
||||||
// <id> adc_prescaler
|
|
||||||
#ifndef CONF_ADC_0_PRESCALER
|
|
||||||
#define CONF_ADC_0_PRESCALER 0x2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Free Running Mode
|
|
||||||
// <i> When enabled, the ADC is in free running mode and a new conversion will be initiated when a previous conversion completes. (FREERUN)
|
|
||||||
// <id> adc_freerunning_mode
|
|
||||||
#ifndef CONF_ADC_0_FREERUN
|
|
||||||
#define CONF_ADC_0_FREERUN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Differential Mode
|
|
||||||
// <i> In differential mode, the voltage difference between the MUXPOS and MUXNEG inputs will be converted by the ADC. (DIFFMODE)
|
|
||||||
// <id> adc_differential_mode
|
|
||||||
#ifndef CONF_ADC_0_DIFFMODE
|
|
||||||
#define CONF_ADC_0_DIFFMODE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Positive Mux Input Selection
|
|
||||||
// <0x00=>ADC AIN0 pin
|
|
||||||
// <0x01=>ADC AIN1 pin
|
|
||||||
// <0x02=>ADC AIN2 pin
|
|
||||||
// <0x03=>ADC AIN3 pin
|
|
||||||
// <0x04=>ADC AIN4 pin
|
|
||||||
// <0x05=>ADC AIN5 pin
|
|
||||||
// <0x06=>ADC AIN6 pin
|
|
||||||
// <0x07=>ADC AIN7 pin
|
|
||||||
// <0x08=>ADC AIN8 pin
|
|
||||||
// <0x09=>ADC AIN9 pin
|
|
||||||
// <0x0A=>ADC AIN10 pin
|
|
||||||
// <0x0B=>ADC AIN11 pin
|
|
||||||
// <0x0C=>ADC AIN12 pin
|
|
||||||
// <0x0D=>ADC AIN13 pin
|
|
||||||
// <0x0E=>ADC AIN14 pin
|
|
||||||
// <0x0F=>ADC AIN15 pin
|
|
||||||
// <0x18=>1/4 scaled core supply
|
|
||||||
// <0x19=>1/4 Scaled VBAT Supply
|
|
||||||
// <0x1A=>1/4 scaled I/O supply
|
|
||||||
// <0x1B=>Bandgap voltage
|
|
||||||
// <0x1C=>Temperature reference (PTAT)
|
|
||||||
// <0x1D=>Temperature reference (CTAT)
|
|
||||||
// <0x1E=>DAC Output
|
|
||||||
// <i> These bits define the Mux selection for the positive ADC input. (MUXPOS)
|
|
||||||
// <id> adc_pinmux_positive
|
|
||||||
#ifndef CONF_ADC_0_MUXPOS
|
|
||||||
#define CONF_ADC_0_MUXPOS 0x2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Negative Mux Input Selection
|
|
||||||
// <0x00=>ADC AIN0 pin
|
|
||||||
// <0x01=>ADC AIN1 pin
|
|
||||||
// <0x02=>ADC AIN2 pin
|
|
||||||
// <0x03=>ADC AIN3 pin
|
|
||||||
// <0x04=>ADC AIN4 pin
|
|
||||||
// <0x05=>ADC AIN5 pin
|
|
||||||
// <0x06=>ADC AIN6 pin
|
|
||||||
// <0x07=>ADC AIN7 pin
|
|
||||||
// <0x18=>Internal ground
|
|
||||||
// <i> These bits define the Mux selection for the negative ADC input. (MUXNEG)
|
|
||||||
// <id> adc_pinmux_negative
|
|
||||||
#ifndef CONF_ADC_0_MUXNEG
|
|
||||||
#define CONF_ADC_0_MUXNEG 0x18
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <e> Advanced Configuration
|
|
||||||
// <id> adc_advanced_settings
|
|
||||||
#ifndef CONF_ADC_0_ADVANCED
|
|
||||||
#define CONF_ADC_0_ADVANCED 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in standby
|
|
||||||
// <i> Indicates whether the ADC will continue running in standby sleep mode or not (RUNSTDBY)
|
|
||||||
// <id> adc_arch_runstdby
|
|
||||||
#ifndef CONF_ADC_0_RUNSTDBY
|
|
||||||
#define CONF_ADC_0_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q>Debug Run
|
|
||||||
// <i> If enabled, the ADC is running if the CPU is halted by an external debugger. (DBGRUN)
|
|
||||||
// <id> adc_arch_dbgrun
|
|
||||||
#ifndef CONF_ADC_0_DBGRUN
|
|
||||||
#define CONF_ADC_0_DBGRUN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Will keep the ADC peripheral running if requested by other peripherals (ONDEMAND)
|
|
||||||
// <id> adc_arch_ondemand
|
|
||||||
#ifndef CONF_ADC_0_ONDEMAND
|
|
||||||
#define CONF_ADC_0_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Left-Adjusted Result
|
|
||||||
// <i> When enabled, the ADC conversion result is left-adjusted in the RESULT register. The high byte of the 12-bit result will be present in the upper part of the result register. (LEFTADJ)
|
|
||||||
// <id> adc_arch_leftadj
|
|
||||||
#ifndef CONF_ADC_0_LEFTADJ
|
|
||||||
#define CONF_ADC_0_LEFTADJ 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Reference Buffer Offset Compensation Enable
|
|
||||||
// <i> The accuracy of the gain stage can be increased by enabling the reference buffer offset compensation. This will decrease the input impedance and thus increase the start-up time of the reference. (REFCOMP)
|
|
||||||
// <id> adc_arch_refcomp
|
|
||||||
#ifndef CONF_ADC_0_REFCOMP
|
|
||||||
#define CONF_ADC_0_REFCOMP 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q>Comparator Offset Compensation Enable
|
|
||||||
// <i> This bit indicates whether the Comparator Offset Compensation is enabled or not (OFFCOMP)
|
|
||||||
// <id> adc_arch_offcomp
|
|
||||||
#ifndef CONF_ADC_0_OFFCOMP
|
|
||||||
#define CONF_ADC_0_OFFCOMP 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Digital Correction Logic Enabled
|
|
||||||
// <i> When enabled, the ADC conversion result in the RESULT register is then corrected for gain and offset based on the values in the GAINCAL and OFFSETCAL registers. (CORREN)
|
|
||||||
// <id> adc_arch_corren
|
|
||||||
#ifndef CONF_ADC_0_CORREN
|
|
||||||
#define CONF_ADC_0_CORREN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Offset Correction Value <0-4095>
|
|
||||||
// <i> If the digital correction logic is enabled (CTRLB.CORREN = 1), these bits define how the ADC conversion result is compensated for offset error before being written to the Result register. (OFFSETCORR)
|
|
||||||
// <id> adc_arch_offsetcorr
|
|
||||||
#ifndef CONF_ADC_0_OFFSETCORR
|
|
||||||
#define CONF_ADC_0_OFFSETCORR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Gain Correction Value <0-4095>
|
|
||||||
// <i> If the digital correction logic is enabled (CTRLB.CORREN = 1), these bits define how the ADC conversion result is compensated for gain error before being written to the result register. (GAINCORR)
|
|
||||||
// <id> adc_arch_gaincorr
|
|
||||||
#ifndef CONF_ADC_0_GAINCORR
|
|
||||||
#define CONF_ADC_0_GAINCORR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Adjusting Result / Division Coefficient <0-7>
|
|
||||||
// <i> These bits define the division coefficient in 2n steps. (ADJRES)
|
|
||||||
// <id> adc_arch_adjres
|
|
||||||
#ifndef CONF_ADC_0_ADJRES
|
|
||||||
#define CONF_ADC_0_ADJRES 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o.0..10> Number of Samples to be Collected
|
|
||||||
// <0x0=>1 sample
|
|
||||||
// <0x1=>2 samples
|
|
||||||
// <0x2=>4 samples
|
|
||||||
// <0x3=>8 samples
|
|
||||||
// <0x4=>16 samples
|
|
||||||
// <0x5=>32 samples
|
|
||||||
// <0x6=>64 samples
|
|
||||||
// <0x7=>128 samples
|
|
||||||
// <0x8=>256 samples
|
|
||||||
// <0x9=>512 samples
|
|
||||||
// <0xA=>1024 samples
|
|
||||||
// <i> Define how many samples should be added together.The result will be available in the Result register (SAMPLENUM)
|
|
||||||
// <id> adc_arch_samplenum
|
|
||||||
#ifndef CONF_ADC_0_SAMPLENUM
|
|
||||||
#define CONF_ADC_0_SAMPLENUM 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Sampling Time Length <0-63>
|
|
||||||
// <i> These bits control the ADC sampling time in number of CLK_ADC cycles, depending of the prescaler value, thus controlling the ADC input impedance. (SAMPLEN)
|
|
||||||
// <id> adc_arch_samplen
|
|
||||||
#ifndef CONF_ADC_0_SAMPLEN
|
|
||||||
#define CONF_ADC_0_SAMPLEN 3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Window Monitor Mode
|
|
||||||
// <0x0=>No window mode
|
|
||||||
// <0x1=>Mode 1: RESULT above lower threshold
|
|
||||||
// <0x2=>Mode 2: RESULT beneath upper threshold
|
|
||||||
// <0x3=>Mode 3: RESULT inside lower and upper threshold
|
|
||||||
// <0x4=>Mode 4: RESULT outside lower and upper threshold
|
|
||||||
// <i> These bits enable and define the window monitor mode. (WINMODE)
|
|
||||||
// <id> adc_arch_winmode
|
|
||||||
#ifndef CONF_ADC_0_WINMODE
|
|
||||||
#define CONF_ADC_0_WINMODE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Window Monitor Lower Threshold <0-65535>
|
|
||||||
// <i> If the window monitor is enabled, these bits define the lower threshold value. (WINLT)
|
|
||||||
// <id> adc_arch_winlt
|
|
||||||
#ifndef CONF_ADC_0_WINLT
|
|
||||||
#define CONF_ADC_0_WINLT 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Window Monitor Upper Threshold <0-65535>
|
|
||||||
// <i> If the window monitor is enabled, these bits define the lower threshold value. (WINUT)
|
|
||||||
// <id> adc_arch_winut
|
|
||||||
#ifndef CONF_ADC_0_WINUT
|
|
||||||
#define CONF_ADC_0_WINUT 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Bitmask for positive input sequence <0-4294967295>
|
|
||||||
// <i> Use this parameter to input the bitmask for positive input sequence control (refer to datasheet for the device).
|
|
||||||
// <id> adc_arch_seqen
|
|
||||||
#ifndef CONF_ADC_0_SEQEN
|
|
||||||
#define CONF_ADC_0_SEQEN 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Event Control
|
|
||||||
// <id> adc_arch_event_settings
|
|
||||||
#ifndef CONF_ADC_0_EVENT_CONTROL
|
|
||||||
#define CONF_ADC_0_EVENT_CONTROL 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Window Monitor Event Out
|
|
||||||
// <i> Enables event output on window event (WINMONEO)
|
|
||||||
// <id> adc_arch_winmoneo
|
|
||||||
#ifndef CONF_ADC_0_WINMONEO
|
|
||||||
#define CONF_ADC_0_WINMONEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Result Ready Event Out
|
|
||||||
// <i> Enables event output on result ready event (RESRDEO)
|
|
||||||
// <id> adc_arch_resrdyeo
|
|
||||||
#ifndef CONF_ADC_0_RESRDYEO
|
|
||||||
#define CONF_ADC_0_RESRDYEO 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Invert flush Event Signal
|
|
||||||
// <i> Invert the flush event input signal (FLUSHINV)
|
|
||||||
// <id> adc_arch_flushinv
|
|
||||||
#ifndef CONF_ADC_0_FLUSHINV
|
|
||||||
#define CONF_ADC_0_FLUSHINV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Trigger Flush On Event
|
|
||||||
// <i> Trigger an ADC pipeline flush on event (FLUSHEI)
|
|
||||||
// <id> adc_arch_flushei
|
|
||||||
#ifndef CONF_ADC_0_FLUSHEI
|
|
||||||
#define CONF_ADC_0_FLUSHEI 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Invert Start Conversion Event Signal
|
|
||||||
// <i> Invert the start conversion event input signal (STARTINV)
|
|
||||||
// <id> adc_arch_startinv
|
|
||||||
#ifndef CONF_ADC_0_STARTINV
|
|
||||||
#define CONF_ADC_0_STARTINV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Trigger Conversion On Event
|
|
||||||
// <i> Trigger a conversion on event. (STARTEI)
|
|
||||||
// <id> adc_arch_startei
|
|
||||||
#ifndef CONF_ADC_0_STARTEI
|
|
||||||
#define CONF_ADC_0_STARTEI 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_ADC_CONFIG_H
|
|
||||||
@@ -1,499 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_ccl_config.h */
|
|
||||||
#ifndef HPL_CCL_CONFIG_H
|
|
||||||
#define HPL_CCL_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <o> Sequential Control Logic 0
|
|
||||||
// <0x0=> Sequential logic is disabled
|
|
||||||
// <0x1=> D flip flop
|
|
||||||
// <0x2=> JK flip flop
|
|
||||||
// <0x3=> D latch
|
|
||||||
// <0x4=> RS latch
|
|
||||||
// <i> Selects mode for sequential module 0
|
|
||||||
// <id> ccl_arch_seqsel_0
|
|
||||||
#ifndef CONF_CCL_SEQSEL_0
|
|
||||||
#define CONF_CCL_SEQSEL_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Sequential Control Logic 1
|
|
||||||
// <0x0=> Sequential logic is disabled
|
|
||||||
// <0x1=> D flip flop
|
|
||||||
// <0x2=> JK flip flop
|
|
||||||
// <0x3=> D latch
|
|
||||||
// <0x4=> RS latch
|
|
||||||
// <i> Selects mode for sequential module 1
|
|
||||||
// <id> ccl_arch_seqsel_1
|
|
||||||
#ifndef CONF_CCL_SEQSEL_1
|
|
||||||
#define CONF_CCL_SEQSEL_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> Lookup Table Control 0
|
|
||||||
// <i> Enable and setup the lookup table module 0
|
|
||||||
// <id> ccl_arch_lutctrl0
|
|
||||||
#ifndef CONF_CCL_LUTCTRL_EN_0
|
|
||||||
#define CONF_CCL_LUTCTRL_EN_0 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Truth Table <0x00-0xFF>
|
|
||||||
// <i> Define the value of truth logic according to inputs IN[2:0]
|
|
||||||
// <id> ccl_arch_truth_0
|
|
||||||
#ifndef CONF_CCL_TRUTH_0
|
|
||||||
#define CONF_CCL_TRUTH_0 0x96
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 0
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel0_0
|
|
||||||
#ifndef CONF_CCL_INSEL0_0
|
|
||||||
#define CONF_CCL_INSEL0_0 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 1
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel1_0
|
|
||||||
#ifndef CONF_CCL_INSEL1_0
|
|
||||||
#define CONF_CCL_INSEL1_0 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 2
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel2_0
|
|
||||||
#ifndef CONF_CCL_INSEL2_0
|
|
||||||
#define CONF_CCL_INSEL2_0 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Edge detector enable
|
|
||||||
// <id> ccl_arch_edgesel_0
|
|
||||||
#ifndef CONF_CCL_EDGESEL_0
|
|
||||||
#define CONF_CCL_EDGESEL_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Output Filter
|
|
||||||
// <0x0=> Disabled
|
|
||||||
// <0x1=> Synchronizer Enabled
|
|
||||||
// <0x2=> Filter Enabled
|
|
||||||
// <id> ccl_arch_filtsel_0
|
|
||||||
#ifndef CONF_CCL_FILTSEL_0
|
|
||||||
#define CONF_CCL_FILTSEL_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Event settings 0
|
|
||||||
|
|
||||||
// <q> Event output enable
|
|
||||||
// <id> ccl_arch_luteo_0
|
|
||||||
#ifndef CONF_CCL_LUTEO_0
|
|
||||||
#define CONF_CCL_LUTEO_0 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input enable
|
|
||||||
// <id> ccl_arch_lutei_0
|
|
||||||
#ifndef CONF_CCL_LUTEI_0
|
|
||||||
#define CONF_CCL_LUTEI_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input invert
|
|
||||||
// <id> ccl_arch_invei_0
|
|
||||||
#ifndef CONF_CCL_INVEI_0
|
|
||||||
#define CONF_CCL_INVEI_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <hidden> Persistance settings 0
|
|
||||||
|
|
||||||
// <s> Expression Persistance
|
|
||||||
// <id> ccl_e_persistance_0
|
|
||||||
#define EXPRESSION_PERSISTANCE_0 ""
|
|
||||||
|
|
||||||
// <s> Logic Persistance
|
|
||||||
// <id> ccl_l_persistance_0
|
|
||||||
#define LOGIC_PERSISTANCE_0 ""
|
|
||||||
|
|
||||||
// </hidden>
|
|
||||||
|
|
||||||
// <e> Lookup Table Control 1
|
|
||||||
// <i> Enable and setup the lookup table module 1
|
|
||||||
// <id> ccl_arch_lutctrl1
|
|
||||||
#ifndef CONF_CCL_LUTCTRL_EN_1
|
|
||||||
#define CONF_CCL_LUTCTRL_EN_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Truth Table <0x00-0xFF>
|
|
||||||
// <i> Define the value of truth logic according to inputs IN[2:0]
|
|
||||||
// <id> ccl_arch_truth_1
|
|
||||||
#ifndef CONF_CCL_TRUTH_1
|
|
||||||
#define CONF_CCL_TRUTH_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 0
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel0_1
|
|
||||||
#ifndef CONF_CCL_INSEL0_1
|
|
||||||
#define CONF_CCL_INSEL0_1 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 1
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel1_1
|
|
||||||
#ifndef CONF_CCL_INSEL1_1
|
|
||||||
#define CONF_CCL_INSEL1_1 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 2
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel2_1
|
|
||||||
#ifndef CONF_CCL_INSEL2_1
|
|
||||||
#define CONF_CCL_INSEL2_1 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Edge detector enable
|
|
||||||
// <id> ccl_arch_edgesel_1
|
|
||||||
#ifndef CONF_CCL_EDGESEL_1
|
|
||||||
#define CONF_CCL_EDGESEL_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Output Filter
|
|
||||||
// <0x0=> Disabled
|
|
||||||
// <0x1=> Synchronizer Enabled
|
|
||||||
// <0x2=> Filter Enabled
|
|
||||||
// <id> ccl_arch_filtsel_1
|
|
||||||
#ifndef CONF_CCL_FILTSEL_1
|
|
||||||
#define CONF_CCL_FILTSEL_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Event settings 1
|
|
||||||
|
|
||||||
// <q> Event output enable
|
|
||||||
// <id> ccl_arch_luteo_1
|
|
||||||
#ifndef CONF_CCL_LUTEO_1
|
|
||||||
#define CONF_CCL_LUTEO_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input enable
|
|
||||||
// <id> ccl_arch_lutei_1
|
|
||||||
#ifndef CONF_CCL_LUTEI_1
|
|
||||||
#define CONF_CCL_LUTEI_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input invert
|
|
||||||
// <id> ccl_arch_invei_1
|
|
||||||
#ifndef CONF_CCL_INVEI_1
|
|
||||||
#define CONF_CCL_INVEI_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <hidden> Persistance settings 1
|
|
||||||
|
|
||||||
// <s> Expression Persistance
|
|
||||||
// <id> ccl_e_persistance_1
|
|
||||||
#define EXPRESSION_PERSISTANCE_1 ""
|
|
||||||
|
|
||||||
// <s> Logic Persistance
|
|
||||||
// <id> ccl_l_persistance_1
|
|
||||||
#define LOGIC_PERSISTANCE_1 ""
|
|
||||||
|
|
||||||
// </hidden>
|
|
||||||
|
|
||||||
// <e> Lookup Table Control 2
|
|
||||||
// <i> Enable and setup the lookup table module 2
|
|
||||||
// <id> ccl_arch_lutctrl2
|
|
||||||
#ifndef CONF_CCL_LUTCTRL_EN_2
|
|
||||||
#define CONF_CCL_LUTCTRL_EN_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Truth Table <0x00-0xFF>
|
|
||||||
// <i> Define the value of truth logic according to inputs IN[2:0]
|
|
||||||
// <id> ccl_arch_truth_2
|
|
||||||
#ifndef CONF_CCL_TRUTH_2
|
|
||||||
#define CONF_CCL_TRUTH_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 0
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel0_2
|
|
||||||
#ifndef CONF_CCL_INSEL0_2
|
|
||||||
#define CONF_CCL_INSEL0_2 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 1
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel1_2
|
|
||||||
#ifndef CONF_CCL_INSEL1_2
|
|
||||||
#define CONF_CCL_INSEL1_2 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 2
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel2_2
|
|
||||||
#ifndef CONF_CCL_INSEL2_2
|
|
||||||
#define CONF_CCL_INSEL2_2 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Edge detector enable
|
|
||||||
// <id> ccl_arch_edgesel_2
|
|
||||||
#ifndef CONF_CCL_EDGESEL_2
|
|
||||||
#define CONF_CCL_EDGESEL_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Output Filter
|
|
||||||
// <0x0=> Disabled
|
|
||||||
// <0x1=> Synchronizer Enabled
|
|
||||||
// <0x2=> Filter Enabled
|
|
||||||
// <id> ccl_arch_filtsel_2
|
|
||||||
#ifndef CONF_CCL_FILTSEL_2
|
|
||||||
#define CONF_CCL_FILTSEL_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Event settings 2
|
|
||||||
|
|
||||||
// <q> Event output enable
|
|
||||||
// <id> ccl_arch_luteo_2
|
|
||||||
#ifndef CONF_CCL_LUTEO_2
|
|
||||||
#define CONF_CCL_LUTEO_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input enable
|
|
||||||
// <id> ccl_arch_lutei_2
|
|
||||||
#ifndef CONF_CCL_LUTEI_2
|
|
||||||
#define CONF_CCL_LUTEI_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input invert
|
|
||||||
// <id> ccl_arch_invei_2
|
|
||||||
#ifndef CONF_CCL_INVEI_2
|
|
||||||
#define CONF_CCL_INVEI_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <hidden> Persistance settings 2
|
|
||||||
|
|
||||||
// <s> Expression Persistance
|
|
||||||
// <id> ccl_e_persistance_2
|
|
||||||
#define EXPRESSION_PERSISTANCE_2 ""
|
|
||||||
|
|
||||||
// <s> Logic Persistance
|
|
||||||
// <id> ccl_l_persistance_2
|
|
||||||
#define LOGIC_PERSISTANCE_2 ""
|
|
||||||
|
|
||||||
// </hidden>
|
|
||||||
|
|
||||||
// <e> Lookup Table Control 3
|
|
||||||
// <i> Enable and setup the lookup table module 3
|
|
||||||
// <id> ccl_arch_lutctrl3
|
|
||||||
#ifndef CONF_CCL_LUTCTRL_EN_3
|
|
||||||
#define CONF_CCL_LUTCTRL_EN_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Truth Table <0x00-0xFF>
|
|
||||||
// <i> Define the value of truth logic according to inputs IN[2:0]
|
|
||||||
// <id> ccl_arch_truth_3
|
|
||||||
#ifndef CONF_CCL_TRUTH_3
|
|
||||||
#define CONF_CCL_TRUTH_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 0
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel0_3
|
|
||||||
#ifndef CONF_CCL_INSEL0_3
|
|
||||||
#define CONF_CCL_INSEL0_3 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 1
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel1_3
|
|
||||||
#ifndef CONF_CCL_INSEL1_3
|
|
||||||
#define CONF_CCL_INSEL1_3 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Input Source Selection 2
|
|
||||||
// <0x0=> Masked input
|
|
||||||
// <0x1=> Feedback input source
|
|
||||||
// <0x2=> Linked LookUpTable input source
|
|
||||||
// <0x3=> Event input source
|
|
||||||
// <0x4=> IO pin input source
|
|
||||||
// <0x5=> AC input source
|
|
||||||
// <0x6=> TC input source
|
|
||||||
// <0x7=> Alternative TC input source
|
|
||||||
// <0x8=> TCC input source
|
|
||||||
// <0x9=> SERCOM input source
|
|
||||||
// <id> ccl_arch_insel2_3
|
|
||||||
#ifndef CONF_CCL_INSEL2_3
|
|
||||||
#define CONF_CCL_INSEL2_3 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Edge detector enable
|
|
||||||
// <id> ccl_arch_edgesel_3
|
|
||||||
#ifndef CONF_CCL_EDGESEL_3
|
|
||||||
#define CONF_CCL_EDGESEL_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Output Filter
|
|
||||||
// <0x0=> Disabled
|
|
||||||
// <0x1=> Synchronizer Enabled
|
|
||||||
// <0x2=> Filter Enabled
|
|
||||||
// <id> ccl_arch_filtsel_3
|
|
||||||
#ifndef CONF_CCL_FILTSEL_3
|
|
||||||
#define CONF_CCL_FILTSEL_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Event settings 3
|
|
||||||
|
|
||||||
// <q> Event output enable
|
|
||||||
// <id> ccl_arch_luteo_3
|
|
||||||
#ifndef CONF_CCL_LUTEO_3
|
|
||||||
#define CONF_CCL_LUTEO_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input enable
|
|
||||||
// <id> ccl_arch_lutei_3
|
|
||||||
#ifndef CONF_CCL_LUTEI_3
|
|
||||||
#define CONF_CCL_LUTEI_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Event input invert
|
|
||||||
// <id> ccl_arch_invei_3
|
|
||||||
#ifndef CONF_CCL_INVEI_3
|
|
||||||
#define CONF_CCL_INVEI_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <hidden> Persistance settings 3
|
|
||||||
|
|
||||||
// <s> Expression Persistance
|
|
||||||
// <id> ccl_e_persistance_3
|
|
||||||
#define EXPRESSION_PERSISTANCE_3 ""
|
|
||||||
|
|
||||||
// <s> Logic Persistance
|
|
||||||
// <id> ccl_l_persistance_3
|
|
||||||
#define LOGIC_PERSISTANCE_3 ""
|
|
||||||
|
|
||||||
// </hidden>
|
|
||||||
|
|
||||||
// <e> Advanced configurations
|
|
||||||
// <id> ccl_arch_advanced_settings
|
|
||||||
#ifndef CONF_CCL_ADVANCED
|
|
||||||
#define CONF_CCL_ADVANCED 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <id> ccl_arch_runstdby
|
|
||||||
#ifndef CONF_CCL_RUNSTDBY
|
|
||||||
#define CONF_CCL_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_CCL_CONFIG_H
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_cmcc_config.h */
|
|
||||||
#ifndef HPL_CMCC_CONFIG_H
|
|
||||||
#define HPL_CMCC_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <h> Basic Configuration
|
|
||||||
|
|
||||||
// <q> Cache enable
|
|
||||||
//<i> Defines the cache should be enabled or not.
|
|
||||||
// <id> cmcc_enable
|
|
||||||
#ifndef CONF_CMCC_ENABLE
|
|
||||||
#define CONF_CMCC_ENABLE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Cache Size
|
|
||||||
//<i> Defines the cache memory size to be configured.
|
|
||||||
// <0x0=>1 KB
|
|
||||||
// <0x1=>2 KB
|
|
||||||
// <0x2=>4 KB
|
|
||||||
// <id> cache_size
|
|
||||||
#ifndef CONF_CMCC_CACHE_SIZE
|
|
||||||
#define CONF_CMCC_CACHE_SIZE 0x2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> Advanced Configuration
|
|
||||||
// <id> cmcc_advanced_configuration
|
|
||||||
// <q> Data cache disable
|
|
||||||
//<i> Defines the data cache should be disabled or not.
|
|
||||||
// <id> cmcc_data_cache_disable
|
|
||||||
#ifndef CONF_CMCC_DATA_CACHE_DISABLE
|
|
||||||
#define CONF_CMCC_DATA_CACHE_DISABLE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Instruction cache disable
|
|
||||||
//<i> Defines the Instruction cache should be disabled or not.
|
|
||||||
// <id> cmcc_inst_cache_disable
|
|
||||||
#ifndef CONF_CMCC_INST_CACHE_DISABLE
|
|
||||||
#define CONF_CMCC_INST_CACHE_DISABLE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Gating disable
|
|
||||||
//<i> Defines the clock gating should be disabled or not.
|
|
||||||
// <id> cmcc_clock_gating_disable
|
|
||||||
#ifndef CONF_CMCC_CLK_GATING_DISABLE
|
|
||||||
#define CONF_CMCC_CLK_GATING_DISABLE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_CMCC_CONFIG_H
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,913 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_eic_config.h */
|
|
||||||
#ifndef HPL_EIC_CONFIG_H
|
|
||||||
#define HPL_EIC_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <h> Basic Settings
|
|
||||||
// <o> Clock Selection
|
|
||||||
// <i> Indicates which clock used, The EIC can be clocked either by GCLK_EIC when higher frequency than 32KHz is required for filtering or
|
|
||||||
// <i> either by CLK_ULP32K when power consumption is the priority.
|
|
||||||
// <0x0=> Clocked by GCLK
|
|
||||||
// <0x1=> Clocked by ULPOSC32K
|
|
||||||
// <id> eic_arch_cksel
|
|
||||||
#ifndef CONF_EIC_CKSEL
|
|
||||||
#define CONF_EIC_CKSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Pin Sampler frequency selection
|
|
||||||
// <i> Indicates the sampling rate of the EXTINT pin.
|
|
||||||
// <0x0=> The sampling rate is EIC clock
|
|
||||||
// <0x1=> The sampling rate is the prescaled clock
|
|
||||||
// <id> eic_arch_tickon
|
|
||||||
#ifndef CONF_EIC_TICKON
|
|
||||||
#define CONF_EIC_TICKON 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <e> Non-Maskable Interrupt Control
|
|
||||||
// <id> eic_arch_nmi_ctrl
|
|
||||||
#ifndef CONF_EIC_ENABLE_NMI_CTRL
|
|
||||||
#define CONF_EIC_ENABLE_NMI_CTRL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Non-Maskable Interrupt Filter Enable
|
|
||||||
// <i> Indicates whether the mon-maskable interrupt filter is enabled or not
|
|
||||||
// <id> eic_arch_nmifilten
|
|
||||||
#ifndef CONF_EIC_NMIFILTEN
|
|
||||||
#define CONF_EIC_NMIFILTEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Non-Maskable Interrupt Sense
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines non-maskable interrupt sense
|
|
||||||
// <id> eic_arch_nmisense
|
|
||||||
#ifndef CONF_EIC_NMISENSE
|
|
||||||
#define CONF_EIC_NMISENSE EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the interrupt detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_nmiasynch
|
|
||||||
#ifndef CONF_EIC_NMIASYNCH
|
|
||||||
#define CONF_EIC_NMIASYNCH 0
|
|
||||||
#endif
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 0 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting0
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING0
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 0 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 0 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten0
|
|
||||||
#ifndef CONF_EIC_FILTEN0
|
|
||||||
#define CONF_EIC_FILTEN0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 0 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 0 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable0
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE0
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 0 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 0 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo0
|
|
||||||
#ifndef CONF_EIC_EXTINTEO0
|
|
||||||
#define CONF_EIC_EXTINTEO0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 0 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense0
|
|
||||||
#ifndef CONF_EIC_SENSE0
|
|
||||||
#define CONF_EIC_SENSE0 EIC_NMICTRL_NMISENSE_RISE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 0 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 0 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch0
|
|
||||||
#ifndef CONF_EIC_ASYNCH0
|
|
||||||
#define CONF_EIC_ASYNCH0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 1 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting1
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING1
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 1 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 1 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten1
|
|
||||||
#ifndef CONF_EIC_FILTEN1
|
|
||||||
#define CONF_EIC_FILTEN1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 1 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 1 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable1
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE1
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 1 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 1 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo1
|
|
||||||
#ifndef CONF_EIC_EXTINTEO1
|
|
||||||
#define CONF_EIC_EXTINTEO1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 1 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense1
|
|
||||||
#ifndef CONF_EIC_SENSE1
|
|
||||||
#define CONF_EIC_SENSE1 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 1 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 1 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch1
|
|
||||||
#ifndef CONF_EIC_ASYNCH1
|
|
||||||
#define CONF_EIC_ASYNCH1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 2 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting2
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING2
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 2 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 2 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten2
|
|
||||||
#ifndef CONF_EIC_FILTEN2
|
|
||||||
#define CONF_EIC_FILTEN2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 2 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 2 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable2
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE2
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 2 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 2 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo2
|
|
||||||
#ifndef CONF_EIC_EXTINTEO2
|
|
||||||
#define CONF_EIC_EXTINTEO2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 2 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense2
|
|
||||||
#ifndef CONF_EIC_SENSE2
|
|
||||||
#define CONF_EIC_SENSE2 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 2 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 2 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch2
|
|
||||||
#ifndef CONF_EIC_ASYNCH2
|
|
||||||
#define CONF_EIC_ASYNCH2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 3 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting3
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING3
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 3 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 3 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten3
|
|
||||||
#ifndef CONF_EIC_FILTEN3
|
|
||||||
#define CONF_EIC_FILTEN3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 3 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 3 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable3
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE3
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 3 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 3 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo3
|
|
||||||
#ifndef CONF_EIC_EXTINTEO3
|
|
||||||
#define CONF_EIC_EXTINTEO3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 3 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense3
|
|
||||||
#ifndef CONF_EIC_SENSE3
|
|
||||||
#define CONF_EIC_SENSE3 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 3 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 3 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch3
|
|
||||||
#ifndef CONF_EIC_ASYNCH3
|
|
||||||
#define CONF_EIC_ASYNCH3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 4 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting4
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING4
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING4 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 4 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 4 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten4
|
|
||||||
#ifndef CONF_EIC_FILTEN4
|
|
||||||
#define CONF_EIC_FILTEN4 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 4 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 4 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable4
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE4
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE4 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 4 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 4 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo4
|
|
||||||
#ifndef CONF_EIC_EXTINTEO4
|
|
||||||
#define CONF_EIC_EXTINTEO4 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 4 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense4
|
|
||||||
#ifndef CONF_EIC_SENSE4
|
|
||||||
#define CONF_EIC_SENSE4 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 4 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 4 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch4
|
|
||||||
#ifndef CONF_EIC_ASYNCH4
|
|
||||||
#define CONF_EIC_ASYNCH4 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 5 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting5
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING5
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING5 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 5 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 5 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten5
|
|
||||||
#ifndef CONF_EIC_FILTEN5
|
|
||||||
#define CONF_EIC_FILTEN5 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 5 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 5 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable5
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE5
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE5 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 5 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 5 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo5
|
|
||||||
#ifndef CONF_EIC_EXTINTEO5
|
|
||||||
#define CONF_EIC_EXTINTEO5 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 5 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense5
|
|
||||||
#ifndef CONF_EIC_SENSE5
|
|
||||||
#define CONF_EIC_SENSE5 EIC_NMICTRL_NMISENSE_RISE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 5 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 5 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch5
|
|
||||||
#ifndef CONF_EIC_ASYNCH5
|
|
||||||
#define CONF_EIC_ASYNCH5 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 6 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting6
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING6
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING6 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 6 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 6 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten6
|
|
||||||
#ifndef CONF_EIC_FILTEN6
|
|
||||||
#define CONF_EIC_FILTEN6 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 6 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 6 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable6
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE6
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE6 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 6 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 6 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo6
|
|
||||||
#ifndef CONF_EIC_EXTINTEO6
|
|
||||||
#define CONF_EIC_EXTINTEO6 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 6 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense6
|
|
||||||
#ifndef CONF_EIC_SENSE6
|
|
||||||
#define CONF_EIC_SENSE6 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 6 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 6 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch6
|
|
||||||
#ifndef CONF_EIC_ASYNCH6
|
|
||||||
#define CONF_EIC_ASYNCH6 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 7 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting7
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING7
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING7 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 7 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 7 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten7
|
|
||||||
#ifndef CONF_EIC_FILTEN7
|
|
||||||
#define CONF_EIC_FILTEN7 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 7 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 7 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable7
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE7
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE7 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 7 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 7 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo7
|
|
||||||
#ifndef CONF_EIC_EXTINTEO7
|
|
||||||
#define CONF_EIC_EXTINTEO7 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 7 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense7
|
|
||||||
#ifndef CONF_EIC_SENSE7
|
|
||||||
#define CONF_EIC_SENSE7 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 7 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 7 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch7
|
|
||||||
#ifndef CONF_EIC_ASYNCH7
|
|
||||||
#define CONF_EIC_ASYNCH7 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 8 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting8
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING8
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING8 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 8 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 8 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten8
|
|
||||||
#ifndef CONF_EIC_FILTEN8
|
|
||||||
#define CONF_EIC_FILTEN8 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 8 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 8 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable8
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE8
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE8 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 8 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 8 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo8
|
|
||||||
#ifndef CONF_EIC_EXTINTEO8
|
|
||||||
#define CONF_EIC_EXTINTEO8 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 8 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense8
|
|
||||||
#ifndef CONF_EIC_SENSE8
|
|
||||||
#define CONF_EIC_SENSE8 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 8 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 8 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch8
|
|
||||||
#ifndef CONF_EIC_ASYNCH8
|
|
||||||
#define CONF_EIC_ASYNCH8 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 9 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting9
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING9
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING9 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 9 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 9 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten9
|
|
||||||
#ifndef CONF_EIC_FILTEN9
|
|
||||||
#define CONF_EIC_FILTEN9 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 9 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 9 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable9
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE9
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE9 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 9 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 9 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo9
|
|
||||||
#ifndef CONF_EIC_EXTINTEO9
|
|
||||||
#define CONF_EIC_EXTINTEO9 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 9 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense9
|
|
||||||
#ifndef CONF_EIC_SENSE9
|
|
||||||
#define CONF_EIC_SENSE9 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 9 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 9 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch9
|
|
||||||
#ifndef CONF_EIC_ASYNCH9
|
|
||||||
#define CONF_EIC_ASYNCH9 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 10 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting10
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING10
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING10 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 10 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 10 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten10
|
|
||||||
#ifndef CONF_EIC_FILTEN10
|
|
||||||
#define CONF_EIC_FILTEN10 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 10 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 10 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable10
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE10
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE10 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 10 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 10 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo10
|
|
||||||
#ifndef CONF_EIC_EXTINTEO10
|
|
||||||
#define CONF_EIC_EXTINTEO10 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 10 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense10
|
|
||||||
#ifndef CONF_EIC_SENSE10
|
|
||||||
#define CONF_EIC_SENSE10 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 10 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 10 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch10
|
|
||||||
#ifndef CONF_EIC_ASYNCH10
|
|
||||||
#define CONF_EIC_ASYNCH10 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 11 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting11
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING11
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING11 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 11 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 11 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten11
|
|
||||||
#ifndef CONF_EIC_FILTEN11
|
|
||||||
#define CONF_EIC_FILTEN11 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 11 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 11 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable11
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE11
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE11 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 11 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 11 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo11
|
|
||||||
#ifndef CONF_EIC_EXTINTEO11
|
|
||||||
#define CONF_EIC_EXTINTEO11 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 11 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense11
|
|
||||||
#ifndef CONF_EIC_SENSE11
|
|
||||||
#define CONF_EIC_SENSE11 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 11 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 11 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch11
|
|
||||||
#ifndef CONF_EIC_ASYNCH11
|
|
||||||
#define CONF_EIC_ASYNCH11 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 12 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting12
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING12
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING12 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 12 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 12 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten12
|
|
||||||
#ifndef CONF_EIC_FILTEN12
|
|
||||||
#define CONF_EIC_FILTEN12 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 12 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 12 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable12
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE12
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE12 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 12 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 12 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo12
|
|
||||||
#ifndef CONF_EIC_EXTINTEO12
|
|
||||||
#define CONF_EIC_EXTINTEO12 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 12 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense12
|
|
||||||
#ifndef CONF_EIC_SENSE12
|
|
||||||
#define CONF_EIC_SENSE12 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 12 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 12 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch12
|
|
||||||
#ifndef CONF_EIC_ASYNCH12
|
|
||||||
#define CONF_EIC_ASYNCH12 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 13 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting13
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING13
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING13 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 13 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 13 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten13
|
|
||||||
#ifndef CONF_EIC_FILTEN13
|
|
||||||
#define CONF_EIC_FILTEN13 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 13 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 13 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable13
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE13
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE13 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 13 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 13 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo13
|
|
||||||
#ifndef CONF_EIC_EXTINTEO13
|
|
||||||
#define CONF_EIC_EXTINTEO13 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 13 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense13
|
|
||||||
#ifndef CONF_EIC_SENSE13
|
|
||||||
#define CONF_EIC_SENSE13 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 13 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 13 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch13
|
|
||||||
#ifndef CONF_EIC_ASYNCH13
|
|
||||||
#define CONF_EIC_ASYNCH13 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 14 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting14
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING14
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING14 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 14 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 14 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten14
|
|
||||||
#ifndef CONF_EIC_FILTEN14
|
|
||||||
#define CONF_EIC_FILTEN14 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 14 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 14 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable14
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE14
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE14 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 14 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 14 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo14
|
|
||||||
#ifndef CONF_EIC_EXTINTEO14
|
|
||||||
#define CONF_EIC_EXTINTEO14 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 14 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense14
|
|
||||||
#ifndef CONF_EIC_SENSE14
|
|
||||||
#define CONF_EIC_SENSE14 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 14 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 14 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch14
|
|
||||||
#ifndef CONF_EIC_ASYNCH14
|
|
||||||
#define CONF_EIC_ASYNCH14 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Interrupt 15 Settings
|
|
||||||
// <id> eic_arch_enable_irq_setting15
|
|
||||||
#ifndef CONF_EIC_ENABLE_IRQ_SETTING15
|
|
||||||
#define CONF_EIC_ENABLE_IRQ_SETTING15 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 15 Filter Enable
|
|
||||||
// <i> Indicates whether the external interrupt 15 filter is enabled or not
|
|
||||||
// <id> eic_arch_filten15
|
|
||||||
#ifndef CONF_EIC_FILTEN15
|
|
||||||
#define CONF_EIC_FILTEN15 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 15 Debounce Enable
|
|
||||||
// <i> Indicates whether the external interrupt 15 debounce is enabled or not
|
|
||||||
// <id> eic_arch_debounce_enable15
|
|
||||||
#ifndef CONF_EIC_DEBOUNCE_ENABLE15
|
|
||||||
#define CONF_EIC_DEBOUNCE_ENABLE15 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 15 Event Output Enable
|
|
||||||
// <i> Indicates whether the external interrupt 15 event output is enabled or not
|
|
||||||
// <id> eic_arch_extinteo15
|
|
||||||
#ifndef CONF_EIC_EXTINTEO15
|
|
||||||
#define CONF_EIC_EXTINTEO15 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Input 15 Sense Configuration
|
|
||||||
// <EIC_NMICTRL_NMISENSE_NONE_Val"> No detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_RISE_Val"> Rising-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_FALL_Val"> Falling-edge detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_BOTH_Val"> Both-edges detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_HIGH_Val"> High-level detection
|
|
||||||
// <EIC_NMICTRL_NMISENSE_LOW_Val"> Low-level detection
|
|
||||||
// <i> This defines input sense trigger
|
|
||||||
// <id> eic_arch_sense15
|
|
||||||
#ifndef CONF_EIC_SENSE15
|
|
||||||
#define CONF_EIC_SENSE15 EIC_NMICTRL_NMISENSE_NONE_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> External Interrupt 15 Asynchronous Edge Detection Mode
|
|
||||||
// <i> Indicates the external interrupt 15 detection mode operated synchronously or asynchronousl
|
|
||||||
// <id> eic_arch_asynch15
|
|
||||||
#ifndef CONF_EIC_ASYNCH15
|
|
||||||
#define CONF_EIC_ASYNCH15 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <h> Debouncer 0 Settings
|
|
||||||
// <o> Debouncer Frequency Selection
|
|
||||||
// <0x0=>Divided by 2
|
|
||||||
// <0x1=>Divided by 4
|
|
||||||
// <0x2=>Divided by 8
|
|
||||||
// <0x3=>Divided by 16
|
|
||||||
// <0x4=>Divided by 32
|
|
||||||
// <0x5=>Divided by 64
|
|
||||||
// <0x6=>Divided by 128
|
|
||||||
// <0x7=>Divided by 256
|
|
||||||
// <i> Select the debouncer low frequency clock for pins
|
|
||||||
|
|
||||||
// <i> EXTINT[7:0].
|
|
||||||
|
|
||||||
// <id> eic_arch_prescaler0
|
|
||||||
#ifndef CONF_EIC_DPRESCALER0
|
|
||||||
#define CONF_EIC_DPRESCALER0 EIC_DPRESCALER_PRESCALER0(0x0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Low frequency samples
|
|
||||||
// <0x0=>3
|
|
||||||
// <0x1=>7
|
|
||||||
// <i> Indicates the number of samples by the debouncer low frequency clock needed to validate a transition from
|
|
||||||
// <i> current pin state to next pin state in synchronous debouncing mode.
|
|
||||||
// <id> eic_arch_states0
|
|
||||||
#ifndef CONF_EIC_STATES0
|
|
||||||
#define CONF_EIC_STATES0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <h> Debouncer 1 Settings
|
|
||||||
// <o> Debouncer Frequency Selection
|
|
||||||
// <0x0=>Divided by 2
|
|
||||||
// <0x1=>Divided by 4
|
|
||||||
// <0x2=>Divided by 8
|
|
||||||
// <0x3=>Divided by 16
|
|
||||||
// <0x4=>Divided by 32
|
|
||||||
// <0x5=>Divided by 64
|
|
||||||
// <0x6=>Divided by 128
|
|
||||||
// <0x7=>Divided by 256
|
|
||||||
// <i> Select the debouncer low frequency clock for pins
|
|
||||||
|
|
||||||
// <i> EXTINT[15:8].
|
|
||||||
|
|
||||||
// <id> eic_arch_prescaler1
|
|
||||||
#ifndef CONF_EIC_DPRESCALER1
|
|
||||||
#define CONF_EIC_DPRESCALER1 EIC_DPRESCALER_PRESCALER1(0x0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Low frequency samples
|
|
||||||
// <0x0=>3
|
|
||||||
// <0x1=>7
|
|
||||||
// <i> Indicates the number of samples by the debouncer low frequency clock needed to validate a transition from
|
|
||||||
// <i> current pin state to next pin state in synchronous debouncing mode.
|
|
||||||
// <id> eic_arch_states1
|
|
||||||
#ifndef CONF_EIC_STATES1
|
|
||||||
#define CONF_EIC_STATES1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
#define CONFIG_EIC_EXTINT_MAP {5, PIN_PB05},
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_EIC_CONFIG_H
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,920 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_gclk_config.h */
|
|
||||||
#ifndef HPL_GCLK_CONFIG_H
|
|
||||||
#define HPL_GCLK_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 0 configuration
|
|
||||||
// <i> Indicates whether generic clock 0 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_0
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_0_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_0_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 0 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 0
|
|
||||||
// <id> gclk_gen_0_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_0_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_0_SOURCE GCLK_GENCTRL_SRC_DPLL1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_0_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_0_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_0_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_0_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_0_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_0_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_0_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_0_OE
|
|
||||||
#define CONF_GCLK_GEN_0_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_0_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_0_OOV
|
|
||||||
#define CONF_GCLK_GEN_0_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_0_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_0_IDC
|
|
||||||
#define CONF_GCLK_GEN_0_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_0_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_0_GENEN
|
|
||||||
#define CONF_GCLK_GEN_0_GENEN 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 0 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_0_div
|
|
||||||
#ifndef CONF_GCLK_GEN_0_DIV
|
|
||||||
#define CONF_GCLK_GEN_0_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 1 configuration
|
|
||||||
// <i> Indicates whether generic clock 1 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_1
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_1_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_1_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 1 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 1
|
|
||||||
// <id> gclk_gen_1_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_1_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_1_SOURCE GCLK_GENCTRL_SRC_DFLL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_1_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_1_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_1_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_1_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_1_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_1_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_1_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_1_OE
|
|
||||||
#define CONF_GCLK_GEN_1_OE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_1_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_1_OOV
|
|
||||||
#define CONF_GCLK_GEN_1_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_1_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_1_IDC
|
|
||||||
#define CONF_GCLK_GEN_1_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_1_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_1_GENEN
|
|
||||||
#define CONF_GCLK_GEN_1_GENEN 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 1 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_1_div
|
|
||||||
#ifndef CONF_GCLK_GEN_1_DIV
|
|
||||||
#define CONF_GCLK_GEN_1_DIV 24
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 2 configuration
|
|
||||||
// <i> Indicates whether generic clock 2 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_2
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_2_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_2_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 2 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 2
|
|
||||||
// <id> gclk_gen_2_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_2_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_2_SOURCE GCLK_GENCTRL_SRC_OSCULP32K
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_2_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_2_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_2_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_2_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_2_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_2_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_2_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_2_OE
|
|
||||||
#define CONF_GCLK_GEN_2_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_2_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_2_OOV
|
|
||||||
#define CONF_GCLK_GEN_2_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_2_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_2_IDC
|
|
||||||
#define CONF_GCLK_GEN_2_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_2_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_2_GENEN
|
|
||||||
#define CONF_GCLK_GEN_2_GENEN 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 2 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_2_div
|
|
||||||
#ifndef CONF_GCLK_GEN_2_DIV
|
|
||||||
#define CONF_GCLK_GEN_2_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 3 configuration
|
|
||||||
// <i> Indicates whether generic clock 3 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_3
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_3_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_3_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 3 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 3
|
|
||||||
// <id> gclk_gen_3_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_3_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_3_SOURCE GCLK_GENCTRL_SRC_XOSC32K
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_3_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_3_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_3_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_3_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_3_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_3_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_3_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_3_OE
|
|
||||||
#define CONF_GCLK_GEN_3_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_3_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_3_OOV
|
|
||||||
#define CONF_GCLK_GEN_3_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_3_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_3_IDC
|
|
||||||
#define CONF_GCLK_GEN_3_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_3_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_3_GENEN
|
|
||||||
#define CONF_GCLK_GEN_3_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 3 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_3_div
|
|
||||||
#ifndef CONF_GCLK_GEN_3_DIV
|
|
||||||
#define CONF_GCLK_GEN_3_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 4 configuration
|
|
||||||
// <i> Indicates whether generic clock 4 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_4
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_4_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_4_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 4 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 4
|
|
||||||
// <id> gclk_gen_4_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_4_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_4_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_4_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_4_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_4_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_4_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_4_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_4_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_4_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_4_OE
|
|
||||||
#define CONF_GCLK_GEN_4_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_4_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_4_OOV
|
|
||||||
#define CONF_GCLK_GEN_4_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_4_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_4_IDC
|
|
||||||
#define CONF_GCLK_GEN_4_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_4_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_4_GENEN
|
|
||||||
#define CONF_GCLK_GEN_4_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 4 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_4_div
|
|
||||||
#ifndef CONF_GCLK_GEN_4_DIV
|
|
||||||
#define CONF_GCLK_GEN_4_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 5 configuration
|
|
||||||
// <i> Indicates whether generic clock 5 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_5
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_5_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_5_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 5 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 5
|
|
||||||
// <id> gclk_gen_5_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_5_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_5_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_5_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_5_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_5_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_5_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_5_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_5_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_5_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_5_OE
|
|
||||||
#define CONF_GCLK_GEN_5_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_5_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_5_OOV
|
|
||||||
#define CONF_GCLK_GEN_5_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_5_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_5_IDC
|
|
||||||
#define CONF_GCLK_GEN_5_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_5_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_5_GENEN
|
|
||||||
#define CONF_GCLK_GEN_5_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 5 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_5_div
|
|
||||||
#ifndef CONF_GCLK_GEN_5_DIV
|
|
||||||
#define CONF_GCLK_GEN_5_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 6 configuration
|
|
||||||
// <i> Indicates whether generic clock 6 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_6
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_6_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_6_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 6 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 6
|
|
||||||
// <id> gclk_gen_6_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_6_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_6_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_6_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_6_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_6_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_6_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_6_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_6_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_6_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_6_OE
|
|
||||||
#define CONF_GCLK_GEN_6_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_6_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_6_OOV
|
|
||||||
#define CONF_GCLK_GEN_6_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_6_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_6_IDC
|
|
||||||
#define CONF_GCLK_GEN_6_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_6_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_6_GENEN
|
|
||||||
#define CONF_GCLK_GEN_6_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 6 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_6_div
|
|
||||||
#ifndef CONF_GCLK_GEN_6_DIV
|
|
||||||
#define CONF_GCLK_GEN_6_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 7 configuration
|
|
||||||
// <i> Indicates whether generic clock 7 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_7
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_7_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_7_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 7 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 7
|
|
||||||
// <id> gclk_gen_7_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_7_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_7_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_7_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_7_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_7_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_7_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_7_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_7_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_7_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_7_OE
|
|
||||||
#define CONF_GCLK_GEN_7_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_7_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_7_OOV
|
|
||||||
#define CONF_GCLK_GEN_7_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_7_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_7_IDC
|
|
||||||
#define CONF_GCLK_GEN_7_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_7_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_7_GENEN
|
|
||||||
#define CONF_GCLK_GEN_7_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 7 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_7_div
|
|
||||||
#ifndef CONF_GCLK_GEN_7_DIV
|
|
||||||
#define CONF_GCLK_GEN_7_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 8 configuration
|
|
||||||
// <i> Indicates whether generic clock 8 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_8
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_8_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_8_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 8 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 8
|
|
||||||
// <id> gclk_gen_8_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_8_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_8_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_8_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_8_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_8_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_8_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_8_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_8_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_8_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_8_OE
|
|
||||||
#define CONF_GCLK_GEN_8_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_8_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_8_OOV
|
|
||||||
#define CONF_GCLK_GEN_8_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_8_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_8_IDC
|
|
||||||
#define CONF_GCLK_GEN_8_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_8_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_8_GENEN
|
|
||||||
#define CONF_GCLK_GEN_8_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 8 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_8_div
|
|
||||||
#ifndef CONF_GCLK_GEN_8_DIV
|
|
||||||
#define CONF_GCLK_GEN_8_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 9 configuration
|
|
||||||
// <i> Indicates whether generic clock 9 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_9
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_9_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_9_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 9 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 9
|
|
||||||
// <id> gclk_gen_9_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_9_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_9_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_9_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_9_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_9_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_9_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_9_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_9_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_9_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_9_OE
|
|
||||||
#define CONF_GCLK_GEN_9_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_9_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_9_OOV
|
|
||||||
#define CONF_GCLK_GEN_9_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_9_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_9_IDC
|
|
||||||
#define CONF_GCLK_GEN_9_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_9_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_9_GENEN
|
|
||||||
#define CONF_GCLK_GEN_9_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 9 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_9_div
|
|
||||||
#ifndef CONF_GCLK_GEN_9_DIV
|
|
||||||
#define CONF_GCLK_GEN_9_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 10 configuration
|
|
||||||
// <i> Indicates whether generic clock 10 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_10
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_10_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_10_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 10 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 10
|
|
||||||
// <id> gclk_gen_10_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_10_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_10_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_10_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_10_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_10_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_10_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_10_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_10_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_10_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_10_OE
|
|
||||||
#define CONF_GCLK_GEN_10_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_10_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_10_OOV
|
|
||||||
#define CONF_GCLK_GEN_10_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_10_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_10_IDC
|
|
||||||
#define CONF_GCLK_GEN_10_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_10_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_10_GENEN
|
|
||||||
#define CONF_GCLK_GEN_10_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 10 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_10_div
|
|
||||||
#ifndef CONF_GCLK_GEN_10_DIV
|
|
||||||
#define CONF_GCLK_GEN_10_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Generic clock generator 11 configuration
|
|
||||||
// <i> Indicates whether generic clock 11 configuration is enabled or not
|
|
||||||
// <id> enable_gclk_gen_11
|
|
||||||
#ifndef CONF_GCLK_GENERATOR_11_CONFIG
|
|
||||||
#define CONF_GCLK_GENERATOR_11_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Generic Clock Generator Control
|
|
||||||
// <y> Generic clock generator 11 source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKIN"> Generic clock generator input pad
|
|
||||||
// <GCLK_GENCTRL_SRC_GCLKGEN1"> Generic clock generator 1
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_DFLL"> Digital Frequency Locked Loop (DFLL48M)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL0"> Digital Phase Locked Loop (DPLL0)
|
|
||||||
// <GCLK_GENCTRL_SRC_DPLL1"> Digital Phase Locked Loop (DPLL1)
|
|
||||||
// <i> This defines the clock source for generic clock generator 11
|
|
||||||
// <id> gclk_gen_11_oscillator
|
|
||||||
#ifndef CONF_GCLK_GEN_11_SOURCE
|
|
||||||
#define CONF_GCLK_GEN_11_SOURCE GCLK_GENCTRL_SRC_XOSC1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> gclk_arch_gen_11_runstdby
|
|
||||||
#ifndef CONF_GCLK_GEN_11_RUNSTDBY
|
|
||||||
#define CONF_GCLK_GEN_11_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Divide Selection
|
|
||||||
// <i> Indicates whether Divide Selection is enabled or not
|
|
||||||
//<id> gclk_gen_11_div_sel
|
|
||||||
#ifndef CONF_GCLK_GEN_11_DIVSEL
|
|
||||||
#define CONF_GCLK_GEN_11_DIVSEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Enable
|
|
||||||
// <i> Indicates whether Output Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_11_oe
|
|
||||||
#ifndef CONF_GCLK_GEN_11_OE
|
|
||||||
#define CONF_GCLK_GEN_11_OE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Output Off Value
|
|
||||||
// <i> Indicates whether Output Off Value is enabled or not
|
|
||||||
// <id> gclk_arch_gen_11_oov
|
|
||||||
#ifndef CONF_GCLK_GEN_11_OOV
|
|
||||||
#define CONF_GCLK_GEN_11_OOV 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Improve Duty Cycle
|
|
||||||
// <i> Indicates whether Improve Duty Cycle is enabled or not
|
|
||||||
// <id> gclk_arch_gen_11_idc
|
|
||||||
#ifndef CONF_GCLK_GEN_11_IDC
|
|
||||||
#define CONF_GCLK_GEN_11_IDC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Generic Clock Generator Enable
|
|
||||||
// <i> Indicates whether Generic Clock Generator Enable is enabled or not
|
|
||||||
// <id> gclk_arch_gen_11_enable
|
|
||||||
#ifndef CONF_GCLK_GEN_11_GENEN
|
|
||||||
#define CONF_GCLK_GEN_11_GENEN 0
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
//<h> Generic Clock Generator Division
|
|
||||||
//<o> Generic clock generator 11 division <0x0000-0xFFFF>
|
|
||||||
// <id> gclk_gen_11_div
|
|
||||||
#ifndef CONF_GCLK_GEN_11_DIV
|
|
||||||
#define CONF_GCLK_GEN_11_DIV 1
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_GCLK_CONFIG_H
|
|
||||||
@@ -1,104 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_mclk_config.h */
|
|
||||||
#ifndef HPL_MCLK_CONFIG_H
|
|
||||||
#define HPL_MCLK_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
#include <peripheral_clk_config.h>
|
|
||||||
|
|
||||||
// <e> System Configuration
|
|
||||||
// <i> Indicates whether configuration for system is enabled or not
|
|
||||||
// <id> enable_cpu_clock
|
|
||||||
#ifndef CONF_SYSTEM_CONFIG
|
|
||||||
#define CONF_SYSTEM_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Basic settings
|
|
||||||
// <y> CPU Clock source
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
// <i> This defines the clock source for the CPU
|
|
||||||
// <id> cpu_clock_source
|
|
||||||
#ifndef CONF_CPU_SRC
|
|
||||||
#define CONF_CPU_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> CPU Clock Division Factor
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV1_Val"> 1
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV2_Val"> 2
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV4_Val"> 4
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV8_Val"> 8
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV16_Val"> 16
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV32_Val"> 32
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV64_Val"> 64
|
|
||||||
// <MCLK_CPUDIV_DIV_DIV128_Val"> 128
|
|
||||||
// <i> Prescalar for CPU clock
|
|
||||||
// <id> cpu_div
|
|
||||||
#ifndef CONF_MCLK_CPUDIV
|
|
||||||
#define CONF_MCLK_CPUDIV MCLK_CPUDIV_DIV_DIV1_Val
|
|
||||||
#endif
|
|
||||||
// <y> Low Power Clock Division
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV1_Val"> Divide by 1
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV2_Val"> Divide by 2
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV4_Val"> Divide by 4
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV8_Val"> Divide by 8
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV16_Val"> Divide by 16
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV32_Val"> Divide by 32
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV64_Val"> Divide by 64
|
|
||||||
// <MCLK_LPDIV_LPDIV_DIV128_Val"> Divide by 128
|
|
||||||
// <id> mclk_arch_lpdiv
|
|
||||||
#ifndef CONF_MCLK_LPDIV
|
|
||||||
#define CONF_MCLK_LPDIV MCLK_LPDIV_LPDIV_DIV4_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Backup Clock Division
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV1_Val"> Divide by 1
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV2_Val"> Divide by 2
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV4_Val"> Divide by 4
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV8_Val"> Divide by 8
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV16_Val"> Divide by 16
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV32_Val"> Divide by 32
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV64_Val"> Divide by 64
|
|
||||||
// <MCLK_BUPDIV_BUPDIV_DIV128_Val"> Divide by 128
|
|
||||||
// <id> mclk_arch_bupdiv
|
|
||||||
#ifndef CONF_MCLK_BUPDIV
|
|
||||||
#define CONF_MCLK_BUPDIV MCLK_BUPDIV_BUPDIV_DIV8_Val
|
|
||||||
#endif
|
|
||||||
// <y> High-Speed Clock Division
|
|
||||||
// <MCLK_HSDIV_DIV_DIV1_Val"> Divide by 1
|
|
||||||
// <id> mclk_arch_hsdiv
|
|
||||||
#ifndef CONF_MCLK_HSDIV
|
|
||||||
#define CONF_MCLK_HSDIV MCLK_HSDIV_DIV_DIV1_Val
|
|
||||||
#endif
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <h> NVM Settings
|
|
||||||
// <o> NVM Wait States
|
|
||||||
// <i> These bits select the number of wait states for a read operation.
|
|
||||||
// <0=> 0
|
|
||||||
// <1=> 1
|
|
||||||
// <2=> 2
|
|
||||||
// <3=> 3
|
|
||||||
// <4=> 4
|
|
||||||
// <5=> 5
|
|
||||||
// <6=> 6
|
|
||||||
// <7=> 7
|
|
||||||
// <8=> 8
|
|
||||||
// <9=> 9
|
|
||||||
// <10=> 10
|
|
||||||
// <11=> 11
|
|
||||||
// <12=> 12
|
|
||||||
// <13=> 13
|
|
||||||
// <14=> 14
|
|
||||||
// <15=> 15
|
|
||||||
// <id> nvm_wait_states
|
|
||||||
#ifndef CONF_NVM_WAIT_STATE
|
|
||||||
#define CONF_NVM_WAIT_STATE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_MCLK_CONFIG_H
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_osc32kctrl_config.h */
|
|
||||||
#ifndef HPL_OSC32KCTRL_CONFIG_H
|
|
||||||
#define HPL_OSC32KCTRL_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <e> RTC Source configuration
|
|
||||||
// <id> enable_rtc_source
|
|
||||||
#ifndef CONF_RTCCTRL_CONFIG
|
|
||||||
#define CONF_RTCCTRL_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> RTC source control
|
|
||||||
// <y> RTC Clock Source Selection
|
|
||||||
// <GCLK_GENCTRL_SRC_OSCULP32K"> 32kHz Ultra Low Power Internal Oscillator (OSCULP32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <i> This defines the clock source for RTC
|
|
||||||
// <id> rtc_source_oscillator
|
|
||||||
#ifndef CONF_RTCCTRL_SRC
|
|
||||||
#define CONF_RTCCTRL_SRC GCLK_GENCTRL_SRC_OSCULP32K
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Use 1 kHz output
|
|
||||||
// <id> rtc_1khz_selection
|
|
||||||
#ifndef CONF_RTCCTRL_1KHZ
|
|
||||||
|
|
||||||
#define CONF_RTCCTRL_1KHZ 0
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if CONF_RTCCTRL_SRC == GCLK_GENCTRL_SRC_OSCULP32K
|
|
||||||
#define CONF_RTCCTRL (CONF_RTCCTRL_1KHZ ? OSC32KCTRL_RTCCTRL_RTCSEL_ULP1K_Val : OSC32KCTRL_RTCCTRL_RTCSEL_ULP32K_Val)
|
|
||||||
#elif CONF_RTCCTRL_SRC == GCLK_GENCTRL_SRC_XOSC32K
|
|
||||||
#define CONF_RTCCTRL (CONF_RTCCTRL_1KHZ ? OSC32KCTRL_RTCCTRL_RTCSEL_XOSC1K_Val : OSC32KCTRL_RTCCTRL_RTCSEL_XOSC32K_Val)
|
|
||||||
#else
|
|
||||||
#error unexpected CONF_RTCCTRL_SRC
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> 32kHz External Crystal Oscillator Configuration
|
|
||||||
// <i> Indicates whether configuration for External 32K Osc is enabled or not
|
|
||||||
// <id> enable_xosc32k
|
|
||||||
#ifndef CONF_XOSC32K_CONFIG
|
|
||||||
#define CONF_XOSC32K_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> 32kHz External Crystal Oscillator Control
|
|
||||||
// <q> Oscillator enable
|
|
||||||
// <i> Indicates whether 32kHz External Crystal Oscillator is enabled or not
|
|
||||||
// <id> xosc32k_arch_enable
|
|
||||||
#ifndef CONF_XOSC32K_ENABLE
|
|
||||||
#define CONF_XOSC32K_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Start-Up Time
|
|
||||||
// <0x0=>62592us
|
|
||||||
// <0x1=>125092us
|
|
||||||
// <0x2=>500092us
|
|
||||||
// <0x3=>1000092us
|
|
||||||
// <0x4=>2000092us
|
|
||||||
// <0x5=>4000092us
|
|
||||||
// <0x6=>8000092us
|
|
||||||
// <id> xosc32k_arch_startup
|
|
||||||
#ifndef CONF_XOSC32K_STARTUP
|
|
||||||
#define CONF_XOSC32K_STARTUP 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> xosc32k_arch_ondemand
|
|
||||||
#ifndef CONF_XOSC32K_ONDEMAND
|
|
||||||
#define CONF_XOSC32K_ONDEMAND 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> xosc32k_arch_runstdby
|
|
||||||
#ifndef CONF_XOSC32K_RUNSTDBY
|
|
||||||
#define CONF_XOSC32K_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> 1kHz Output Enable
|
|
||||||
// <i> Indicates whether 1kHz Output is enabled or not
|
|
||||||
// <id> xosc32k_arch_en1k
|
|
||||||
#ifndef CONF_XOSC32K_EN1K
|
|
||||||
#define CONF_XOSC32K_EN1K 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> 32kHz Output Enable
|
|
||||||
// <i> Indicates whether 32kHz Output is enabled or not
|
|
||||||
// <id> xosc32k_arch_en32k
|
|
||||||
#ifndef CONF_XOSC32K_EN32K
|
|
||||||
#define CONF_XOSC32K_EN32K 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Switch Back
|
|
||||||
// <i> Indicates whether Clock Switch Back is enabled or not
|
|
||||||
// <id> xosc32k_arch_swben
|
|
||||||
#ifndef CONF_XOSC32K_SWBEN
|
|
||||||
#define CONF_XOSC32K_SWBEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Failure Detector
|
|
||||||
// <i> Indicates whether Clock Failure Detector is enabled or not
|
|
||||||
// <id> xosc32k_arch_cfden
|
|
||||||
#ifndef CONF_XOSC32K_CFDEN
|
|
||||||
#define CONF_XOSC32K_CFDEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Failure Detector Event Out
|
|
||||||
// <i> Indicates whether Clock Failure Detector Event Out is enabled or not
|
|
||||||
// <id> xosc32k_arch_cfdeo
|
|
||||||
#ifndef CONF_XOSC32K_CFDEO
|
|
||||||
#define CONF_XOSC32K_CFDEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Crystal connected to XIN32/XOUT32 Enable
|
|
||||||
// <i> Indicates whether the connections between the I/O pads and the external clock or crystal oscillator is enabled or not
|
|
||||||
// <id> xosc32k_arch_xtalen
|
|
||||||
#ifndef CONF_XOSC32K_XTALEN
|
|
||||||
#define CONF_XOSC32K_XTALEN 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Control Gain Mode
|
|
||||||
// <0x0=>Low Power mode
|
|
||||||
// <0x1=>Standard mode
|
|
||||||
// <0x2=>High Speed mode
|
|
||||||
// <id> xosc32k_arch_cgm
|
|
||||||
#ifndef CONF_XOSC32K_CGM
|
|
||||||
#define CONF_XOSC32K_CGM 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> 32kHz Ultra Low Power Internal Oscillator Configuration
|
|
||||||
// <i> Indicates whether configuration for OSCULP32K is enabled or not
|
|
||||||
// <id> enable_osculp32k
|
|
||||||
#ifndef CONF_OSCULP32K_CONFIG
|
|
||||||
#define CONF_OSCULP32K_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> 32kHz Ultra Low Power Internal Oscillator Control
|
|
||||||
|
|
||||||
// <q> Oscillator Calibration Control
|
|
||||||
// <i> Indicates whether Oscillator Calibration is enabled or not
|
|
||||||
// <id> osculp32k_calib_enable
|
|
||||||
#ifndef CONF_OSCULP32K_CALIB_ENABLE
|
|
||||||
#define CONF_OSCULP32K_CALIB_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Oscillator Calibration <0x0-0x3F>
|
|
||||||
// <id> osculp32k_calib
|
|
||||||
#ifndef CONF_OSCULP32K_CALIB
|
|
||||||
#define CONF_OSCULP32K_CALIB 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_OSC32KCTRL_CONFIG_H
|
|
||||||
@@ -1,640 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_oscctrl_config.h */
|
|
||||||
#ifndef HPL_OSCCTRL_CONFIG_H
|
|
||||||
#define HPL_OSCCTRL_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <e> External Multipurpose Crystal Oscillator Configuration
|
|
||||||
// <i> Indicates whether configuration for XOSC0 is enabled or not
|
|
||||||
// <id> enable_xosc0
|
|
||||||
#ifndef CONF_XOSC0_CONFIG
|
|
||||||
#define CONF_XOSC0_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Frequency <8000000-48000000>
|
|
||||||
// <i> Oscillation frequency of the resonator connected to the External Multipurpose Crystal Oscillator.
|
|
||||||
// <id> xosc0_frequency
|
|
||||||
#ifndef CONF_XOSC_FREQUENCY
|
|
||||||
#define CONF_XOSC0_FREQUENCY 12000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> External Multipurpose Crystal Oscillator Control
|
|
||||||
// <q> Oscillator enable
|
|
||||||
// <i> Indicates whether External Multipurpose Crystal Oscillator is enabled or not
|
|
||||||
// <id> xosc0_arch_enable
|
|
||||||
#ifndef CONF_XOSC0_ENABLE
|
|
||||||
#define CONF_XOSC0_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Start-Up Time
|
|
||||||
// <0x0=>31us
|
|
||||||
// <0x1=>61us
|
|
||||||
// <0x2=>122us
|
|
||||||
// <0x3=>244us
|
|
||||||
// <0x4=>488us
|
|
||||||
// <0x5=>977us
|
|
||||||
// <0x6=>1953us
|
|
||||||
// <0x7=>3906us
|
|
||||||
// <0x8=>7813us
|
|
||||||
// <0x9=>15625us
|
|
||||||
// <0xA=>31250us
|
|
||||||
// <0xB=>62500us
|
|
||||||
// <0xC=>125000us
|
|
||||||
// <0xD=>250000us
|
|
||||||
// <0xE=>500000us
|
|
||||||
// <0xF=>1000000us
|
|
||||||
// <id> xosc0_arch_startup
|
|
||||||
#ifndef CONF_XOSC0_STARTUP
|
|
||||||
#define CONF_XOSC0_STARTUP 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Switch Back
|
|
||||||
// <i> Indicates whether Clock Switch Back is enabled or not
|
|
||||||
// <id> xosc0_arch_swben
|
|
||||||
#ifndef CONF_XOSC0_SWBEN
|
|
||||||
#define CONF_XOSC0_SWBEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Failure Detector
|
|
||||||
// <i> Indicates whether Clock Failure Detector is enabled or not
|
|
||||||
// <id> xosc0_arch_cfden
|
|
||||||
#ifndef CONF_XOSC0_CFDEN
|
|
||||||
#define CONF_XOSC0_CFDEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Automatic Loop Control Enable
|
|
||||||
// <i> Indicates whether Automatic Loop Control is enabled or not
|
|
||||||
// <id> xosc0_arch_enalc
|
|
||||||
#ifndef CONF_XOSC0_ENALC
|
|
||||||
#define CONF_XOSC0_ENALC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Low Buffer Gain Enable
|
|
||||||
// <i> Indicates whether Low Buffer Gain is enabled or not
|
|
||||||
// <id> xosc0_arch_lowbufgain
|
|
||||||
#ifndef CONF_XOSC0_LOWBUFGAIN
|
|
||||||
#define CONF_XOSC0_LOWBUFGAIN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> xosc0_arch_ondemand
|
|
||||||
#ifndef CONF_XOSC0_ONDEMAND
|
|
||||||
#define CONF_XOSC0_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> xosc0_arch_runstdby
|
|
||||||
#ifndef CONF_XOSC0_RUNSTDBY
|
|
||||||
#define CONF_XOSC0_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Crystal connected to XIN/XOUT Enable
|
|
||||||
// <i> Indicates whether the connections between the I/O pads and the external clock or crystal oscillator is enabled or not
|
|
||||||
// <id> xosc0_arch_xtalen
|
|
||||||
#ifndef CONF_XOSC0_XTALEN
|
|
||||||
#define CONF_XOSC0_XTALEN 0
|
|
||||||
#endif
|
|
||||||
//</h>
|
|
||||||
//</e>
|
|
||||||
|
|
||||||
#if CONF_XOSC0_FREQUENCY >= 32000000
|
|
||||||
#define CONF_XOSC0_CFDPRESC 0x0
|
|
||||||
#define CONF_XOSC0_IMULT 0x7
|
|
||||||
#define CONF_XOSC0_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC0_FREQUENCY >= 24000000
|
|
||||||
#define CONF_XOSC0_CFDPRESC 0x1
|
|
||||||
#define CONF_XOSC0_IMULT 0x6
|
|
||||||
#define CONF_XOSC0_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC0_FREQUENCY >= 16000000
|
|
||||||
#define CONF_XOSC0_CFDPRESC 0x2
|
|
||||||
#define CONF_XOSC0_IMULT 0x5
|
|
||||||
#define CONF_XOSC0_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC0_FREQUENCY >= 8000000
|
|
||||||
#define CONF_XOSC0_CFDPRESC 0x3
|
|
||||||
#define CONF_XOSC0_IMULT 0x4
|
|
||||||
#define CONF_XOSC0_IPTAT 0x3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> External Multipurpose Crystal Oscillator Configuration
|
|
||||||
// <i> Indicates whether configuration for XOSC1 is enabled or not
|
|
||||||
// <id> enable_xosc1
|
|
||||||
#ifndef CONF_XOSC1_CONFIG
|
|
||||||
#define CONF_XOSC1_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Frequency <8000000-48000000>
|
|
||||||
// <i> Oscillation frequency of the resonator connected to the External Multipurpose Crystal Oscillator.
|
|
||||||
// <id> xosc1_frequency
|
|
||||||
#ifndef CONF_XOSC_FREQUENCY
|
|
||||||
#define CONF_XOSC1_FREQUENCY 12000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> External Multipurpose Crystal Oscillator Control
|
|
||||||
// <q> Oscillator enable
|
|
||||||
// <i> Indicates whether External Multipurpose Crystal Oscillator is enabled or not
|
|
||||||
// <id> xosc1_arch_enable
|
|
||||||
#ifndef CONF_XOSC1_ENABLE
|
|
||||||
#define CONF_XOSC1_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Start-Up Time
|
|
||||||
// <0x0=>31us
|
|
||||||
// <0x1=>61us
|
|
||||||
// <0x2=>122us
|
|
||||||
// <0x3=>244us
|
|
||||||
// <0x4=>488us
|
|
||||||
// <0x5=>977us
|
|
||||||
// <0x6=>1953us
|
|
||||||
// <0x7=>3906us
|
|
||||||
// <0x8=>7813us
|
|
||||||
// <0x9=>15625us
|
|
||||||
// <0xA=>31250us
|
|
||||||
// <0xB=>62500us
|
|
||||||
// <0xC=>125000us
|
|
||||||
// <0xD=>250000us
|
|
||||||
// <0xE=>500000us
|
|
||||||
// <0xF=>1000000us
|
|
||||||
// <id> xosc1_arch_startup
|
|
||||||
#ifndef CONF_XOSC1_STARTUP
|
|
||||||
#define CONF_XOSC1_STARTUP 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Switch Back
|
|
||||||
// <i> Indicates whether Clock Switch Back is enabled or not
|
|
||||||
// <id> xosc1_arch_swben
|
|
||||||
#ifndef CONF_XOSC1_SWBEN
|
|
||||||
#define CONF_XOSC1_SWBEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Clock Failure Detector
|
|
||||||
// <i> Indicates whether Clock Failure Detector is enabled or not
|
|
||||||
// <id> xosc1_arch_cfden
|
|
||||||
#ifndef CONF_XOSC1_CFDEN
|
|
||||||
#define CONF_XOSC1_CFDEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Automatic Loop Control Enable
|
|
||||||
// <i> Indicates whether Automatic Loop Control is enabled or not
|
|
||||||
// <id> xosc1_arch_enalc
|
|
||||||
#ifndef CONF_XOSC1_ENALC
|
|
||||||
#define CONF_XOSC1_ENALC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Low Buffer Gain Enable
|
|
||||||
// <i> Indicates whether Low Buffer Gain is enabled or not
|
|
||||||
// <id> xosc1_arch_lowbufgain
|
|
||||||
#ifndef CONF_XOSC1_LOWBUFGAIN
|
|
||||||
#define CONF_XOSC1_LOWBUFGAIN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> xosc1_arch_ondemand
|
|
||||||
#ifndef CONF_XOSC1_ONDEMAND
|
|
||||||
#define CONF_XOSC1_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> xosc1_arch_runstdby
|
|
||||||
#ifndef CONF_XOSC1_RUNSTDBY
|
|
||||||
#define CONF_XOSC1_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Crystal connected to XIN/XOUT Enable
|
|
||||||
// <i> Indicates whether the connections between the I/O pads and the external clock or crystal oscillator is enabled or not
|
|
||||||
// <id> xosc1_arch_xtalen
|
|
||||||
#ifndef CONF_XOSC1_XTALEN
|
|
||||||
#define CONF_XOSC1_XTALEN 1
|
|
||||||
#endif
|
|
||||||
//</h>
|
|
||||||
//</e>
|
|
||||||
|
|
||||||
#if CONF_XOSC1_FREQUENCY >= 32000000
|
|
||||||
#define CONF_XOSC1_CFDPRESC 0x0
|
|
||||||
#define CONF_XOSC1_IMULT 0x7
|
|
||||||
#define CONF_XOSC1_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC1_FREQUENCY >= 24000000
|
|
||||||
#define CONF_XOSC1_CFDPRESC 0x1
|
|
||||||
#define CONF_XOSC1_IMULT 0x6
|
|
||||||
#define CONF_XOSC1_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC1_FREQUENCY >= 16000000
|
|
||||||
#define CONF_XOSC1_CFDPRESC 0x2
|
|
||||||
#define CONF_XOSC1_IMULT 0x5
|
|
||||||
#define CONF_XOSC1_IPTAT 0x3
|
|
||||||
#elif CONF_XOSC1_FREQUENCY >= 8000000
|
|
||||||
#define CONF_XOSC1_CFDPRESC 0x3
|
|
||||||
#define CONF_XOSC1_IMULT 0x4
|
|
||||||
#define CONF_XOSC1_IPTAT 0x3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> DFLL Configuration
|
|
||||||
// <i> Indicates whether configuration for DFLL is enabled or not
|
|
||||||
// <id> enable_dfll
|
|
||||||
#ifndef CONF_DFLL_CONFIG
|
|
||||||
#define CONF_DFLL_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Reference Clock Source
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
// <i> Select the clock source
|
|
||||||
// <id> dfll_ref_clock
|
|
||||||
#ifndef CONF_DFLL_GCLK
|
|
||||||
#define CONF_DFLL_GCLK GCLK_PCHCTRL_GEN_GCLK2_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Digital Frequency Locked Loop Control
|
|
||||||
// <q> DFLL Enable
|
|
||||||
// <i> Indicates whether DFLL is enabled or not
|
|
||||||
// <id> dfll_arch_enable
|
|
||||||
#ifndef CONF_DFLL_ENABLE
|
|
||||||
#define CONF_DFLL_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> dfll_arch_ondemand
|
|
||||||
#ifndef CONF_DFLL_ONDEMAND
|
|
||||||
#define CONF_DFLL_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> dfll_arch_runstdby
|
|
||||||
#ifndef CONF_DFLL_RUNSTDBY
|
|
||||||
#define CONF_DFLL_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> USB Clock Recovery Mode
|
|
||||||
// <i> Indicates whether USB Clock Recovery Mode is enabled or not
|
|
||||||
// <id> dfll_arch_usbcrm
|
|
||||||
#ifndef CONF_DFLL_USBCRM
|
|
||||||
#define CONF_DFLL_USBCRM 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Wait Lock
|
|
||||||
// <i> Indicates whether Wait Lock is enabled or not
|
|
||||||
// <id> dfll_arch_waitlock
|
|
||||||
#ifndef CONF_DFLL_WAITLOCK
|
|
||||||
#define CONF_DFLL_WAITLOCK 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Bypass Coarse Lock
|
|
||||||
// <i> Indicates whether Bypass Coarse Lock is enabled or not
|
|
||||||
// <id> dfll_arch_bplckc
|
|
||||||
#ifndef CONF_DFLL_BPLCKC
|
|
||||||
#define CONF_DFLL_BPLCKC 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Quick Lock Disable
|
|
||||||
// <i> Indicates whether Quick Lock Disable is enabled or not
|
|
||||||
// <id> dfll_arch_qldis
|
|
||||||
#ifndef CONF_DFLL_QLDIS
|
|
||||||
#define CONF_DFLL_QLDIS 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Chill Cycle Disable
|
|
||||||
// <i> Indicates whether Chill Cycle Disable is enabled or not
|
|
||||||
// <id> dfll_arch_ccdis
|
|
||||||
#ifndef CONF_DFLL_CCDIS
|
|
||||||
#define CONF_DFLL_CCDIS 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Lose Lock After Wake
|
|
||||||
// <i> Indicates whether Lose Lock After Wake is enabled or not
|
|
||||||
// <id> dfll_arch_llaw
|
|
||||||
#ifndef CONF_DFLL_LLAW
|
|
||||||
#define CONF_DFLL_LLAW 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Stable DFLL Frequency
|
|
||||||
// <i> Indicates whether Stable DFLL Frequency is enabled or not
|
|
||||||
// <id> dfll_arch_stable
|
|
||||||
#ifndef CONF_DFLL_STABLE
|
|
||||||
#define CONF_DFLL_STABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Operating Mode Selection
|
|
||||||
// <0=>Open Loop Mode
|
|
||||||
// <1=>Closed Loop Mode
|
|
||||||
// <id> dfll_mode
|
|
||||||
#ifndef CONF_DFLL_MODE
|
|
||||||
#define CONF_DFLL_MODE 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Coarse Maximum Step <0x0-0x1F>
|
|
||||||
// <id> dfll_arch_cstep
|
|
||||||
#ifndef CONF_DFLL_CSTEP
|
|
||||||
#define CONF_DFLL_CSTEP 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Fine Maximum Step <0x0-0xFF>
|
|
||||||
// <id> dfll_arch_fstep
|
|
||||||
#ifndef CONF_DFLL_FSTEP
|
|
||||||
#define CONF_DFLL_FSTEP 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> DFLL Multiply Factor <0x0-0xFFFF>
|
|
||||||
// <id> dfll_mul
|
|
||||||
#ifndef CONF_DFLL_MUL
|
|
||||||
#define CONF_DFLL_MUL 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> DFLL Calibration Overwrite
|
|
||||||
// <i> Indicates whether Overwrite Calibration value of DFLL
|
|
||||||
// <id> dfll_arch_calibration
|
|
||||||
#ifndef CONF_DFLL_OVERWRITE_CALIBRATION
|
|
||||||
#define CONF_DFLL_OVERWRITE_CALIBRATION 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Coarse Value <0x0-0x3F>
|
|
||||||
// <id> dfll_arch_coarse
|
|
||||||
#ifndef CONF_DFLL_COARSE
|
|
||||||
#define CONF_DFLL_COARSE (0x1f / 4)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Fine Value <0x0-0xFF>
|
|
||||||
// <id> dfll_arch_fine
|
|
||||||
#ifndef CONF_DFLL_FINE
|
|
||||||
#define CONF_DFLL_FINE (0x80)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//</e>
|
|
||||||
|
|
||||||
//</h>
|
|
||||||
|
|
||||||
//</e>
|
|
||||||
|
|
||||||
// <e> FDPLL0 Configuration
|
|
||||||
// <i> Indicates whether configuration for FDPLL0 is enabled or not
|
|
||||||
// <id> enable_fdpll0
|
|
||||||
#ifndef CONF_FDPLL0_CONFIG
|
|
||||||
#define CONF_FDPLL0_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Reference Clock Source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
// <i> Select the clock source.
|
|
||||||
// <id> fdpll0_ref_clock
|
|
||||||
#ifndef CONF_FDPLL0_GCLK
|
|
||||||
#define CONF_FDPLL0_GCLK GCLK_GENCTRL_SRC_XOSC32K
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Digital Phase Locked Loop Control
|
|
||||||
// <q> Enable
|
|
||||||
// <i> Indicates whether Digital Phase Locked Loop is enabled or not
|
|
||||||
// <id> fdpll0_arch_enable
|
|
||||||
#ifndef CONF_FDPLL0_ENABLE
|
|
||||||
#define CONF_FDPLL0_ENABLE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> fdpll0_arch_ondemand
|
|
||||||
#ifndef CONF_FDPLL0_ONDEMAND
|
|
||||||
#define CONF_FDPLL0_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> fdpll0_arch_runstdby
|
|
||||||
#ifndef CONF_FDPLL0_RUNSTDBY
|
|
||||||
#define CONF_FDPLL0_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Loop Divider Ratio Fractional Part <0x0-0x1F>
|
|
||||||
// <i> Value of LDRFRAC is calculated using Fclk_dpll=Fckr*(LDR+1+LDRFRAC/32) formula as given in datasheet. This value is directly written in to DPLLRATIO register
|
|
||||||
// <id> fdpll0_ldrfrac
|
|
||||||
#ifndef CONF_FDPLL0_LDRFRAC
|
|
||||||
#define CONF_FDPLL0_LDRFRAC 0xd
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Loop Divider Ratio Integer Part <0x0-0x1FFF>
|
|
||||||
// <i> Value of LDR is calculated using Fclk_dpll=Fckr*(LDR+1+LDRFRAC/32) formula as given in datasheet. This value is directly written in to DPLLRATIO register
|
|
||||||
// <id> fdpll0_ldr
|
|
||||||
#ifndef CONF_FDPLL0_LDR
|
|
||||||
#define CONF_FDPLL0_LDR 0x5b7
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Clock Divider <0x0-0x7FF>
|
|
||||||
// <i> This Clock divider is only for XOSC clock input to DPLL
|
|
||||||
// <id> fdpll0_clock_div
|
|
||||||
#ifndef CONF_FDPLL0_DIV
|
|
||||||
#define CONF_FDPLL0_DIV 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> DCO Filter Enable
|
|
||||||
// <i> Indicates whether DCO Filter Enable is enabled or not
|
|
||||||
// <id> fdpll0_arch_dcoen
|
|
||||||
#ifndef CONF_FDPLL0_DCOEN
|
|
||||||
#define CONF_FDPLL0_DCOEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Sigma-Delta DCO Filter Selection <0x0-0x7>
|
|
||||||
// <id> fdpll0_clock_dcofilter
|
|
||||||
#ifndef CONF_FDPLL0_DCOFILTER
|
|
||||||
#define CONF_FDPLL0_DCOFILTER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Lock Bypass
|
|
||||||
// <i> Indicates whether Lock Bypass is enabled or not
|
|
||||||
// <id> fdpll0_arch_lbypass
|
|
||||||
#ifndef CONF_FDPLL0_LBYPASS
|
|
||||||
#define CONF_FDPLL0_LBYPASS 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Lock Time
|
|
||||||
// <0x0=>No time-out, automatic lock
|
|
||||||
// <0x4=>The Time-out if no lock within 800 us
|
|
||||||
// <0x5=>The Time-out if no lock within 900 us
|
|
||||||
// <0x6=>The Time-out if no lock within 1 ms
|
|
||||||
// <0x7=>The Time-out if no lock within 11 ms
|
|
||||||
// <id> fdpll0_arch_ltime
|
|
||||||
#ifndef CONF_FDPLL0_LTIME
|
|
||||||
#define CONF_FDPLL0_LTIME 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Reference Clock Selection
|
|
||||||
// <0x0=>GCLK clock reference
|
|
||||||
// <0x1=>XOSC32K clock reference
|
|
||||||
// <0x2=>XOSC0 clock reference
|
|
||||||
// <0x3=>XOSC1 clock reference
|
|
||||||
// <id> fdpll0_arch_refclk
|
|
||||||
#ifndef CONF_FDPLL0_REFCLK
|
|
||||||
#define CONF_FDPLL0_REFCLK 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Wake Up Fast
|
|
||||||
// <i> Indicates whether Wake Up Fast is enabled or not
|
|
||||||
// <id> fdpll0_arch_wuf
|
|
||||||
#ifndef CONF_FDPLL0_WUF
|
|
||||||
#define CONF_FDPLL0_WUF 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Proportional Integral Filter Selection <0x0-0xF>
|
|
||||||
// <id> fdpll0_arch_filter
|
|
||||||
#ifndef CONF_FDPLL0_FILTER
|
|
||||||
#define CONF_FDPLL0_FILTER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//</h>
|
|
||||||
//</e>
|
|
||||||
// <e> FDPLL1 Configuration
|
|
||||||
// <i> Indicates whether configuration for FDPLL1 is enabled or not
|
|
||||||
// <id> enable_fdpll1
|
|
||||||
#ifndef CONF_FDPLL1_CONFIG
|
|
||||||
#define CONF_FDPLL1_CONFIG 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Reference Clock Source
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC32K"> 32kHz External Crystal Oscillator (XOSC32K)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC0"> External Crystal Oscillator 8-48MHz (XOSC0)
|
|
||||||
// <GCLK_GENCTRL_SRC_XOSC1"> External Crystal Oscillator 8-48MHz (XOSC1)
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
// <i> Select the clock source.
|
|
||||||
// <id> fdpll1_ref_clock
|
|
||||||
#ifndef CONF_FDPLL1_GCLK
|
|
||||||
#define CONF_FDPLL1_GCLK GCLK_PCHCTRL_GEN_GCLK1_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Digital Phase Locked Loop Control
|
|
||||||
// <q> Enable
|
|
||||||
// <i> Indicates whether Digital Phase Locked Loop is enabled or not
|
|
||||||
// <id> fdpll1_arch_enable
|
|
||||||
#ifndef CONF_FDPLL1_ENABLE
|
|
||||||
#define CONF_FDPLL1_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> On Demand Control
|
|
||||||
// <i> Indicates whether On Demand Control is enabled or not
|
|
||||||
// <id> fdpll1_arch_ondemand
|
|
||||||
#ifndef CONF_FDPLL1_ONDEMAND
|
|
||||||
#define CONF_FDPLL1_ONDEMAND 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in Standby
|
|
||||||
// <i> Indicates whether Run in Standby is enabled or not
|
|
||||||
// <id> fdpll1_arch_runstdby
|
|
||||||
#ifndef CONF_FDPLL1_RUNSTDBY
|
|
||||||
#define CONF_FDPLL1_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Loop Divider Ratio Fractional Part <0x0-0x1F>
|
|
||||||
// <i> Value of LDRFRAC is calculated using Fclk_dpll=Fckr*(LDR+1+LDRFRAC/32) formula as given in datasheet. This value is directly written in to DPLLRATIO register
|
|
||||||
// <id> fdpll1_ldrfrac
|
|
||||||
#ifndef CONF_FDPLL1_LDRFRAC
|
|
||||||
#define CONF_FDPLL1_LDRFRAC 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Loop Divider Ratio Integer Part <0x0-0x1FFF>
|
|
||||||
// <i> Value of LDR is calculated using Fclk_dpll=Fckr*(LDR+1+LDRFRAC/32) formula as given in datasheet. This value is directly written in to DPLLRATIO register
|
|
||||||
// <id> fdpll1_ldr
|
|
||||||
#ifndef CONF_FDPLL1_LDR
|
|
||||||
#define CONF_FDPLL1_LDR 0x3b
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Clock Divider <0x0-0x7FF>
|
|
||||||
// <i> This Clock divider is only for XOSC clock input to DPLL
|
|
||||||
// <id> fdpll1_clock_div
|
|
||||||
#ifndef CONF_FDPLL1_DIV
|
|
||||||
#define CONF_FDPLL1_DIV 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> DCO Filter Enable
|
|
||||||
// <i> Indicates whether DCO Filter Enable is enabled or not
|
|
||||||
// <id> fdpll1_arch_dcoen
|
|
||||||
#ifndef CONF_FDPLL1_DCOEN
|
|
||||||
#define CONF_FDPLL1_DCOEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Sigma-Delta DCO Filter Selection <0x0-0x7>
|
|
||||||
// <id> fdpll1_clock_dcofilter
|
|
||||||
#ifndef CONF_FDPLL1_DCOFILTER
|
|
||||||
#define CONF_FDPLL1_DCOFILTER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Lock Bypass
|
|
||||||
// <i> Indicates whether Lock Bypass is enabled or not
|
|
||||||
// <id> fdpll1_arch_lbypass
|
|
||||||
#ifndef CONF_FDPLL1_LBYPASS
|
|
||||||
#define CONF_FDPLL1_LBYPASS 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Lock Time
|
|
||||||
// <0x0=>No time-out, automatic lock
|
|
||||||
// <0x4=>The Time-out if no lock within 800 us
|
|
||||||
// <0x5=>The Time-out if no lock within 900 us
|
|
||||||
// <0x6=>The Time-out if no lock within 1 ms
|
|
||||||
// <0x7=>The Time-out if no lock within 11 ms
|
|
||||||
// <id> fdpll1_arch_ltime
|
|
||||||
#ifndef CONF_FDPLL1_LTIME
|
|
||||||
#define CONF_FDPLL1_LTIME 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Reference Clock Selection
|
|
||||||
// <0x0=>GCLK clock reference
|
|
||||||
// <0x1=>XOSC32K clock reference
|
|
||||||
// <0x2=>XOSC0 clock reference
|
|
||||||
// <0x3=>XOSC1 clock reference
|
|
||||||
// <id> fdpll1_arch_refclk
|
|
||||||
#ifndef CONF_FDPLL1_REFCLK
|
|
||||||
#define CONF_FDPLL1_REFCLK 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Wake Up Fast
|
|
||||||
// <i> Indicates whether Wake Up Fast is enabled or not
|
|
||||||
// <id> fdpll1_arch_wuf
|
|
||||||
#ifndef CONF_FDPLL1_WUF
|
|
||||||
#define CONF_FDPLL1_WUF 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Proportional Integral Filter Selection <0x0-0xF>
|
|
||||||
// <id> fdpll1_arch_filter
|
|
||||||
#ifndef CONF_FDPLL1_FILTER
|
|
||||||
#define CONF_FDPLL1_FILTER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//</h>
|
|
||||||
//</e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_OSCCTRL_CONFIG_H
|
|
||||||
@@ -1,192 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_pdec_config.h */
|
|
||||||
#ifndef HPL_PDEC_CONFIG_H
|
|
||||||
#define HPL_PDEC_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
#ifndef CONF_PDEC_ENABLE
|
|
||||||
#define CONF_PDEC_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Basic Configuration
|
|
||||||
|
|
||||||
// <q> Phase A Invert Enable
|
|
||||||
// <i> If enabled, Phase A active level is inverted
|
|
||||||
// <id> pdec_phasea_invert
|
|
||||||
#ifndef CONF_PDEC_PHASEA_INVERT
|
|
||||||
#define CONF_PDEC_PHASEA_INVERT 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Phase B Invert Enable
|
|
||||||
// <i> If enabled, Phase B active level is inverted
|
|
||||||
// <id> pdec_phaseb_invert
|
|
||||||
#ifndef CONF_PDEC_PHASEB_INVERT
|
|
||||||
#define CONF_PDEC_PHASEB_INVERT 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Index Invert Enable
|
|
||||||
// <i> If enabled, Index active level is inverted
|
|
||||||
// <id> pdec_index_invert
|
|
||||||
#ifndef CONF_PDEC_INDEX_INVERT
|
|
||||||
#define CONF_PDEC_INDEX_INVERT 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Phase A and Phase B Swap
|
|
||||||
// <i> If enabled, Phase A and Phase B are swapped
|
|
||||||
// <id> pdec_phase_swap
|
|
||||||
#ifndef CONF_PDEC_PHASE_SWAP
|
|
||||||
#define CONF_PDEC_PHASE_SWAP 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PDEC Configuration
|
|
||||||
// <0x0=>Quadrature decoder direction (X4)
|
|
||||||
// <0x1=>Secure Quadrature decoder direction (X4S)
|
|
||||||
// <0x2=>Decoder direction (X2)
|
|
||||||
// <0x3=>Secure decoder direction (X2S)
|
|
||||||
// <0x4=>Auto correction mode (AUTOC)
|
|
||||||
// <i> These bits define the the PDEC configuration
|
|
||||||
// <id> pdec_config
|
|
||||||
#ifndef CONF_PDEC_CONFIG
|
|
||||||
#define CONF_PDEC_CONFIG 0x4
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Maximum Consecutive Missing Pulses <0-15>
|
|
||||||
// <i> These bits define the threshold for the maximum consecutive missing pulses in AUTOC mode
|
|
||||||
// <id> pdec_fliter
|
|
||||||
#ifndef CONF_PDEC_FILTER
|
|
||||||
#define CONF_PDEC_FILTER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in standby
|
|
||||||
// <i> Indicates whether the PDEC will continue running in standby sleep mode or not (RUNSTDBY)
|
|
||||||
// <id> pdec_runstdby
|
|
||||||
#ifndef CONF_PDEC_RUNSTDBY
|
|
||||||
#define CONF_PDEC_RUNSTDBY 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Debug Run
|
|
||||||
// <i> If enabled, the PDEC is running if the CPU is halted by an external debugger (DBGRUN)
|
|
||||||
// <id> pdec_dbgrun
|
|
||||||
#ifndef CONF_PDEC_DBGRUN
|
|
||||||
#define CONF_PDEC_DBGRUN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Prescaler Value
|
|
||||||
// <0x00=>No division
|
|
||||||
// <0x01=>Divide by 2
|
|
||||||
// <0x02=>Divide by 4
|
|
||||||
// <0x03=>Divide by 8
|
|
||||||
// <0x04=>Divide by 16
|
|
||||||
// <0x05=>Divide by 32
|
|
||||||
// <0x06=>Divide by 64
|
|
||||||
// <0x07=>Divide by 128
|
|
||||||
// <0x08=>Divide by 256
|
|
||||||
// <0x09=>Divide by 512
|
|
||||||
// <0x0A=>Divide by 1024
|
|
||||||
// <id> pdec_prescaler
|
|
||||||
#ifndef CONF_PDEC_PRESCALER
|
|
||||||
#define CONF_PDEC_PRESCALER 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <h> Interrupt Configuration
|
|
||||||
|
|
||||||
// <q> Position Changed
|
|
||||||
// <i> Indicates whether to enable Velocity interrupt
|
|
||||||
// <id> pdec_int_vel
|
|
||||||
#ifndef CONF_PDEC_INT_VEL
|
|
||||||
#define CONF_PDEC_INT_VEL 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Direction Changed
|
|
||||||
// <i> Indicates whether to enable Direction Change interrupt
|
|
||||||
// <id> pdec_int_dir
|
|
||||||
#ifndef CONF_PDEC_INT_DIR
|
|
||||||
#define CONF_PDEC_INT_DIR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Overflow/Underflow
|
|
||||||
// <i> Indicates whether to enable Overflow/Underflow interrupt
|
|
||||||
// <id> pdec_int_overflow
|
|
||||||
#ifndef CONF_PDEC_INT_OVERFLOW
|
|
||||||
#define CONF_PDEC_INT_OVERFLOW 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Error
|
|
||||||
// <i> Indicates whether to enable Error interrupt
|
|
||||||
// <id> pdec_int_error
|
|
||||||
#ifndef CONF_PDEC_INT_ERROR
|
|
||||||
#define CONF_PDEC_INT_ERROR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <e> Filter Configuration
|
|
||||||
// <id> pdec_filter_settings
|
|
||||||
#ifndef CONF_PDEC_FILTER_CONFIG
|
|
||||||
#define CONF_PDEC_FILTER_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Minimum Duration <0-255>
|
|
||||||
// <i> Define the minimum duration for which the input signals has to be valid, the minimum duration must be FILTER * GCLK_PDEC
|
|
||||||
// <id> pdec_min_duration
|
|
||||||
#ifndef CONF_PDEC_DURATION
|
|
||||||
#define CONF_PDEC_DURATION 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> Event Control
|
|
||||||
// <id> pdec_event_settings
|
|
||||||
#ifndef CONF_PDEC_EVENT_CONFIG
|
|
||||||
#define CONF_PDEC_EVENT_CONFIG 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Phase A Match Event Out
|
|
||||||
// <i> Enables event output on Phase A every match
|
|
||||||
// <id> pdec_pha_matcheo
|
|
||||||
#ifndef CONF_PDEC_PHA_MATCHEO
|
|
||||||
#define CONF_PDEC_PHA_MATCHEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Phase B Match Event Out
|
|
||||||
// <i> Enables event output on Phase B every match
|
|
||||||
// <id> pdec_phb_matcheo
|
|
||||||
#ifndef CONF_PDEC_PHB_MATCHEO
|
|
||||||
#define CONF_PDEC_PHB_MATCHEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Position Chagned Event Out
|
|
||||||
// <i> Enables event output on each change of the qualified PDEC phases
|
|
||||||
// <id> pdec_velocityeo
|
|
||||||
#ifndef CONF_PDEC_VELOCITYEO
|
|
||||||
#define CONF_PDEC_VELOCITYEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Direction Changed Event Out
|
|
||||||
// <i> Enables event output on direction change
|
|
||||||
// <id> pdec_direo
|
|
||||||
#ifndef CONF_PDEC_DIREO
|
|
||||||
#define CONF_PDEC_DIREO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Overflow/Underflow Event Out
|
|
||||||
// <i> Enables event output on position counter overflows/underflows
|
|
||||||
// <id> pdec_overflow
|
|
||||||
#ifndef CONF_PDEC_OVERFLOWEO
|
|
||||||
#define CONF_PDEC_OVERFLOWEO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Error Event Out
|
|
||||||
// <i> Enables event output on errors occured
|
|
||||||
// <id> pdec_erroreo
|
|
||||||
#ifndef CONF_PDEC_ERROREO
|
|
||||||
#define CONF_PDEC_ERROREO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_PDEC_CONFIG_H
|
|
||||||
@@ -1,522 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_port_config.h */
|
|
||||||
#ifndef HPL_PORT_CONFIG_H
|
|
||||||
#define HPL_PORT_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <e> PORT Input Event 0 configuration
|
|
||||||
// <id> enable_port_input_event_0
|
|
||||||
#ifndef CONF_PORT_EVCTRL_PORT_0
|
|
||||||
#define CONF_PORT_EVCTRL_PORT_0 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> PORT Input Event 0 configuration on PORT A
|
|
||||||
|
|
||||||
// <q> PORTA Input Event 0 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT A Input Event 0 configuration is enabled
|
|
||||||
// <id> porta_input_event_enable_0
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PORTEI_0
|
|
||||||
#define CONF_PORTA_EVCTRL_PORTEI_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 0 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port A on which the event action will be performed
|
|
||||||
// <id> porta_event_pin_identifier_0
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PID_0
|
|
||||||
#define CONF_PORTA_EVCTRL_PID_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 0 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT A will perform on event input 0
|
|
||||||
// <id> porta_event_action_0
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_EVACT_0
|
|
||||||
#define CONF_PORTA_EVCTRL_EVACT_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 0 configuration on PORT B
|
|
||||||
|
|
||||||
// <q> PORTB Input Event 0 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT B Input Event 0 configuration is enabled
|
|
||||||
// <id> portb_input_event_enable_0
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PORTEI_0
|
|
||||||
#define CONF_PORTB_EVCTRL_PORTEI_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 0 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port B on which the event action will be performed
|
|
||||||
// <id> portb_event_pin_identifier_0
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PID_0
|
|
||||||
#define CONF_PORTB_EVCTRL_PID_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 0 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT B will perform on event input 0
|
|
||||||
// <id> portb_event_action_0
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_EVACT_0
|
|
||||||
#define CONF_PORTB_EVCTRL_EVACT_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 0 configuration on PORT C
|
|
||||||
|
|
||||||
// <q> PORTC Input Event 0 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT C Input Event 0 configuration is enabled
|
|
||||||
// <id> portc_input_event_enable_0
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PORTEI_0
|
|
||||||
#define CONF_PORTC_EVCTRL_PORTEI_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 0 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port C on which the event action will be performed
|
|
||||||
// <id> portc_event_pin_identifier_0
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PID_0
|
|
||||||
#define CONF_PORTC_EVCTRL_PID_0 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 0 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT C will perform on event input 0
|
|
||||||
// <id> portc_event_action_0
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_EVACT_0
|
|
||||||
#define CONF_PORTC_EVCTRL_EVACT_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 0 configuration on PORT D
|
|
||||||
|
|
||||||
// <q> PORTD Input Event 0 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT D Input Event 0 configuration is enabled
|
|
||||||
// <id> portd_input_event_enable_0
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PORTEI_0
|
|
||||||
#define CONF_PORTD_EVCTRL_PORTEI_0 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 0 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port D on which the event action will be performed
|
|
||||||
// <id> portd_event_pin_identifier_0
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PID_0
|
|
||||||
#define CONF_PORTD_EVCTRL_PID_0 0xb
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 0 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT D will perform on event input 0
|
|
||||||
// <id> portd_event_action_0
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_EVACT_0
|
|
||||||
#define CONF_PORTD_EVCTRL_EVACT_0 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> PORT Input Event 1 configuration
|
|
||||||
// <id> enable_port_input_event_1
|
|
||||||
#ifndef CONF_PORT_EVCTRL_PORT_1
|
|
||||||
#define CONF_PORT_EVCTRL_PORT_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> PORT Input Event 1 configuration on PORT A
|
|
||||||
|
|
||||||
// <q> PORTA Input Event 1 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT A Input Event 1 configuration is enabled
|
|
||||||
// <id> porta_input_event_enable_1
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PORTEI_1
|
|
||||||
#define CONF_PORTA_EVCTRL_PORTEI_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 1 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port A on which the event action will be performed
|
|
||||||
// <id> porta_event_pin_identifier_1
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PID_1
|
|
||||||
#define CONF_PORTA_EVCTRL_PID_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 1 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT A will perform on event input 1
|
|
||||||
// <id> porta_event_action_1
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_EVACT_1
|
|
||||||
#define CONF_PORTA_EVCTRL_EVACT_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 1 configuration on PORT B
|
|
||||||
|
|
||||||
// <q> PORTB Input Event 1 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT B Input Event 1 configuration is enabled
|
|
||||||
// <id> portb_input_event_enable_1
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PORTEI_1
|
|
||||||
#define CONF_PORTB_EVCTRL_PORTEI_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 1 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port B on which the event action will be performed
|
|
||||||
// <id> portb_event_pin_identifier_1
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PID_1
|
|
||||||
#define CONF_PORTB_EVCTRL_PID_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 1 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT B will perform on event input 1
|
|
||||||
// <id> portb_event_action_1
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_EVACT_1
|
|
||||||
#define CONF_PORTB_EVCTRL_EVACT_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 1 configuration on PORT C
|
|
||||||
|
|
||||||
// <q> PORTC Input Event 1 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT C Input Event 1 configuration is enabled
|
|
||||||
// <id> portc_input_event_enable_1
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PORTEI_1
|
|
||||||
#define CONF_PORTC_EVCTRL_PORTEI_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 1 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port C on which the event action will be performed
|
|
||||||
// <id> portc_event_pin_identifier_1
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PID_1
|
|
||||||
#define CONF_PORTC_EVCTRL_PID_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 1 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT C will perform on event input 1
|
|
||||||
// <id> portc_event_action_1
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_EVACT_1
|
|
||||||
#define CONF_PORTC_EVCTRL_EVACT_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 1 configuration on PORT D
|
|
||||||
|
|
||||||
// <q> PORTD Input Event 1 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT D Input Event 1 configuration is enabled
|
|
||||||
// <id> portd_input_event_enable_1
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PORTEI_1
|
|
||||||
#define CONF_PORTD_EVCTRL_PORTEI_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 1 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port D on which the event action will be performed
|
|
||||||
// <id> portd_event_pin_identifier_1
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PID_1
|
|
||||||
#define CONF_PORTD_EVCTRL_PID_1 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 1 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT D will perform on event input 1
|
|
||||||
// <id> portd_event_action_1
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_EVACT_1
|
|
||||||
#define CONF_PORTD_EVCTRL_EVACT_1 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> PORT Input Event 2 configuration
|
|
||||||
// <id> enable_port_input_event_2
|
|
||||||
#ifndef CONF_PORT_EVCTRL_PORT_2
|
|
||||||
#define CONF_PORT_EVCTRL_PORT_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> PORT Input Event 2 configuration on PORT A
|
|
||||||
|
|
||||||
// <q> PORTA Input Event 2 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT A Input Event 2 configuration is enabled
|
|
||||||
// <id> porta_input_event_enable_2
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PORTEI_2
|
|
||||||
#define CONF_PORTA_EVCTRL_PORTEI_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 2 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port A on which the event action will be performed
|
|
||||||
// <id> porta_event_pin_identifier_2
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PID_2
|
|
||||||
#define CONF_PORTA_EVCTRL_PID_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 2 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT A will perform on event input 2
|
|
||||||
// <id> porta_event_action_2
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_EVACT_2
|
|
||||||
#define CONF_PORTA_EVCTRL_EVACT_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 2 configuration on PORT B
|
|
||||||
|
|
||||||
// <q> PORTB Input Event 2 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT B Input Event 2 configuration is enabled
|
|
||||||
// <id> portb_input_event_enable_2
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PORTEI_2
|
|
||||||
#define CONF_PORTB_EVCTRL_PORTEI_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 2 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port B on which the event action will be performed
|
|
||||||
// <id> portb_event_pin_identifier_2
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PID_2
|
|
||||||
#define CONF_PORTB_EVCTRL_PID_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 2 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT B will perform on event input 2
|
|
||||||
// <id> portb_event_action_2
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_EVACT_2
|
|
||||||
#define CONF_PORTB_EVCTRL_EVACT_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 2 configuration on PORT C
|
|
||||||
|
|
||||||
// <q> PORTC Input Event 2 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT C Input Event 2 configuration is enabled
|
|
||||||
// <id> portc_input_event_enable_2
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PORTEI_2
|
|
||||||
#define CONF_PORTC_EVCTRL_PORTEI_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 2 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port C on which the event action will be performed
|
|
||||||
// <id> portc_event_pin_identifier_2
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PID_2
|
|
||||||
#define CONF_PORTC_EVCTRL_PID_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 2 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT C will perform on event input 2
|
|
||||||
// <id> portc_event_action_2
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_EVACT_2
|
|
||||||
#define CONF_PORTC_EVCTRL_EVACT_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 2 configuration on PORT D
|
|
||||||
|
|
||||||
// <q> PORTD Input Event 2 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT D Input Event 2 configuration is enabled
|
|
||||||
// <id> portd_input_event_enable_2
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PORTEI_2
|
|
||||||
#define CONF_PORTD_EVCTRL_PORTEI_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 2 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port D on which the event action will be performed
|
|
||||||
// <id> portd_event_pin_identifier_2
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PID_2
|
|
||||||
#define CONF_PORTD_EVCTRL_PID_2 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 2 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT D will perform on event input 2
|
|
||||||
// <id> portd_event_action_2
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_EVACT_2
|
|
||||||
#define CONF_PORTD_EVCTRL_EVACT_2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// <e> PORT Input Event 3 configuration
|
|
||||||
// <id> enable_port_input_event_3
|
|
||||||
#ifndef CONF_PORT_EVCTRL_PORT_3
|
|
||||||
#define CONF_PORT_EVCTRL_PORT_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> PORT Input Event 3 configuration on PORT A
|
|
||||||
|
|
||||||
// <q> PORTA Input Event 3 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT A Input Event 3 configuration is enabled
|
|
||||||
// <id> porta_input_event_enable_3
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PORTEI_3
|
|
||||||
#define CONF_PORTA_EVCTRL_PORTEI_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 3 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port A on which the event action will be performed
|
|
||||||
// <id> porta_event_pin_identifier_3
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_PID_3
|
|
||||||
#define CONF_PORTA_EVCTRL_PID_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTA Event 3 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT A will perform on event input 3
|
|
||||||
// <id> porta_event_action_3
|
|
||||||
#ifndef CONF_PORTA_EVCTRL_EVACT_3
|
|
||||||
#define CONF_PORTA_EVCTRL_EVACT_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 3 configuration on PORT B
|
|
||||||
|
|
||||||
// <q> PORTB Input Event 3 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT B Input Event 3 configuration is enabled
|
|
||||||
// <id> portb_input_event_enable_3
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PORTEI_3
|
|
||||||
#define CONF_PORTB_EVCTRL_PORTEI_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 3 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port B on which the event action will be performed
|
|
||||||
// <id> portb_event_pin_identifier_3
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_PID_3
|
|
||||||
#define CONF_PORTB_EVCTRL_PID_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTB Event 3 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT B will perform on event input 3
|
|
||||||
// <id> portb_event_action_3
|
|
||||||
#ifndef CONF_PORTB_EVCTRL_EVACT_3
|
|
||||||
#define CONF_PORTB_EVCTRL_EVACT_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 3 configuration on PORT C
|
|
||||||
|
|
||||||
// <q> PORTC Input Event 3 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT C Input Event 3 configuration is enabled
|
|
||||||
// <id> portc_input_event_enable_3
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PORTEI_3
|
|
||||||
#define CONF_PORTC_EVCTRL_PORTEI_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 3 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port C on which the event action will be performed
|
|
||||||
// <id> portc_event_pin_identifier_3
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_PID_3
|
|
||||||
#define CONF_PORTC_EVCTRL_PID_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTC Event 3 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT C will perform on event input 3
|
|
||||||
// <id> portc_event_action_3
|
|
||||||
#ifndef CONF_PORTC_EVCTRL_EVACT_3
|
|
||||||
#define CONF_PORTC_EVCTRL_EVACT_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
// <h> PORT Input Event 3 configuration on PORT D
|
|
||||||
|
|
||||||
// <q> PORTD Input Event 3 Enable
|
|
||||||
// <i> The event action will be triggered on any incoming event if PORT D Input Event 3 configuration is enabled
|
|
||||||
// <id> portd_input_event_enable_3
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PORTEI_3
|
|
||||||
#define CONF_PORTD_EVCTRL_PORTEI_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 3 Pin Identifier <0x00-0x1F>
|
|
||||||
// <i> These bits define the I/O pin from port D on which the event action will be performed
|
|
||||||
// <id> portd_event_pin_identifier_3
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_PID_3
|
|
||||||
#define CONF_PORTD_EVCTRL_PID_3 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> PORTD Event 3 Action
|
|
||||||
// <0=> Output register of pin will be set to level of event
|
|
||||||
// <1=> Set output register of pin on event
|
|
||||||
// <2=> Clear output register of pin on event
|
|
||||||
// <3=> Toggle output register of pin on event
|
|
||||||
// <i> These bits define the event action the PORT D will perform on event input 3
|
|
||||||
// <id> portd_event_action_3
|
|
||||||
#ifndef CONF_PORTD_EVCTRL_EVACT_3
|
|
||||||
#define CONF_PORTD_EVCTRL_EVACT_3 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
#define CONF_PORTA_EVCTRL \
|
|
||||||
(0 | PORT_EVCTRL_EVACT0(CONF_PORTA_EVCTRL_EVACT_0) | CONF_PORTA_EVCTRL_PORTEI_0 << PORT_EVCTRL_PORTEI0_Pos \
|
|
||||||
| PORT_EVCTRL_PID0(CONF_PORTA_EVCTRL_PID_0) | PORT_EVCTRL_EVACT1(CONF_PORTA_EVCTRL_EVACT_1) \
|
|
||||||
| CONF_PORTA_EVCTRL_PORTEI_1 << PORT_EVCTRL_PORTEI1_Pos | PORT_EVCTRL_PID1(CONF_PORTA_EVCTRL_PID_1) \
|
|
||||||
| PORT_EVCTRL_EVACT2(CONF_PORTA_EVCTRL_EVACT_2) | CONF_PORTA_EVCTRL_PORTEI_2 << PORT_EVCTRL_PORTEI2_Pos \
|
|
||||||
| PORT_EVCTRL_PID2(CONF_PORTA_EVCTRL_PID_2) | PORT_EVCTRL_EVACT3(CONF_PORTA_EVCTRL_EVACT_3) \
|
|
||||||
| CONF_PORTA_EVCTRL_PORTEI_3 << PORT_EVCTRL_PORTEI3_Pos | PORT_EVCTRL_PID3(CONF_PORTA_EVCTRL_PID_3))
|
|
||||||
#define CONF_PORTB_EVCTRL \
|
|
||||||
(0 | PORT_EVCTRL_EVACT0(CONF_PORTB_EVCTRL_EVACT_0) | CONF_PORTB_EVCTRL_PORTEI_0 << PORT_EVCTRL_PORTEI0_Pos \
|
|
||||||
| PORT_EVCTRL_PID0(CONF_PORTB_EVCTRL_PID_0) | PORT_EVCTRL_EVACT1(CONF_PORTB_EVCTRL_EVACT_1) \
|
|
||||||
| CONF_PORTB_EVCTRL_PORTEI_1 << PORT_EVCTRL_PORTEI1_Pos | PORT_EVCTRL_PID1(CONF_PORTB_EVCTRL_PID_1) \
|
|
||||||
| PORT_EVCTRL_EVACT2(CONF_PORTB_EVCTRL_EVACT_2) | CONF_PORTB_EVCTRL_PORTEI_2 << PORT_EVCTRL_PORTEI2_Pos \
|
|
||||||
| PORT_EVCTRL_PID2(CONF_PORTB_EVCTRL_PID_2) | PORT_EVCTRL_EVACT3(CONF_PORTB_EVCTRL_EVACT_3) \
|
|
||||||
| CONF_PORTB_EVCTRL_PORTEI_3 << PORT_EVCTRL_PORTEI3_Pos | PORT_EVCTRL_PID3(CONF_PORTB_EVCTRL_PID_3))
|
|
||||||
#define CONF_PORTC_EVCTRL \
|
|
||||||
(0 | PORT_EVCTRL_EVACT0(CONF_PORTC_EVCTRL_EVACT_0) | CONF_PORTC_EVCTRL_PORTEI_0 << PORT_EVCTRL_PORTEI0_Pos \
|
|
||||||
| PORT_EVCTRL_PID0(CONF_PORTC_EVCTRL_PID_0) | PORT_EVCTRL_EVACT1(CONF_PORTC_EVCTRL_EVACT_1) \
|
|
||||||
| CONF_PORTC_EVCTRL_PORTEI_1 << PORT_EVCTRL_PORTEI1_Pos | PORT_EVCTRL_PID1(CONF_PORTC_EVCTRL_PID_1) \
|
|
||||||
| PORT_EVCTRL_EVACT2(CONF_PORTC_EVCTRL_EVACT_2) | CONF_PORTC_EVCTRL_PORTEI_2 << PORT_EVCTRL_PORTEI2_Pos \
|
|
||||||
| PORT_EVCTRL_PID2(CONF_PORTC_EVCTRL_PID_2) | PORT_EVCTRL_EVACT3(CONF_PORTC_EVCTRL_EVACT_3) \
|
|
||||||
| CONF_PORTC_EVCTRL_PORTEI_3 << PORT_EVCTRL_PORTEI3_Pos | PORT_EVCTRL_PID3(CONF_PORTC_EVCTRL_PID_3))
|
|
||||||
#define CONF_PORTD_EVCTRL \
|
|
||||||
(0 | PORT_EVCTRL_EVACT0(CONF_PORTD_EVCTRL_EVACT_0) | CONF_PORTD_EVCTRL_PORTEI_0 << PORT_EVCTRL_PORTEI0_Pos \
|
|
||||||
| PORT_EVCTRL_PID0(CONF_PORTD_EVCTRL_PID_0) | PORT_EVCTRL_EVACT1(CONF_PORTD_EVCTRL_EVACT_1) \
|
|
||||||
| CONF_PORTD_EVCTRL_PORTEI_1 << PORT_EVCTRL_PORTEI1_Pos | PORT_EVCTRL_PID1(CONF_PORTD_EVCTRL_PID_1) \
|
|
||||||
| PORT_EVCTRL_EVACT2(CONF_PORTD_EVCTRL_EVACT_2) | CONF_PORTD_EVCTRL_PORTEI_2 << PORT_EVCTRL_PORTEI2_Pos \
|
|
||||||
| PORT_EVCTRL_PID2(CONF_PORTD_EVCTRL_PID_2) | PORT_EVCTRL_EVACT3(CONF_PORTD_EVCTRL_EVACT_3) \
|
|
||||||
| CONF_PORTD_EVCTRL_PORTEI_3 << PORT_EVCTRL_PORTEI3_Pos | PORT_EVCTRL_PID3(CONF_PORTD_EVCTRL_PID_3))
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_PORT_CONFIG_H
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
/* Auto-generated config file hpl_sercom_config.h */
|
|
||||||
#ifndef HPL_SERCOM_CONFIG_H
|
|
||||||
#define HPL_SERCOM_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
#include <peripheral_clk_config.h>
|
|
||||||
|
|
||||||
// Enable configuration of module
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_ENABLE
|
|
||||||
#define CONF_SERCOM_5_SPI_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//<o> SPI DMA TX Channel <0-32>
|
|
||||||
//<i> This defines DMA channel to be used
|
|
||||||
//<id> spi_master_dma_tx_channel
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_M_DMA_TX_CHANNEL
|
|
||||||
#define CONF_SERCOM_5_SPI_M_DMA_TX_CHANNEL 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <e> SPI RX Channel Enable
|
|
||||||
// <id> spi_master_rx_channel
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_RX_CHANNEL
|
|
||||||
#define CONF_SERCOM_5_SPI_RX_CHANNEL 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//<o> DMA Channel <0-32>
|
|
||||||
//<i> This defines DMA channel to be used
|
|
||||||
//<id> spi_master_dma_rx_channel
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_M_DMA_RX_CHANNEL
|
|
||||||
#define CONF_SERCOM_5_SPI_M_DMA_RX_CHANNEL 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// Set module in SPI Master mode
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_MODE
|
|
||||||
#define CONF_SERCOM_5_SPI_MODE 0x03
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <h> Basic Configuration
|
|
||||||
|
|
||||||
// <q> Receive buffer enable
|
|
||||||
// <i> Enable receive buffer to receive data from slave (RXEN)
|
|
||||||
// <id> spi_master_rx_enable
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_RXEN
|
|
||||||
#define CONF_SERCOM_5_SPI_RXEN 0x1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Character Size
|
|
||||||
// <i> Bit size for all characters sent over the SPI bus (CHSIZE)
|
|
||||||
// <0x0=>8 bits
|
|
||||||
// <0x1=>9 bits
|
|
||||||
// <id> spi_master_character_size
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_CHSIZE
|
|
||||||
#define CONF_SERCOM_5_SPI_CHSIZE 0x0
|
|
||||||
#endif
|
|
||||||
// <o> Baud rate <1-18000000>
|
|
||||||
// <i> The SPI data transfer rate
|
|
||||||
// <id> spi_master_baud_rate
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_BAUD
|
|
||||||
#define CONF_SERCOM_5_SPI_BAUD 12000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </h>
|
|
||||||
|
|
||||||
// <e> Advanced Configuration
|
|
||||||
// <id> spi_master_advanced
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_ADVANCED
|
|
||||||
#define CONF_SERCOM_5_SPI_ADVANCED 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Dummy byte <0x00-0x1ff>
|
|
||||||
// <id> spi_master_dummybyte
|
|
||||||
// <i> Dummy byte used when reading data from the slave without sending any data
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_DUMMYBYTE
|
|
||||||
#define CONF_SERCOM_5_SPI_DUMMYBYTE 0x1ff
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Data Order
|
|
||||||
// <0=>MSB first
|
|
||||||
// <1=>LSB first
|
|
||||||
// <i> I least significant or most significant bit is shifted out first (DORD)
|
|
||||||
// <id> spi_master_arch_dord
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_DORD
|
|
||||||
#define CONF_SERCOM_5_SPI_DORD 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Clock Polarity
|
|
||||||
// <0=>SCK is low when idle
|
|
||||||
// <1=>SCK is high when idle
|
|
||||||
// <i> Determines if the leading edge is rising or falling with a corresponding opposite edge at the trailing edge. (CPOL)
|
|
||||||
// <id> spi_master_arch_cpol
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_CPOL
|
|
||||||
#define CONF_SERCOM_5_SPI_CPOL 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Clock Phase
|
|
||||||
// <0x0=>Sample input on leading edge
|
|
||||||
// <0x1=>Sample input on trailing edge
|
|
||||||
// <i> Determines if input data is sampled on leading or trailing SCK edge. (CPHA)
|
|
||||||
// <id> spi_master_arch_cpha
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_CPHA
|
|
||||||
#define CONF_SERCOM_5_SPI_CPHA 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Immediate Buffer Overflow Notification
|
|
||||||
// <i> Controls when OVF is asserted (IBON)
|
|
||||||
// <0x0=>In data stream
|
|
||||||
// <0x1=>On buffer overflow
|
|
||||||
// <id> spi_master_arch_ibon
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_IBON
|
|
||||||
#define CONF_SERCOM_5_SPI_IBON 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <q> Run in stand-by
|
|
||||||
// <i> Module stays active in stand-by sleep mode. (RUNSTDBY)
|
|
||||||
// <id> spi_master_arch_runstdby
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_RUNSTDBY
|
|
||||||
#define CONF_SERCOM_5_SPI_RUNSTDBY 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Debug Stop Mode
|
|
||||||
// <i> Behavior of the baud-rate generator when CPU is halted by external debugger. (DBGSTOP)
|
|
||||||
// <0=>Keep running
|
|
||||||
// <1=>Halt
|
|
||||||
// <id> spi_master_arch_dbgstop
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_DBGSTOP
|
|
||||||
#define CONF_SERCOM_5_SPI_DBGSTOP 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// </e>
|
|
||||||
|
|
||||||
// Address mode disabled in master mode
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_AMODE_EN
|
|
||||||
#define CONF_SERCOM_5_SPI_AMODE_EN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_AMODE
|
|
||||||
#define CONF_SERCOM_5_SPI_AMODE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_ADDR
|
|
||||||
#define CONF_SERCOM_5_SPI_ADDR 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_ADDRMASK
|
|
||||||
#define CONF_SERCOM_5_SPI_ADDRMASK 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_SSDE
|
|
||||||
#define CONF_SERCOM_5_SPI_SSDE 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_MSSEN
|
|
||||||
#define CONF_SERCOM_5_SPI_MSSEN 0x0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_PLOADEN
|
|
||||||
#define CONF_SERCOM_5_SPI_PLOADEN 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Receive Data Pinout
|
|
||||||
// <0x0=>PAD[0]
|
|
||||||
// <0x1=>PAD[1]
|
|
||||||
// <0x2=>PAD[2]
|
|
||||||
// <0x3=>PAD[3]
|
|
||||||
// <id> spi_master_rxpo
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_RXPO
|
|
||||||
#define CONF_SERCOM_5_SPI_RXPO 3
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <o> Transmit Data Pinout
|
|
||||||
// <0x0=>PAD[0,1]_DO_SCK
|
|
||||||
// <0x1=>PAD[2,3]_DO_SCK
|
|
||||||
// <0x2=>PAD[3,1]_DO_SCK
|
|
||||||
// <0x3=>PAD[0,3]_DO_SCK
|
|
||||||
// <id> spi_master_txpo
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_TXPO
|
|
||||||
#define CONF_SERCOM_5_SPI_TXPO 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Calculate baud register value from requested baudrate value
|
|
||||||
#ifndef CONF_SERCOM_5_SPI_BAUD_RATE
|
|
||||||
#define CONF_SERCOM_5_SPI_BAUD_RATE ((float)CONF_GCLK_SERCOM5_CORE_FREQUENCY / (float)(2 * CONF_SERCOM_5_SPI_BAUD)) - 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // HPL_SERCOM_CONFIG_H
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,909 +0,0 @@
|
|||||||
/* Auto-generated config file peripheral_clk_config.h */
|
|
||||||
#ifndef PERIPHERAL_CLK_CONFIG_H
|
|
||||||
#define PERIPHERAL_CLK_CONFIG_H
|
|
||||||
|
|
||||||
// <<< Use Configuration Wizard in Context Menu >>>
|
|
||||||
|
|
||||||
// <y> ADC Clock Source
|
|
||||||
// <id> adc_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for ADC.
|
|
||||||
#ifndef CONF_GCLK_ADC0_SRC
|
|
||||||
#define CONF_GCLK_ADC0_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_ADC0_FREQUENCY
|
|
||||||
* \brief ADC0's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_ADC0_FREQUENCY
|
|
||||||
#define CONF_GCLK_ADC0_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> CCL Clock Source
|
|
||||||
// <id> ccl_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for CCL.
|
|
||||||
#ifndef CONF_GCLK_CCL_SRC
|
|
||||||
#define CONF_GCLK_CCL_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_CCL_FREQUENCY
|
|
||||||
* \brief CCL's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_CCL_FREQUENCY
|
|
||||||
#define CONF_GCLK_CCL_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EIC Clock Source
|
|
||||||
// <id> eic_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for EIC.
|
|
||||||
#ifndef CONF_GCLK_EIC_SRC
|
|
||||||
#define CONF_GCLK_EIC_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EIC_FREQUENCY
|
|
||||||
* \brief EIC's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_EIC_FREQUENCY
|
|
||||||
#define CONF_GCLK_EIC_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 0 Clock Source
|
|
||||||
// <id> evsys_clk_selection_0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 0.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_0_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_0_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_0_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_0_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_0_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 1 Clock Source
|
|
||||||
// <id> evsys_clk_selection_1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 1.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_1_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_1_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_1_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_1_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_1_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 2 Clock Source
|
|
||||||
// <id> evsys_clk_selection_2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 2.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_2_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_2_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_2_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_2_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_2_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 3 Clock Source
|
|
||||||
// <id> evsys_clk_selection_3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 3.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_3_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_3_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_3_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_3_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_3_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 4 Clock Source
|
|
||||||
// <id> evsys_clk_selection_4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 4.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_4_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_4_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_4_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_4_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_4_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 5 Clock Source
|
|
||||||
// <id> evsys_clk_selection_5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 5.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_5_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_5_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_5_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_5_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_5_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 6 Clock Source
|
|
||||||
// <id> evsys_clk_selection_6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 6.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_6_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_6_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_6_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_6_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_6_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 7 Clock Source
|
|
||||||
// <id> evsys_clk_selection_7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 7.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_7_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_7_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_7_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_7_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_7_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 8 Clock Source
|
|
||||||
// <id> evsys_clk_selection_8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 8.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_8_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_8_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_8_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_8_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_8_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 9 Clock Source
|
|
||||||
// <id> evsys_clk_selection_9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 9.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_9_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_9_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_9_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_9_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_9_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 10 Clock Source
|
|
||||||
// <id> evsys_clk_selection_10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 10.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_10_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_10_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_10_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_10_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_10_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> EVSYS Channel 11 Clock Source
|
|
||||||
// <id> evsys_clk_selection_11
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for channel 11.
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_11_SRC
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_11_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_EVSYS_CHANNEL_11_FREQUENCY
|
|
||||||
* \brief EVSYS's Clock frequency
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONF_GCLK_EVSYS_CHANNEL_11_FREQUENCY
|
|
||||||
#define CONF_GCLK_EVSYS_CHANNEL_11_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_CPU_FREQUENCY
|
|
||||||
* \brief CPU's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_CPU_FREQUENCY
|
|
||||||
#define CONF_CPU_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> PDEC Clock Source
|
|
||||||
// <id> pdec_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for PDEC.
|
|
||||||
#ifndef CONF_GCLK_PDEC_SRC
|
|
||||||
#define CONF_GCLK_PDEC_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_PDEC_FREQUENCY
|
|
||||||
* \brief PDEC's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_PDEC_FREQUENCY
|
|
||||||
#define CONF_GCLK_PDEC_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Core Clock Source
|
|
||||||
// <id> core_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for CORE.
|
|
||||||
#ifndef CONF_GCLK_SERCOM5_CORE_SRC
|
|
||||||
#define CONF_GCLK_SERCOM5_CORE_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> Slow Clock Source
|
|
||||||
// <id> slow_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the slow clock source.
|
|
||||||
#ifndef CONF_GCLK_SERCOM5_SLOW_SRC
|
|
||||||
#define CONF_GCLK_SERCOM5_SLOW_SRC GCLK_PCHCTRL_GEN_GCLK3_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_SERCOM5_CORE_FREQUENCY
|
|
||||||
* \brief SERCOM5's Core Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_SERCOM5_CORE_FREQUENCY
|
|
||||||
#define CONF_GCLK_SERCOM5_CORE_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_SERCOM5_SLOW_FREQUENCY
|
|
||||||
* \brief SERCOM5's Slow Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_SERCOM5_SLOW_FREQUENCY
|
|
||||||
#define CONF_GCLK_SERCOM5_SLOW_FREQUENCY 32768
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> TC Clock Source
|
|
||||||
// <id> tc_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for TC.
|
|
||||||
#ifndef CONF_GCLK_TC0_SRC
|
|
||||||
#define CONF_GCLK_TC0_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_TC0_FREQUENCY
|
|
||||||
* \brief TC0's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_TC0_FREQUENCY
|
|
||||||
#define CONF_GCLK_TC0_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> TC Clock Source
|
|
||||||
// <id> tc_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for TC.
|
|
||||||
#ifndef CONF_GCLK_TC7_SRC
|
|
||||||
#define CONF_GCLK_TC7_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_TC7_FREQUENCY
|
|
||||||
* \brief TC7's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_TC7_FREQUENCY
|
|
||||||
#define CONF_GCLK_TC7_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> TCC Clock Source
|
|
||||||
// <id> tcc_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for TCC.
|
|
||||||
#ifndef CONF_GCLK_TCC0_SRC
|
|
||||||
#define CONF_GCLK_TCC0_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_TCC0_FREQUENCY
|
|
||||||
* \brief TCC0's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_TCC0_FREQUENCY
|
|
||||||
#define CONF_GCLK_TCC0_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <y> TCC Clock Source
|
|
||||||
// <id> tcc_gclk_selection
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK0_Val"> Generic clock generator 0
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK1_Val"> Generic clock generator 1
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK2_Val"> Generic clock generator 2
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK3_Val"> Generic clock generator 3
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK4_Val"> Generic clock generator 4
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK5_Val"> Generic clock generator 5
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK6_Val"> Generic clock generator 6
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK7_Val"> Generic clock generator 7
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK8_Val"> Generic clock generator 8
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK9_Val"> Generic clock generator 9
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK10_Val"> Generic clock generator 10
|
|
||||||
|
|
||||||
// <GCLK_PCHCTRL_GEN_GCLK11_Val"> Generic clock generator 11
|
|
||||||
|
|
||||||
// <i> Select the clock source for TCC.
|
|
||||||
#ifndef CONF_GCLK_TCC1_SRC
|
|
||||||
#define CONF_GCLK_TCC1_SRC GCLK_PCHCTRL_GEN_GCLK0_Val
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
|
||||||
* \def CONF_GCLK_TCC1_FREQUENCY
|
|
||||||
* \brief TCC1's Clock frequency
|
|
||||||
*/
|
|
||||||
#ifndef CONF_GCLK_TCC1_FREQUENCY
|
|
||||||
#define CONF_GCLK_TCC1_FREQUENCY 120000000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// <<< end of configuration section >>>
|
|
||||||
|
|
||||||
#endif // PERIPHERAL_CLK_CONFIG_H
|
|
||||||
@@ -1,124 +0,0 @@
|
|||||||
<ArmGcc>
|
|
||||||
<armgcc.common.outputfiles.hex>True</armgcc.common.outputfiles.hex>
|
|
||||||
<armgcc.common.outputfiles.lss>True</armgcc.common.outputfiles.lss>
|
|
||||||
<armgcc.common.outputfiles.eep>True</armgcc.common.outputfiles.eep>
|
|
||||||
<armgcc.common.outputfiles.bin>True</armgcc.common.outputfiles.bin>
|
|
||||||
<armgcc.common.outputfiles.srec>True</armgcc.common.outputfiles.srec>
|
|
||||||
<armgcc.compiler.symbols.DefSymbols>
|
|
||||||
<ListValues>
|
|
||||||
<Value>DEBUG</Value>
|
|
||||||
<Value>ARM_MATH_CM4</Value>
|
|
||||||
<Value>__FPU_PRESENT=1</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.compiler.symbols.DefSymbols>
|
|
||||||
<armgcc.compiler.directories.IncludePaths>
|
|
||||||
<ListValues>
|
|
||||||
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
|
||||||
<Value>../Config</Value>
|
|
||||||
<Value>../</Value>
|
|
||||||
<Value>../examples</Value>
|
|
||||||
<Value>../hal/include</Value>
|
|
||||||
<Value>../hal/utils/include</Value>
|
|
||||||
<Value>../hpl/adc</Value>
|
|
||||||
<Value>../hpl/ccl</Value>
|
|
||||||
<Value>../hpl/cmcc</Value>
|
|
||||||
<Value>../hpl/core</Value>
|
|
||||||
<Value>../hpl/dmac</Value>
|
|
||||||
<Value>../hpl/evsys</Value>
|
|
||||||
<Value>../hpl/gclk</Value>
|
|
||||||
<Value>../hpl/mclk</Value>
|
|
||||||
<Value>../hpl/osc32kctrl</Value>
|
|
||||||
<Value>../hpl/oscctrl</Value>
|
|
||||||
<Value>../hpl/pdec</Value>
|
|
||||||
<Value>../hpl/pm</Value>
|
|
||||||
<Value>../hpl/port</Value>
|
|
||||||
<Value>../hpl/ramecc</Value>
|
|
||||||
<Value>../hpl/sercom</Value>
|
|
||||||
<Value>../hpl/tc</Value>
|
|
||||||
<Value>../hpl/tcc</Value>
|
|
||||||
<Value>../hri</Value>
|
|
||||||
<Value>%24(PackRepoDir)\atmel\SAME54_DFP\1.1.134\include</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.compiler.directories.IncludePaths>
|
|
||||||
<armgcc.compiler.optimization.level>Optimize debugging experience (-Og)</armgcc.compiler.optimization.level>
|
|
||||||
<armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>True</armgcc.compiler.optimization.PrepareFunctionsForGarbageCollection>
|
|
||||||
<armgcc.compiler.optimization.DebugLevel>Maximum (-g3)</armgcc.compiler.optimization.DebugLevel>
|
|
||||||
<armgcc.compiler.warnings.AllWarnings>True</armgcc.compiler.warnings.AllWarnings>
|
|
||||||
<armgcc.compiler.miscellaneous.OtherFlags>-std=gnu99 -mfloat-abi=softfp -mfpu=fpv4-sp-d16</armgcc.compiler.miscellaneous.OtherFlags>
|
|
||||||
<armgcc.linker.general.UseNewlibNano>True</armgcc.linker.general.UseNewlibNano>
|
|
||||||
<armgcc.linker.libraries.Libraries>
|
|
||||||
<ListValues>
|
|
||||||
<Value>libm</Value>
|
|
||||||
<Value>libarm_cortexM4lf_math.a</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.linker.libraries.Libraries>
|
|
||||||
<armgcc.linker.libraries.LibrarySearchPaths>
|
|
||||||
<ListValues>
|
|
||||||
<Value>C:\Users\Nick-XMG\Documents\github\bldc_control_thesis\atmel\BLDC_Controller_SAME54\BLDC_E54\BLDC_E54\cmsis</Value>
|
|
||||||
<Value>%24(ProjectDir)\Device_Startup</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.linker.libraries.LibrarySearchPaths>
|
|
||||||
<armgcc.linker.optimization.GarbageCollectUnusedSections>True</armgcc.linker.optimization.GarbageCollectUnusedSections>
|
|
||||||
<armgcc.linker.memorysettings.ExternalRAM />
|
|
||||||
<armgcc.linker.miscellaneous.LinkerFlags>-Tsame54p20a_flash.ld -mfloat-abi=hard -mfpu=fpv4-sp-d16 -larm_cortexM4lf_math</armgcc.linker.miscellaneous.LinkerFlags>
|
|
||||||
<armgcc.assembler.general.IncludePaths>
|
|
||||||
<ListValues>
|
|
||||||
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
|
||||||
<Value>../Config</Value>
|
|
||||||
<Value>../</Value>
|
|
||||||
<Value>../examples</Value>
|
|
||||||
<Value>../hal/include</Value>
|
|
||||||
<Value>../hal/utils/include</Value>
|
|
||||||
<Value>../hpl/adc</Value>
|
|
||||||
<Value>../hpl/ccl</Value>
|
|
||||||
<Value>../hpl/cmcc</Value>
|
|
||||||
<Value>../hpl/core</Value>
|
|
||||||
<Value>../hpl/dmac</Value>
|
|
||||||
<Value>../hpl/evsys</Value>
|
|
||||||
<Value>../hpl/gclk</Value>
|
|
||||||
<Value>../hpl/mclk</Value>
|
|
||||||
<Value>../hpl/osc32kctrl</Value>
|
|
||||||
<Value>../hpl/oscctrl</Value>
|
|
||||||
<Value>../hpl/pdec</Value>
|
|
||||||
<Value>../hpl/pm</Value>
|
|
||||||
<Value>../hpl/port</Value>
|
|
||||||
<Value>../hpl/ramecc</Value>
|
|
||||||
<Value>../hpl/sercom</Value>
|
|
||||||
<Value>../hpl/tc</Value>
|
|
||||||
<Value>../hpl/tcc</Value>
|
|
||||||
<Value>../hri</Value>
|
|
||||||
<Value>%24(PackRepoDir)\atmel\SAME54_DFP\1.1.134\include</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.assembler.general.IncludePaths>
|
|
||||||
<armgcc.assembler.debugging.DebugLevel>Default (-g)</armgcc.assembler.debugging.DebugLevel>
|
|
||||||
<armgcc.preprocessingassembler.general.IncludePaths>
|
|
||||||
<ListValues>
|
|
||||||
<Value>%24(PackRepoDir)\arm\CMSIS\5.4.0\CMSIS\Core\Include\</Value>
|
|
||||||
<Value>../Config</Value>
|
|
||||||
<Value>../</Value>
|
|
||||||
<Value>../examples</Value>
|
|
||||||
<Value>../hal/include</Value>
|
|
||||||
<Value>../hal/utils/include</Value>
|
|
||||||
<Value>../hpl/adc</Value>
|
|
||||||
<Value>../hpl/ccl</Value>
|
|
||||||
<Value>../hpl/cmcc</Value>
|
|
||||||
<Value>../hpl/core</Value>
|
|
||||||
<Value>../hpl/dmac</Value>
|
|
||||||
<Value>../hpl/evsys</Value>
|
|
||||||
<Value>../hpl/gclk</Value>
|
|
||||||
<Value>../hpl/mclk</Value>
|
|
||||||
<Value>../hpl/osc32kctrl</Value>
|
|
||||||
<Value>../hpl/oscctrl</Value>
|
|
||||||
<Value>../hpl/pdec</Value>
|
|
||||||
<Value>../hpl/pm</Value>
|
|
||||||
<Value>../hpl/port</Value>
|
|
||||||
<Value>../hpl/ramecc</Value>
|
|
||||||
<Value>../hpl/sercom</Value>
|
|
||||||
<Value>../hpl/tc</Value>
|
|
||||||
<Value>../hpl/tcc</Value>
|
|
||||||
<Value>../hri</Value>
|
|
||||||
<Value>%24(PackRepoDir)\atmel\SAME54_DFP\1.1.134\include</Value>
|
|
||||||
</ListValues>
|
|
||||||
</armgcc.preprocessingassembler.general.IncludePaths>
|
|
||||||
<armgcc.preprocessingassembler.debugging.DebugLevel>Default (-Wa,-g)</armgcc.preprocessingassembler.debugging.DebugLevel>
|
|
||||||
</ArmGcc>
|
|
||||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,344 +0,0 @@
|
|||||||
Device_Startup/startup_same54.d Device_Startup/startup_same54.o: \
|
|
||||||
../Device_Startup/startup_same54.c \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
Binary file not shown.
@@ -1,344 +0,0 @@
|
|||||||
Device_Startup/system_same54.d Device_Startup/system_same54.o: \
|
|
||||||
../Device_Startup/system_same54.c \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
Binary file not shown.
@@ -1,666 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# Automatically-generated file. Do not edit!
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
SHELL := cmd.exe
|
|
||||||
RM := rm -rf
|
|
||||||
|
|
||||||
USER_OBJS :=
|
|
||||||
|
|
||||||
LIBS :=
|
|
||||||
PROJ :=
|
|
||||||
|
|
||||||
O_SRCS :=
|
|
||||||
C_SRCS :=
|
|
||||||
S_SRCS :=
|
|
||||||
S_UPPER_SRCS :=
|
|
||||||
OBJ_SRCS :=
|
|
||||||
ASM_SRCS :=
|
|
||||||
PREPROCESSING_SRCS :=
|
|
||||||
OBJS :=
|
|
||||||
OBJS_AS_ARGS :=
|
|
||||||
C_DEPS :=
|
|
||||||
C_DEPS_AS_ARGS :=
|
|
||||||
EXECUTABLES :=
|
|
||||||
OUTPUT_FILE_PATH :=
|
|
||||||
OUTPUT_FILE_PATH_AS_ARGS :=
|
|
||||||
AVR_APP_PATH :=$$$AVR_APP_PATH$$$
|
|
||||||
QUOTE := "
|
|
||||||
ADDITIONAL_DEPENDENCIES:=
|
|
||||||
OUTPUT_FILE_DEP:=
|
|
||||||
LIB_DEP:=
|
|
||||||
LINKER_SCRIPT_DEP:=
|
|
||||||
|
|
||||||
# Every subdirectory with source files must be described here
|
|
||||||
SUBDIRS := \
|
|
||||||
../Config/ \
|
|
||||||
../Device_Startup/ \
|
|
||||||
../ethercat \
|
|
||||||
../examples/ \
|
|
||||||
../hal/ \
|
|
||||||
../hal/documentation/ \
|
|
||||||
../hal/include/ \
|
|
||||||
../hal/src/ \
|
|
||||||
../hal/utils/ \
|
|
||||||
../hal/utils/include/ \
|
|
||||||
../hal/utils/src/ \
|
|
||||||
../hpl/ \
|
|
||||||
../hpl/adc/ \
|
|
||||||
../hpl/ccl/ \
|
|
||||||
../hpl/cmcc/ \
|
|
||||||
../hpl/core/ \
|
|
||||||
../hpl/dmac/ \
|
|
||||||
../hpl/doc_lite/ \
|
|
||||||
../hpl/eic/ \
|
|
||||||
../hpl/evsys/ \
|
|
||||||
../hpl/gclk/ \
|
|
||||||
../hpl/mclk/ \
|
|
||||||
../hpl/osc32kctrl/ \
|
|
||||||
../hpl/oscctrl/ \
|
|
||||||
../hpl/pdec/ \
|
|
||||||
../hpl/pm/ \
|
|
||||||
../hpl/port/ \
|
|
||||||
../hpl/ramecc/ \
|
|
||||||
../hpl/sercom/ \
|
|
||||||
../hpl/tcc/ \
|
|
||||||
../hpl/tc/ \
|
|
||||||
../hri/
|
|
||||||
|
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
|
||||||
C_SRCS += \
|
|
||||||
../atmel_start.c \
|
|
||||||
../bldc.c \
|
|
||||||
../Device_Startup/startup_same54.c \
|
|
||||||
../Device_Startup/system_same54.c \
|
|
||||||
../driver_init.c \
|
|
||||||
../ethercat/ethercat_e54.c \
|
|
||||||
../examples/driver_examples.c \
|
|
||||||
../hal/src/hal_adc_sync.c \
|
|
||||||
../hal/src/hal_atomic.c \
|
|
||||||
../hal/src/hal_cache.c \
|
|
||||||
../hal/src/hal_delay.c \
|
|
||||||
../hal/src/hal_evsys.c \
|
|
||||||
../hal/src/hal_ext_irq.c \
|
|
||||||
../hal/src/hal_gpio.c \
|
|
||||||
../hal/src/hal_init.c \
|
|
||||||
../hal/src/hal_io.c \
|
|
||||||
../hal/src/hal_pdec_async.c \
|
|
||||||
../hal/src/hal_pwm.c \
|
|
||||||
../hal/src/hal_sleep.c \
|
|
||||||
../hal/src/hal_spi_m_dma.c \
|
|
||||||
../hal/utils/src/utils_assert.c \
|
|
||||||
../hal/utils/src/utils_event.c \
|
|
||||||
../hal/utils/src/utils_list.c \
|
|
||||||
../hal/utils/src/utils_syscalls.c \
|
|
||||||
../hpl/adc/hpl_adc.c \
|
|
||||||
../hpl/ccl/hpl_ccl.c \
|
|
||||||
../hpl/cmcc/hpl_cmcc.c \
|
|
||||||
../hpl/core/hpl_core_m4.c \
|
|
||||||
../hpl/core/hpl_init.c \
|
|
||||||
../hpl/dmac/hpl_dmac.c \
|
|
||||||
../hpl/eic/hpl_eic.c \
|
|
||||||
../hpl/evsys/hpl_evsys.c \
|
|
||||||
../hpl/gclk/hpl_gclk.c \
|
|
||||||
../hpl/mclk/hpl_mclk.c \
|
|
||||||
../hpl/osc32kctrl/hpl_osc32kctrl.c \
|
|
||||||
../hpl/oscctrl/hpl_oscctrl.c \
|
|
||||||
../hpl/pdec/hpl_pdec.c \
|
|
||||||
../hpl/pm/hpl_pm.c \
|
|
||||||
../hpl/ramecc/hpl_ramecc.c \
|
|
||||||
../hpl/sercom/hpl_sercom.c \
|
|
||||||
../hpl/tcc/hpl_tcc.c \
|
|
||||||
../hpl/tc/tc_lite.c \
|
|
||||||
../main.c
|
|
||||||
|
|
||||||
|
|
||||||
PREPROCESSING_SRCS +=
|
|
||||||
|
|
||||||
|
|
||||||
ASM_SRCS +=
|
|
||||||
|
|
||||||
|
|
||||||
OBJS += \
|
|
||||||
atmel_start.o \
|
|
||||||
bldc.o \
|
|
||||||
Device_Startup/startup_same54.o \
|
|
||||||
Device_Startup/system_same54.o \
|
|
||||||
driver_init.o \
|
|
||||||
ethercat/ethercat_e54.o \
|
|
||||||
examples/driver_examples.o \
|
|
||||||
hal/src/hal_adc_sync.o \
|
|
||||||
hal/src/hal_atomic.o \
|
|
||||||
hal/src/hal_cache.o \
|
|
||||||
hal/src/hal_delay.o \
|
|
||||||
hal/src/hal_evsys.o \
|
|
||||||
hal/src/hal_ext_irq.o \
|
|
||||||
hal/src/hal_gpio.o \
|
|
||||||
hal/src/hal_init.o \
|
|
||||||
hal/src/hal_io.o \
|
|
||||||
hal/src/hal_pdec_async.o \
|
|
||||||
hal/src/hal_pwm.o \
|
|
||||||
hal/src/hal_sleep.o \
|
|
||||||
hal/src/hal_spi_m_dma.o \
|
|
||||||
hal/utils/src/utils_assert.o \
|
|
||||||
hal/utils/src/utils_event.o \
|
|
||||||
hal/utils/src/utils_list.o \
|
|
||||||
hal/utils/src/utils_syscalls.o \
|
|
||||||
hpl/adc/hpl_adc.o \
|
|
||||||
hpl/ccl/hpl_ccl.o \
|
|
||||||
hpl/cmcc/hpl_cmcc.o \
|
|
||||||
hpl/core/hpl_core_m4.o \
|
|
||||||
hpl/core/hpl_init.o \
|
|
||||||
hpl/dmac/hpl_dmac.o \
|
|
||||||
hpl/eic/hpl_eic.o \
|
|
||||||
hpl/evsys/hpl_evsys.o \
|
|
||||||
hpl/gclk/hpl_gclk.o \
|
|
||||||
hpl/mclk/hpl_mclk.o \
|
|
||||||
hpl/osc32kctrl/hpl_osc32kctrl.o \
|
|
||||||
hpl/oscctrl/hpl_oscctrl.o \
|
|
||||||
hpl/pdec/hpl_pdec.o \
|
|
||||||
hpl/pm/hpl_pm.o \
|
|
||||||
hpl/ramecc/hpl_ramecc.o \
|
|
||||||
hpl/sercom/hpl_sercom.o \
|
|
||||||
hpl/tcc/hpl_tcc.o \
|
|
||||||
hpl/tc/tc_lite.o \
|
|
||||||
main.o
|
|
||||||
|
|
||||||
OBJS_AS_ARGS += \
|
|
||||||
atmel_start.o \
|
|
||||||
bldc.o \
|
|
||||||
Device_Startup/startup_same54.o \
|
|
||||||
Device_Startup/system_same54.o \
|
|
||||||
driver_init.o \
|
|
||||||
ethercat/ethercat_e54.o \
|
|
||||||
examples/driver_examples.o \
|
|
||||||
hal/src/hal_adc_sync.o \
|
|
||||||
hal/src/hal_atomic.o \
|
|
||||||
hal/src/hal_cache.o \
|
|
||||||
hal/src/hal_delay.o \
|
|
||||||
hal/src/hal_evsys.o \
|
|
||||||
hal/src/hal_ext_irq.o \
|
|
||||||
hal/src/hal_gpio.o \
|
|
||||||
hal/src/hal_init.o \
|
|
||||||
hal/src/hal_io.o \
|
|
||||||
hal/src/hal_pdec_async.o \
|
|
||||||
hal/src/hal_pwm.o \
|
|
||||||
hal/src/hal_sleep.o \
|
|
||||||
hal/src/hal_spi_m_dma.o \
|
|
||||||
hal/utils/src/utils_assert.o \
|
|
||||||
hal/utils/src/utils_event.o \
|
|
||||||
hal/utils/src/utils_list.o \
|
|
||||||
hal/utils/src/utils_syscalls.o \
|
|
||||||
hpl/adc/hpl_adc.o \
|
|
||||||
hpl/ccl/hpl_ccl.o \
|
|
||||||
hpl/cmcc/hpl_cmcc.o \
|
|
||||||
hpl/core/hpl_core_m4.o \
|
|
||||||
hpl/core/hpl_init.o \
|
|
||||||
hpl/dmac/hpl_dmac.o \
|
|
||||||
hpl/eic/hpl_eic.o \
|
|
||||||
hpl/evsys/hpl_evsys.o \
|
|
||||||
hpl/gclk/hpl_gclk.o \
|
|
||||||
hpl/mclk/hpl_mclk.o \
|
|
||||||
hpl/osc32kctrl/hpl_osc32kctrl.o \
|
|
||||||
hpl/oscctrl/hpl_oscctrl.o \
|
|
||||||
hpl/pdec/hpl_pdec.o \
|
|
||||||
hpl/pm/hpl_pm.o \
|
|
||||||
hpl/ramecc/hpl_ramecc.o \
|
|
||||||
hpl/sercom/hpl_sercom.o \
|
|
||||||
hpl/tcc/hpl_tcc.o \
|
|
||||||
hpl/tc/tc_lite.o \
|
|
||||||
main.o
|
|
||||||
|
|
||||||
C_DEPS += \
|
|
||||||
atmel_start.d \
|
|
||||||
bldc.d \
|
|
||||||
Device_Startup/startup_same54.d \
|
|
||||||
Device_Startup/system_same54.d \
|
|
||||||
driver_init.d \
|
|
||||||
ethercat/ethercat_e54.d \
|
|
||||||
examples/driver_examples.d \
|
|
||||||
hal/src/hal_adc_sync.d \
|
|
||||||
hal/src/hal_atomic.d \
|
|
||||||
hal/src/hal_cache.d \
|
|
||||||
hal/src/hal_delay.d \
|
|
||||||
hal/src/hal_evsys.d \
|
|
||||||
hal/src/hal_ext_irq.d \
|
|
||||||
hal/src/hal_gpio.d \
|
|
||||||
hal/src/hal_init.d \
|
|
||||||
hal/src/hal_io.d \
|
|
||||||
hal/src/hal_pdec_async.d \
|
|
||||||
hal/src/hal_pwm.d \
|
|
||||||
hal/src/hal_sleep.d \
|
|
||||||
hal/src/hal_spi_m_dma.d \
|
|
||||||
hal/utils/src/utils_assert.d \
|
|
||||||
hal/utils/src/utils_event.d \
|
|
||||||
hal/utils/src/utils_list.d \
|
|
||||||
hal/utils/src/utils_syscalls.d \
|
|
||||||
hpl/adc/hpl_adc.d \
|
|
||||||
hpl/ccl/hpl_ccl.d \
|
|
||||||
hpl/cmcc/hpl_cmcc.d \
|
|
||||||
hpl/core/hpl_core_m4.d \
|
|
||||||
hpl/core/hpl_init.d \
|
|
||||||
hpl/dmac/hpl_dmac.d \
|
|
||||||
hpl/eic/hpl_eic.d \
|
|
||||||
hpl/evsys/hpl_evsys.d \
|
|
||||||
hpl/gclk/hpl_gclk.d \
|
|
||||||
hpl/mclk/hpl_mclk.d \
|
|
||||||
hpl/osc32kctrl/hpl_osc32kctrl.d \
|
|
||||||
hpl/oscctrl/hpl_oscctrl.d \
|
|
||||||
hpl/pdec/hpl_pdec.d \
|
|
||||||
hpl/pm/hpl_pm.d \
|
|
||||||
hpl/ramecc/hpl_ramecc.d \
|
|
||||||
hpl/sercom/hpl_sercom.d \
|
|
||||||
hpl/tcc/hpl_tcc.d \
|
|
||||||
hpl/tc/tc_lite.d \
|
|
||||||
main.d
|
|
||||||
|
|
||||||
C_DEPS_AS_ARGS += \
|
|
||||||
atmel_start.d \
|
|
||||||
bldc.d \
|
|
||||||
Device_Startup/startup_same54.d \
|
|
||||||
Device_Startup/system_same54.d \
|
|
||||||
driver_init.d \
|
|
||||||
ethercat/ethercat_e54.d \
|
|
||||||
examples/driver_examples.d \
|
|
||||||
hal/src/hal_adc_sync.d \
|
|
||||||
hal/src/hal_atomic.d \
|
|
||||||
hal/src/hal_cache.d \
|
|
||||||
hal/src/hal_delay.d \
|
|
||||||
hal/src/hal_evsys.d \
|
|
||||||
hal/src/hal_ext_irq.d \
|
|
||||||
hal/src/hal_gpio.d \
|
|
||||||
hal/src/hal_init.d \
|
|
||||||
hal/src/hal_io.d \
|
|
||||||
hal/src/hal_pdec_async.d \
|
|
||||||
hal/src/hal_pwm.d \
|
|
||||||
hal/src/hal_sleep.d \
|
|
||||||
hal/src/hal_spi_m_dma.d \
|
|
||||||
hal/utils/src/utils_assert.d \
|
|
||||||
hal/utils/src/utils_event.d \
|
|
||||||
hal/utils/src/utils_list.d \
|
|
||||||
hal/utils/src/utils_syscalls.d \
|
|
||||||
hpl/adc/hpl_adc.d \
|
|
||||||
hpl/ccl/hpl_ccl.d \
|
|
||||||
hpl/cmcc/hpl_cmcc.d \
|
|
||||||
hpl/core/hpl_core_m4.d \
|
|
||||||
hpl/core/hpl_init.d \
|
|
||||||
hpl/dmac/hpl_dmac.d \
|
|
||||||
hpl/eic/hpl_eic.d \
|
|
||||||
hpl/evsys/hpl_evsys.d \
|
|
||||||
hpl/gclk/hpl_gclk.d \
|
|
||||||
hpl/mclk/hpl_mclk.d \
|
|
||||||
hpl/osc32kctrl/hpl_osc32kctrl.d \
|
|
||||||
hpl/oscctrl/hpl_oscctrl.d \
|
|
||||||
hpl/pdec/hpl_pdec.d \
|
|
||||||
hpl/pm/hpl_pm.d \
|
|
||||||
hpl/ramecc/hpl_ramecc.d \
|
|
||||||
hpl/sercom/hpl_sercom.d \
|
|
||||||
hpl/tcc/hpl_tcc.d \
|
|
||||||
hpl/tc/tc_lite.d \
|
|
||||||
main.d
|
|
||||||
|
|
||||||
OUTPUT_FILE_PATH +=BLDC_E54.elf
|
|
||||||
|
|
||||||
OUTPUT_FILE_PATH_AS_ARGS +=BLDC_E54.elf
|
|
||||||
|
|
||||||
ADDITIONAL_DEPENDENCIES:=
|
|
||||||
|
|
||||||
OUTPUT_FILE_DEP:= ./makedep.mk
|
|
||||||
|
|
||||||
LIB_DEP+=
|
|
||||||
|
|
||||||
LINKER_SCRIPT_DEP+= \
|
|
||||||
../Device_Startup/same54p20a_flash.ld \
|
|
||||||
../Device_Startup/same54p20a_sram.ld
|
|
||||||
|
|
||||||
|
|
||||||
# AVR32/GNU C Compiler
|
|
||||||
./atmel_start.o: .././atmel_start.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
./bldc.o: .././bldc.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
Device_Startup/startup_same54.o: ../Device_Startup/startup_same54.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
Device_Startup/system_same54.o: ../Device_Startup/system_same54.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
./driver_init.o: .././driver_init.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
ethercat/ethercat_e54.o: ../ethercat/ethercat_e54.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
examples/driver_examples.o: ../examples/driver_examples.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_adc_sync.o: ../hal/src/hal_adc_sync.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_atomic.o: ../hal/src/hal_atomic.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_cache.o: ../hal/src/hal_cache.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_delay.o: ../hal/src/hal_delay.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_evsys.o: ../hal/src/hal_evsys.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_ext_irq.o: ../hal/src/hal_ext_irq.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_gpio.o: ../hal/src/hal_gpio.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_init.o: ../hal/src/hal_init.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_io.o: ../hal/src/hal_io.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_pdec_async.o: ../hal/src/hal_pdec_async.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_pwm.o: ../hal/src/hal_pwm.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_sleep.o: ../hal/src/hal_sleep.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/src/hal_spi_m_dma.o: ../hal/src/hal_spi_m_dma.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/utils/src/utils_assert.o: ../hal/utils/src/utils_assert.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/utils/src/utils_event.o: ../hal/utils/src/utils_event.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/utils/src/utils_list.o: ../hal/utils/src/utils_list.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hal/utils/src/utils_syscalls.o: ../hal/utils/src/utils_syscalls.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/adc/hpl_adc.o: ../hpl/adc/hpl_adc.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/ccl/hpl_ccl.o: ../hpl/ccl/hpl_ccl.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/cmcc/hpl_cmcc.o: ../hpl/cmcc/hpl_cmcc.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/core/hpl_core_m4.o: ../hpl/core/hpl_core_m4.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/core/hpl_init.o: ../hpl/core/hpl_init.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/dmac/hpl_dmac.o: ../hpl/dmac/hpl_dmac.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/eic/hpl_eic.o: ../hpl/eic/hpl_eic.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/evsys/hpl_evsys.o: ../hpl/evsys/hpl_evsys.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/gclk/hpl_gclk.o: ../hpl/gclk/hpl_gclk.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/mclk/hpl_mclk.o: ../hpl/mclk/hpl_mclk.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/osc32kctrl/hpl_osc32kctrl.o: ../hpl/osc32kctrl/hpl_osc32kctrl.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/oscctrl/hpl_oscctrl.o: ../hpl/oscctrl/hpl_oscctrl.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/pdec/hpl_pdec.o: ../hpl/pdec/hpl_pdec.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/pm/hpl_pm.o: ../hpl/pm/hpl_pm.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/ramecc/hpl_ramecc.o: ../hpl/ramecc/hpl_ramecc.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/sercom/hpl_sercom.o: ../hpl/sercom/hpl_sercom.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/tcc/hpl_tcc.o: ../hpl/tcc/hpl_tcc.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
hpl/tc/tc_lite.o: ../hpl/tc/tc_lite.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
./main.o: .././main.c
|
|
||||||
@echo Building file: $<
|
|
||||||
@echo Invoking: ARM/GNU C Compiler : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -x c -mthumb -D__SAME54P20A__ -DDEBUG -DARM_MATH_CM4=true -D__FPU_PRESENT=1U -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include" -I"../Config" -I".." -I"../examples" -I"../hal/include" -I"../hal/utils/include" -I"../hpl/adc" -I"../hpl/ccl" -I"../hpl/cmcc" -I"../hpl/core" -I"../hpl/dmac" -I"../hpl/eic" -I"../hpl/evsys" -I"../hpl/gclk" -I"../hpl/mclk" -I"../hpl/osc32kctrl" -I"../hpl/oscctrl" -I"../hpl/pdec" -I"../hpl/pm" -I"../hpl/port" -I"../hpl/ramecc" -I"../hpl/sercom" -I"../hpl/tc" -I"../hpl/tcc" -I"../hri" -I"C:\Program Files (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include" -O1 -ffunction-sections -mlong-calls -g3 -Wall -pedantic -mcpu=cortex-m4 -c -std=gnu99 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MD -MP -MF "$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -MT"$(@:%.o=%.o)" -o "$@" "$<"
|
|
||||||
@echo Finished building: $<
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# AVR32/GNU Preprocessing Assembler
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# AVR32/GNU Assembler
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ifneq ($(MAKECMDGOALS),clean)
|
|
||||||
ifneq ($(strip $(C_DEPS)),)
|
|
||||||
-include $(C_DEPS)
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Add inputs and outputs from these tool invocations to the build variables
|
|
||||||
|
|
||||||
# All Target
|
|
||||||
all: $(OUTPUT_FILE_PATH) $(ADDITIONAL_DEPENDENCIES)
|
|
||||||
|
|
||||||
$(OUTPUT_FILE_PATH): $(OBJS) $(USER_OBJS) $(OUTPUT_FILE_DEP) $(LIB_DEP) $(LINKER_SCRIPT_DEP)
|
|
||||||
@echo Building target: $@
|
|
||||||
@echo Invoking: ARM/GNU Linker : 6.3.1
|
|
||||||
$(QUOTE)C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-gcc.exe$(QUOTE) -o$(OUTPUT_FILE_PATH_AS_ARGS) $(OBJS_AS_ARGS) $(USER_OBJS) $(LIBS) -mthumb -Wl,-Map="BLDC_E54.map" -Wl,--start-group -lm -Wl,--end-group -L"..\\Device_Startup" -Wl,--gc-sections -mcpu=cortex-m4 -Tsame54p20a_flash.ld -mfloat-abi=hard -mfpu=fpv4-sp-d16
|
|
||||||
@echo Finished building target: $@
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O binary "BLDC_E54.elf" "BLDC_E54.bin"
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O ihex -R .eeprom -R .fuse -R .lock -R .signature "BLDC_E54.elf" "BLDC_E54.hex"
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -j .eeprom --set-section-flags=.eeprom=alloc,load --change-section-lma .eeprom=0 --no-change-warnings -O binary "BLDC_E54.elf" "BLDC_E54.eep" || exit 0
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objdump.exe" -h -S "BLDC_E54.elf" > "BLDC_E54.lss"
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-objcopy.exe" -O srec -R .eeprom -R .fuse -R .lock -R .signature "BLDC_E54.elf" "BLDC_E54.srec"
|
|
||||||
"C:\Program Files (x86)\Atmel\Studio\7.0\toolchain\arm\arm-gnu-toolchain\bin\arm-none-eabi-size.exe" "BLDC_E54.elf"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Other Targets
|
|
||||||
clean:
|
|
||||||
-$(RM) $(OBJS_AS_ARGS) $(EXECUTABLES)
|
|
||||||
-$(RM) $(C_DEPS_AS_ARGS)
|
|
||||||
rm -rf "BLDC_E54.elf" "BLDC_E54.a" "BLDC_E54.hex" "BLDC_E54.bin" "BLDC_E54.lss" "BLDC_E54.eep" "BLDC_E54.map" "BLDC_E54.srec"
|
|
||||||
|
|
||||||
@@ -1,551 +0,0 @@
|
|||||||
atmel_start.d atmel_start.o: .././atmel_start.c ../atmel_start.h \
|
|
||||||
../driver_init.h ../atmel_start_pins.h ../hal/include/hal_gpio.h \
|
|
||||||
../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hal_delay.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hal_sleep.h \
|
|
||||||
../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_missing_features.h ../hal/include/hal_custom_logic.h \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/include/hal_ext_irq.h \
|
|
||||||
../hal/include/hpl_ext_irq.h ../hal/include/hal_evsys.h \
|
|
||||||
../hal/include/hpl_evsys.h ../hal/include/hal_pdec_async.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/include/hpl_pdec_async.h \
|
|
||||||
../hal/include/hal_spi_m_dma.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/include/hpl_spi_dma.h \
|
|
||||||
../hal/include/hpl_dma.h ../hpl/tc/tc_lite.h ../hal/include/hal_pwm.h \
|
|
||||||
../hal/include/hpl_pwm.h ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h \
|
|
||||||
../hal/include/hpl_timer.h
|
|
||||||
|
|
||||||
../atmel_start.h:
|
|
||||||
|
|
||||||
../driver_init.h:
|
|
||||||
|
|
||||||
../atmel_start_pins.h:
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_missing_features.h:
|
|
||||||
|
|
||||||
../hal/include/hal_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hpl/tc/tc_lite.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hpl/tcc/hpl_tcc.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_timer.h:
|
|
||||||
Binary file not shown.
@@ -1,607 +0,0 @@
|
|||||||
bldc.d bldc.o: .././bldc.c .././bldc.h .././arm_math.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\math.h \
|
|
||||||
.././atmel_start.h .././driver_init.h .././atmel_start_pins.h \
|
|
||||||
../hal/include/hal_gpio.h ../hal/include/hpl_gpio.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hal_delay.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hal_sleep.h \
|
|
||||||
../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_missing_features.h ../hal/include/hal_custom_logic.h \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/include/hal_ext_irq.h \
|
|
||||||
../hal/include/hpl_ext_irq.h ../hal/include/hal_evsys.h \
|
|
||||||
../hal/include/hpl_evsys.h ../hal/include/hal_pdec_async.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/include/hpl_pdec_async.h \
|
|
||||||
../hal/include/hal_spi_m_dma.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/include/hpl_spi_dma.h \
|
|
||||||
../hal/include/hpl_dma.h ../hpl/tc/tc_lite.h ../hal/include/hal_pwm.h \
|
|
||||||
../hal/include/hpl_pwm.h ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h \
|
|
||||||
../hal/include/hpl_timer.h .././control.h .././utilities.h \
|
|
||||||
.././motor_params.h .././statemachine.h
|
|
||||||
|
|
||||||
.././bldc.h:
|
|
||||||
|
|
||||||
.././arm_math.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\math.h:
|
|
||||||
|
|
||||||
.././atmel_start.h:
|
|
||||||
|
|
||||||
.././driver_init.h:
|
|
||||||
|
|
||||||
.././atmel_start_pins.h:
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_missing_features.h:
|
|
||||||
|
|
||||||
../hal/include/hal_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hpl/tc/tc_lite.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hpl/tcc/hpl_tcc.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_timer.h:
|
|
||||||
|
|
||||||
.././control.h:
|
|
||||||
|
|
||||||
.././utilities.h:
|
|
||||||
|
|
||||||
.././motor_params.h:
|
|
||||||
|
|
||||||
.././statemachine.h:
|
|
||||||
Binary file not shown.
@@ -1,559 +0,0 @@
|
|||||||
driver_init.d driver_init.o: .././driver_init.c .././driver_init.h \
|
|
||||||
.././atmel_start_pins.h ../hal/include/hal_gpio.h \
|
|
||||||
../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hal_delay.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hal_sleep.h \
|
|
||||||
../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_missing_features.h ../hal/include/hal_custom_logic.h \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/include/hal_ext_irq.h \
|
|
||||||
../hal/include/hpl_ext_irq.h ../hal/include/hal_evsys.h \
|
|
||||||
../hal/include/hpl_evsys.h ../hal/include/hal_pdec_async.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/include/hpl_pdec_async.h \
|
|
||||||
../hal/include/hal_spi_m_dma.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/include/hpl_spi_dma.h \
|
|
||||||
../hal/include/hpl_dma.h ../hpl/tc/tc_lite.h ../hal/include/hal_pwm.h \
|
|
||||||
../hal/include/hpl_pwm.h ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h \
|
|
||||||
../hal/include/hpl_timer.h ../Config/peripheral_clk_config.h \
|
|
||||||
../hpl/adc/hpl_adc_base.h ../hal/include/hpl_adc_async.h \
|
|
||||||
../hal/include/hpl_adc_sync.h
|
|
||||||
|
|
||||||
.././driver_init.h:
|
|
||||||
|
|
||||||
.././atmel_start_pins.h:
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_missing_features.h:
|
|
||||||
|
|
||||||
../hal/include/hal_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hpl/tc/tc_lite.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hpl/tcc/hpl_tcc.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_timer.h:
|
|
||||||
|
|
||||||
../Config/peripheral_clk_config.h:
|
|
||||||
|
|
||||||
../hpl/adc/hpl_adc_base.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_async.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
Binary file not shown.
@@ -1,620 +0,0 @@
|
|||||||
ethercat/ethercat_e54.d ethercat/ethercat_e54.o: \
|
|
||||||
../ethercat/ethercat_e54.c ../atmel_start.h ../driver_init.h \
|
|
||||||
../atmel_start_pins.h ../hal/include/hal_gpio.h \
|
|
||||||
../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hal_delay.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hal_sleep.h \
|
|
||||||
../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_missing_features.h ../hal/include/hal_custom_logic.h \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/include/hal_ext_irq.h \
|
|
||||||
../hal/include/hpl_ext_irq.h ../hal/include/hal_evsys.h \
|
|
||||||
../hal/include/hpl_evsys.h ../hal/include/hal_pdec_async.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/include/hpl_pdec_async.h \
|
|
||||||
../hal/include/hal_spi_m_dma.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/include/hpl_spi_dma.h \
|
|
||||||
../hal/include/hpl_dma.h ../hpl/tc/tc_lite.h ../hal/include/hal_pwm.h \
|
|
||||||
../hal/include/hpl_pwm.h ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h \
|
|
||||||
../hal/include/hpl_timer.h ../pins.h ../driver_init.h \
|
|
||||||
../ethercat/ethercat_e54.h ../ethercat/ethercat_slave_def.h ../bldc.h \
|
|
||||||
../arm_math.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\math.h \
|
|
||||||
../atmel_start.h ../control.h ../utilities.h ../motor_params.h \
|
|
||||||
../statemachine.h
|
|
||||||
|
|
||||||
../atmel_start.h:
|
|
||||||
|
|
||||||
../driver_init.h:
|
|
||||||
|
|
||||||
../atmel_start_pins.h:
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_missing_features.h:
|
|
||||||
|
|
||||||
../hal/include/hal_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hpl/tc/tc_lite.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hpl/tcc/hpl_tcc.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_timer.h:
|
|
||||||
|
|
||||||
../pins.h:
|
|
||||||
|
|
||||||
../driver_init.h:
|
|
||||||
|
|
||||||
../ethercat/ethercat_e54.h:
|
|
||||||
|
|
||||||
../ethercat/ethercat_slave_def.h:
|
|
||||||
|
|
||||||
../bldc.h:
|
|
||||||
|
|
||||||
../arm_math.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\math.h:
|
|
||||||
|
|
||||||
../atmel_start.h:
|
|
||||||
|
|
||||||
../control.h:
|
|
||||||
|
|
||||||
../utilities.h:
|
|
||||||
|
|
||||||
../motor_params.h:
|
|
||||||
|
|
||||||
../statemachine.h:
|
|
||||||
Binary file not shown.
@@ -1,552 +0,0 @@
|
|||||||
examples/driver_examples.d examples/driver_examples.o: \
|
|
||||||
../examples/driver_examples.c ../examples/driver_examples.h \
|
|
||||||
../driver_init.h ../atmel_start_pins.h ../hal/include/hal_gpio.h \
|
|
||||||
../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hal_delay.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_reset.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hal_sleep.h \
|
|
||||||
../hal/include/hal_adc_sync.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_missing_features.h ../hal/include/hal_custom_logic.h \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/include/hal_ext_irq.h \
|
|
||||||
../hal/include/hpl_ext_irq.h ../hal/include/hal_evsys.h \
|
|
||||||
../hal/include/hpl_evsys.h ../hal/include/hal_pdec_async.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/include/hpl_pdec_async.h \
|
|
||||||
../hal/include/hal_spi_m_dma.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/include/hpl_spi_dma.h \
|
|
||||||
../hal/include/hpl_dma.h ../hpl/tc/tc_lite.h ../hal/include/hal_pwm.h \
|
|
||||||
../hal/include/hpl_pwm.h ../hal/include/hpl_irq.h ../hpl/tcc/hpl_tcc.h \
|
|
||||||
../hal/include/hpl_timer.h
|
|
||||||
|
|
||||||
../examples/driver_examples.h:
|
|
||||||
|
|
||||||
../driver_init.h:
|
|
||||||
|
|
||||||
../atmel_start_pins.h:
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_missing_features.h:
|
|
||||||
|
|
||||||
../hal/include/hal_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hpl/tc/tc_lite.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pwm.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hpl/tcc/hpl_tcc.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_timer.h:
|
|
||||||
Binary file not shown.
@@ -1,455 +0,0 @@
|
|||||||
hal/src/hal_atomic.d hal/src/hal_atomic.o: ../hal/src/hal_atomic.c \
|
|
||||||
../hal/include/hal_atomic.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hri/hri_adc_e54.h ../hri/hri_aes_e54.h \
|
|
||||||
../hri/hri_can_e54.h ../hri/hri_ccl_e54.h ../hri/hri_cmcc_e54.h \
|
|
||||||
../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h ../hri/hri_dsu_e54.h \
|
|
||||||
../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h ../hri/hri_freqm_e54.h \
|
|
||||||
../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h ../hri/hri_hmatrixb_e54.h \
|
|
||||||
../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h ../hri/hri_mclk_e54.h \
|
|
||||||
../hri/hri_nvmctrl_e54.h ../hri/hri_osc32kctrl_e54.h \
|
|
||||||
../hri/hri_oscctrl_e54.h ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h \
|
|
||||||
../hri/hri_pdec_e54.h ../hri/hri_pm_e54.h ../hri/hri_port_e54.h \
|
|
||||||
../hri/hri_qspi_e54.h ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h \
|
|
||||||
../hri/hri_rtc_e54.h ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h \
|
|
||||||
../hri/hri_supc_e54.h ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h \
|
|
||||||
../hri/hri_trng_e54.h ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,458 +0,0 @@
|
|||||||
hal/src/hal_cache.d hal/src/hal_cache.o: ../hal/src/hal_cache.c \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_cmcc.h
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_cmcc.h:
|
|
||||||
Binary file not shown.
@@ -1,468 +0,0 @@
|
|||||||
hal/src/hal_delay.d hal/src/hal_delay.o: ../hal/src/hal_delay.c \
|
|
||||||
../hal/include/hpl_irq.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_reset.h \
|
|
||||||
../hal/include/hpl_sleep.h ../hal/include/hal_delay.h \
|
|
||||||
../hal/include/hpl_delay.h
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_reset.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hal_delay.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_delay.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hal/src/hal_evsys.d hal/src/hal_evsys.o: ../hal/src/hal_evsys.c \
|
|
||||||
../hal/include/hal_evsys.h ../hal/include/hpl_evsys.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/include/hal_evsys.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_evsys.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hal/src/hal_ext_irq.d hal/src/hal_ext_irq.o: ../hal/src/hal_ext_irq.c \
|
|
||||||
../hal/include/hal_ext_irq.h ../hal/include/hpl_ext_irq.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/include/hal_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,468 +0,0 @@
|
|||||||
hal/src/hal_gpio.d hal/src/hal_gpio.o: ../hal/src/hal_gpio.c \
|
|
||||||
../hal/include/hal_gpio.h ../hal/include/hpl_gpio.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h
|
|
||||||
|
|
||||||
../hal/include/hal_gpio.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hal/src/hal_init.d hal/src/hal_init.o: ../hal/src/hal_init.c \
|
|
||||||
../hal/include/hal_init.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/include/hal_init.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,460 +0,0 @@
|
|||||||
hal/src/hal_io.d hal/src/hal_io.o: ../hal/src/hal_io.c \
|
|
||||||
../hal/include/hal_io.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,469 +0,0 @@
|
|||||||
hal/src/hal_pdec_async.d hal/src/hal_pdec_async.o: \
|
|
||||||
../hal/src/hal_pdec_async.c ../hal/utils/include/utils_assert.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hal_pdec_async.h ../hal/utils/include/utils.h \
|
|
||||||
../hal/include/hpl_pdec_async.h
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hal_pdec_async.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_pdec_async.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hal/src/hal_sleep.d hal/src/hal_sleep.o: ../hal/src/hal_sleep.c \
|
|
||||||
../hal/include/hal_sleep.h ../hal/include/hpl_sleep.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/include/hal_sleep.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_sleep.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,478 +0,0 @@
|
|||||||
hal/src/hal_spi_m_dma.d hal/src/hal_spi_m_dma.o: \
|
|
||||||
../hal/src/hal_spi_m_dma.c ../hal/include/hal_atomic.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hri/hri_adc_e54.h ../hri/hri_aes_e54.h \
|
|
||||||
../hri/hri_can_e54.h ../hri/hri_ccl_e54.h ../hri/hri_cmcc_e54.h \
|
|
||||||
../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h ../hri/hri_dsu_e54.h \
|
|
||||||
../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h ../hri/hri_freqm_e54.h \
|
|
||||||
../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h ../hri/hri_hmatrixb_e54.h \
|
|
||||||
../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h ../hri/hri_mclk_e54.h \
|
|
||||||
../hri/hri_nvmctrl_e54.h ../hri/hri_osc32kctrl_e54.h \
|
|
||||||
../hri/hri_oscctrl_e54.h ../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h \
|
|
||||||
../hri/hri_pdec_e54.h ../hri/hri_pm_e54.h ../hri/hri_port_e54.h \
|
|
||||||
../hri/hri_qspi_e54.h ../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h \
|
|
||||||
../hri/hri_rtc_e54.h ../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h \
|
|
||||||
../hri/hri_supc_e54.h ../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h \
|
|
||||||
../hri/hri_trng_e54.h ../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hal_spi_m_dma.h \
|
|
||||||
../hal/include/hal_io.h ../hal/include/hpl_spi_m_dma.h \
|
|
||||||
../hal/include/hpl_spi.h ../hal/utils/include/utils.h \
|
|
||||||
../hal/include/hpl_spi_dma.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_dma.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hal_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hal_io.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_m_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_spi_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,459 +0,0 @@
|
|||||||
hal/utils/src/utils_assert.d hal/utils/src/utils_assert.o: \
|
|
||||||
../hal/utils/src/utils_assert.c ../hal/utils/include/utils_assert.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,508 +0,0 @@
|
|||||||
hal/utils/src/utils_event.d hal/utils/src/utils_event.o: \
|
|
||||||
../hal/utils/src/utils_event.c ../hal/utils/include/utils_event.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/utils/include/utils_list.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/utils/include/events.h \
|
|
||||||
../hal/utils/include/utils_assert.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h
|
|
||||||
|
|
||||||
../hal/utils/include/utils_event.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_list.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/utils/include/events.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hal/utils/src/utils_list.d hal/utils/src/utils_list.o: \
|
|
||||||
../hal/utils/src/utils_list.c ../hal/utils/include/utils_list.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../hal/utils/include/utils_list.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,98 +0,0 @@
|
|||||||
hal/utils/src/utils_syscalls.d hal/utils/src/utils_syscalls.o: \
|
|
||||||
../hal/utils/src/utils_syscalls.c \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdio.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdarg.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\endian.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_endian.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\select.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_sigset.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timeval.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\timespec.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timespec.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_pthreadtypes.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stdio.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stat.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\time.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\time.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdio.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdarg.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\endian.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_endian.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\select.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_sigset.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timeval.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\timespec.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_timespec.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_pthreadtypes.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stdio.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\stat.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\time.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\time.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h:
|
|
||||||
Binary file not shown.
@@ -1,481 +0,0 @@
|
|||||||
hpl/adc/hpl_adc.d hpl/adc/hpl_adc.o: ../hpl/adc/hpl_adc.c \
|
|
||||||
../hal/include/hpl_adc_async.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/include/hpl_adc_dma.h ../hal/include/hpl_adc_sync.h \
|
|
||||||
../hal/include/hpl_irq.h ../hal/utils/include/utils_assert.h \
|
|
||||||
../hal/utils/include/utils_repeat_macro.h \
|
|
||||||
../hal/utils/include/utils_increment_macro.h ../Config/hpl_adc_config.h
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_async.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_adc_sync.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_repeat_macro.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_increment_macro.h:
|
|
||||||
|
|
||||||
../Config/hpl_adc_config.h:
|
|
||||||
Binary file not shown.
@@ -1,466 +0,0 @@
|
|||||||
hpl/ccl/hpl_ccl.d hpl/ccl/hpl_ccl.o: ../hpl/ccl/hpl_ccl.c \
|
|
||||||
../hal/include/hpl_custom_logic.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../Config/hpl_ccl_config.h \
|
|
||||||
../hal/utils/include/utils_repeat_macro.h \
|
|
||||||
../hal/utils/include/utils_increment_macro.h
|
|
||||||
|
|
||||||
../hal/include/hpl_custom_logic.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../Config/hpl_ccl_config.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_repeat_macro.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_increment_macro.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hpl/cmcc/hpl_cmcc.d hpl/cmcc/hpl_cmcc.o: ../hpl/cmcc/hpl_cmcc.c \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_cmcc.h \
|
|
||||||
../Config/hpl_cmcc_config.h
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_cmcc.h:
|
|
||||||
|
|
||||||
../Config/hpl_cmcc_config.h:
|
|
||||||
Binary file not shown.
@@ -1,470 +0,0 @@
|
|||||||
hpl/core/hpl_core_m4.d hpl/core/hpl_core_m4.o: ../hpl/core/hpl_core_m4.c \
|
|
||||||
../hal/include/hpl_core.h ../hpl/core/hpl_core_port.h \
|
|
||||||
../Config/peripheral_clk_config.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../hal/include/hpl_core.h:
|
|
||||||
|
|
||||||
../hpl/core/hpl_core_port.h:
|
|
||||||
|
|
||||||
../Config/peripheral_clk_config.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,490 +0,0 @@
|
|||||||
hpl/core/hpl_init.d hpl/core/hpl_init.o: ../hpl/core/hpl_init.c \
|
|
||||||
../hal/include/hpl_gpio.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hpl/port/hpl_gpio_base.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../Config/hpl_port_config.h \
|
|
||||||
../hal/include/hpl_init.h ../hpl/gclk/hpl_gclk_base.h \
|
|
||||||
../Config/hpl_mclk_config.h ../Config/peripheral_clk_config.h \
|
|
||||||
../hal/include/hpl_dma.h ../hal/include/hpl_irq.h \
|
|
||||||
../Config/hpl_dmac_config.h ../Config/hpl_cmcc_config.h \
|
|
||||||
../hal/include/hal_cache.h ../hal/include/hpl_cmcc.h
|
|
||||||
|
|
||||||
../hal/include/hpl_gpio.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hpl/port/hpl_gpio_base.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../Config/hpl_port_config.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hpl/gclk/hpl_gclk_base.h:
|
|
||||||
|
|
||||||
../Config/hpl_mclk_config.h:
|
|
||||||
|
|
||||||
../Config/peripheral_clk_config.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../Config/hpl_dmac_config.h:
|
|
||||||
|
|
||||||
../Config/hpl_cmcc_config.h:
|
|
||||||
|
|
||||||
../hal/include/hal_cache.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_cmcc.h:
|
|
||||||
Binary file not shown.
@@ -1,473 +0,0 @@
|
|||||||
hpl/dmac/hpl_dmac.d hpl/dmac/hpl_dmac.o: ../hpl/dmac/hpl_dmac.c \
|
|
||||||
../hal/include/hpl_dma.h ../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/include/hpl_irq.h \
|
|
||||||
../hal/utils/include/utils_assert.h ../hal/utils/include/utils.h \
|
|
||||||
../Config/hpl_dmac_config.h ../hal/utils/include/utils_repeat_macro.h \
|
|
||||||
../hal/utils/include/utils_increment_macro.h
|
|
||||||
|
|
||||||
../hal/include/hpl_dma.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_irq.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../Config/hpl_dmac_config.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_repeat_macro.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_increment_macro.h:
|
|
||||||
Binary file not shown.
@@ -1,505 +0,0 @@
|
|||||||
hpl/eic/hpl_eic.d hpl/eic/hpl_eic.o: ../hpl/eic/hpl_eic.c \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../Config/hpl_eic_config.h \
|
|
||||||
../hal/include/hpl_ext_irq.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h \
|
|
||||||
../hal/utils/include/utils.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../Config/hpl_eic_config.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_ext_irq.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\string.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\newlib.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\config.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\ieeefp.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\reent.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_ansi.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\lock.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\cdefs.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\xlocale.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\string.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,470 +0,0 @@
|
|||||||
hpl/evsys/hpl_evsys.d hpl/evsys/hpl_evsys.o: ../hpl/evsys/hpl_evsys.c \
|
|
||||||
../Config/hpl_evsys_config.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h \
|
|
||||||
../hal/utils/include/utils_repeat_macro.h \
|
|
||||||
../hal/utils/include/utils_increment_macro.h \
|
|
||||||
../hal/utils/include/err_codes.h
|
|
||||||
|
|
||||||
../Config/hpl_evsys_config.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_repeat_macro.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_increment_macro.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
Binary file not shown.
@@ -1,463 +0,0 @@
|
|||||||
hpl/gclk/hpl_gclk.d hpl/gclk/hpl_gclk.o: ../hpl/gclk/hpl_gclk.c \
|
|
||||||
../Config/hpl_gclk_config.h ../hal/include/hpl_init.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../hal/utils/include/utils_assert.h
|
|
||||||
|
|
||||||
../Config/hpl_gclk_config.h:
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../hal/utils/include/utils_assert.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hpl/mclk/hpl_mclk.d hpl/mclk/hpl_mclk.o: ../hpl/mclk/hpl_mclk.c \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../Config/hpl_mclk_config.h \
|
|
||||||
../Config/peripheral_clk_config.h
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../Config/hpl_mclk_config.h:
|
|
||||||
|
|
||||||
../Config/peripheral_clk_config.h:
|
|
||||||
Binary file not shown.
@@ -1,461 +0,0 @@
|
|||||||
hpl/osc32kctrl/hpl_osc32kctrl.d hpl/osc32kctrl/hpl_osc32kctrl.o: \
|
|
||||||
../hpl/osc32kctrl/hpl_osc32kctrl.c ../hal/include/hpl_init.h \
|
|
||||||
../hal/utils/include/compiler.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h \
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h \
|
|
||||||
../hal/utils/include/parts.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h \
|
|
||||||
../hri/hri_e54.h \
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h \
|
|
||||||
../hri/hri_ac_e54.h ../hal/include/hal_atomic.h ../hri/hri_adc_e54.h \
|
|
||||||
../hri/hri_aes_e54.h ../hri/hri_can_e54.h ../hri/hri_ccl_e54.h \
|
|
||||||
../hri/hri_cmcc_e54.h ../hri/hri_dac_e54.h ../hri/hri_dmac_e54.h \
|
|
||||||
../hri/hri_dsu_e54.h ../hri/hri_eic_e54.h ../hri/hri_evsys_e54.h \
|
|
||||||
../hri/hri_freqm_e54.h ../hri/hri_gclk_e54.h ../hri/hri_gmac_e54.h \
|
|
||||||
../hri/hri_hmatrixb_e54.h ../hri/hri_i2s_e54.h ../hri/hri_icm_e54.h \
|
|
||||||
../hri/hri_mclk_e54.h ../hri/hri_nvmctrl_e54.h \
|
|
||||||
../hri/hri_osc32kctrl_e54.h ../hri/hri_oscctrl_e54.h \
|
|
||||||
../hri/hri_pac_e54.h ../hri/hri_pcc_e54.h ../hri/hri_pdec_e54.h \
|
|
||||||
../hri/hri_pm_e54.h ../hri/hri_port_e54.h ../hri/hri_qspi_e54.h \
|
|
||||||
../hri/hri_ramecc_e54.h ../hri/hri_rstc_e54.h ../hri/hri_rtc_e54.h \
|
|
||||||
../hri/hri_sdhc_e54.h ../hri/hri_sercom_e54.h ../hri/hri_supc_e54.h \
|
|
||||||
../hri/hri_tc_e54.h ../hri/hri_tcc_e54.h ../hri/hri_trng_e54.h \
|
|
||||||
../hri/hri_usb_e54.h ../hri/hri_wdt_e54.h \
|
|
||||||
../hal/utils/include/err_codes.h ../Config/hpl_osc32kctrl_config.h
|
|
||||||
|
|
||||||
../hal/include/hpl_init.h:
|
|
||||||
|
|
||||||
../hal/utils/include/compiler.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stddef.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\machine\_default_types.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\features.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\_newlib_version.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_intsup.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\arm-none-eabi\include\sys\_stdint.h:
|
|
||||||
|
|
||||||
c:\program\ files\ (x86)\atmel\studio\7.0\toolchain\arm\arm-gnu-toolchain\lib\gcc\arm-none-eabi\6.3.1\include\stdbool.h:
|
|
||||||
|
|
||||||
../hal/utils/include/parts.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/same54p20a.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/core_cm4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_version.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_compiler.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/cmsis_gcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\arm\CMSIS\5.4.0\CMSIS\Core\Include/mpu_armv7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/system_same54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/adc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/can.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/hmatrixb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sdhc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/sercom.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/tcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/component/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/adc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/aes.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/can1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ccl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/cmcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/dsu.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/eic.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/evsys.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/freqm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/gmac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/hmatrix.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/icm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/i2s.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/mclk.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/nvmctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/oscctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/osc32kctrl.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pac.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pdec.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pm.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/port.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/pukcc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/qspi.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/ramecc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rstc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/rtc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sdhc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/sercom7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/supc.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc5.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc6.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tc7.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc0.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc1.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc2.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc3.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/tcc4.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/trng.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/usb.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/instance/wdt.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/pio/same54p20a.h:
|
|
||||||
|
|
||||||
../hri/hri_e54.h:
|
|
||||||
|
|
||||||
C:\Program\ Files\ (x86)\Atmel\Studio\7.0\Packs\atmel\SAME54_DFP\1.1.134\include/sam.h:
|
|
||||||
|
|
||||||
../hri/hri_ac_e54.h:
|
|
||||||
|
|
||||||
../hal/include/hal_atomic.h:
|
|
||||||
|
|
||||||
../hri/hri_adc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_aes_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_can_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ccl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_cmcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_dsu_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_eic_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_evsys_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_freqm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_gmac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_hmatrixb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_i2s_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_icm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_mclk_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_nvmctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_osc32kctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_oscctrl_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pac_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pdec_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_pm_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_port_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_qspi_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_ramecc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rstc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_rtc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sdhc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_sercom_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_supc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_tcc_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_trng_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_usb_e54.h:
|
|
||||||
|
|
||||||
../hri/hri_wdt_e54.h:
|
|
||||||
|
|
||||||
../hal/utils/include/err_codes.h:
|
|
||||||
|
|
||||||
../Config/hpl_osc32kctrl_config.h:
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user