Skip to content

Commit 7a4b334

Browse files
author
modm update bot
committed
Update SAMV70 headers to v3.0.159
1 parent a5aa686 commit 7a4b334

File tree

208 files changed

+1320
-1810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+1320
-1810
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here is the list of the current device header version and release date:
1919
- [SAMG: v2.1.97 created 26-September-2017](http://packs.download.atmel.com/Atmel.SAMG_DFP.2.1.97.atpack)
2020
- [SAME70: v3.0.198 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAME70_DFP.3.0.198.atpack)
2121
- [SAMS70: v3.0.165 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAMS70_DFP.3.0.165.atpack)
22-
- [SAMV70: v2.4.130 created 18-February-2019](http://packs.download.atmel.com/Atmel.SAMV70_DFP.2.4.130.atpack)
22+
- [SAMV70: v3.0.159 created 11-July-2022](http://packs.download.atmel.com/Atmel.SAMV70_DFP.3.0.159.atpack)
2323
- [SAMV71: v2.4.182 created 31-January-2019](http://packs.download.atmel.com/Atmel.SAMV71_DFP.2.4.182.atpack)
2424

2525
## License

samv70/include/component-version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component version header file
55
*
6-
* Copyright (c) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
6+
* Copyright (c) 2022 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -28,27 +28,27 @@
2828
#ifndef _COMPONENT_VERSION_H_INCLUDED
2929
#define _COMPONENT_VERSION_H_INCLUDED
3030

31-
#define COMPONENT_VERSION_MAJOR 2
32-
#define COMPONENT_VERSION_MINOR 4
31+
#define COMPONENT_VERSION_MAJOR 3
32+
#define COMPONENT_VERSION_MINOR 0
3333

3434
//
3535
// The COMPONENT_VERSION define is composed of the major and the minor version number.
3636
//
3737
// The last four digits of the COMPONENT_VERSION is the minor version with leading zeros.
3838
// The rest of the COMPONENT_VERSION is the major version.
3939
//
40-
#define COMPONENT_VERSION 20004
40+
#define COMPONENT_VERSION 30000
4141

4242
//
4343
// The build number does not refer to the component, but to the build number
4444
// of the device pack that provides the component.
4545
//
46-
#define BUILD_NUMBER 130
46+
#define BUILD_NUMBER 159
4747

4848
//
4949
// The COMPONENT_VERSION_STRING is a string (enclosed in ") that can be used for logging or embedding.
5050
//
51-
#define COMPONENT_VERSION_STRING "2.4"
51+
#define COMPONENT_VERSION_STRING "3.0"
5252

5353
//
5454
// The COMPONENT_DATE_STRING contains a timestamp of when the pack was generated.
@@ -58,7 +58,7 @@
5858
// "%Y-%m-%d %H:%M:%S"
5959
//
6060
//
61-
#define COMPONENT_DATE_STRING "2019-02-18 11:35:41"
61+
#define COMPONENT_DATE_STRING "2022-07-11 10:42:10"
6262

6363
#endif/* #ifndef _COMPONENT_VERSION_H_INCLUDED */
6464

samv70/include/component/acc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ACC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_ACC_COMPONENT_H_
3333
#define _SAMV70_ACC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Analog Comparator Controller
35+
/** \addtogroup SAMV70_ACC Analog Comparator Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/aes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for AES
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_AES_COMPONENT_H_
3333
#define _SAMV70_AES_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Advanced Encryption Standard
35+
/** \addtogroup SAMV70_AES Advanced Encryption Standard
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/afec.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for AFEC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_AFEC_COMPONENT_H_
3333
#define _SAMV70_AFEC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Analog Front-End Controller
35+
/** \addtogroup SAMV70_AFEC Analog Front-End Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/chipid.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for CHIPID
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_CHIPID_COMPONENT_H_
3333
#define _SAMV70_CHIPID_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Chip Identifier
35+
/** \addtogroup SAMV70_CHIPID Chip Identifier
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/dacc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for DACC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_DACC_COMPONENT_H_
3333
#define _SAMV70_DACC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Digital-to-Analog Converter Controller
35+
/** \addtogroup SAMV70_DACC Digital-to-Analog Converter Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/efc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for EFC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_EFC_COMPONENT_H_
3333
#define _SAMV70_EFC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Embedded Flash Controller
35+
/** \addtogroup SAMV70_EFC Embedded Flash Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/gpbr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for GPBR
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_GPBR_COMPONENT_H_
3333
#define _SAMV70_GPBR_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 General Purpose Backup Registers
35+
/** \addtogroup SAMV70_GPBR General Purpose Backup Registers
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/hsmci.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for HSMCI
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_HSMCI_COMPONENT_H_
3333
#define _SAMV70_HSMCI_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 High Speed MultiMedia Card Interface
35+
/** \addtogroup SAMV70_HSMCI High Speed MultiMedia Card Interface
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/icm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ICM
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_ICM_COMPONENT_H_
3333
#define _SAMV70_ICM_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Integrity Check Monitor
35+
/** \addtogroup SAMV70_ICM Integrity Check Monitor
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/isi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for ISI
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_ISI_COMPONENT_H_
3333
#define _SAMV70_ISI_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Image Sensor Interface
35+
/** \addtogroup SAMV70_ISI Image Sensor Interface
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/matrix.h

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MATRIX
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_MATRIX_COMPONENT_H_
3333
#define _SAMV70_MATRIX_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 AHB Bus Matrix
35+
/** \addtogroup SAMV70_MATRIX AHB Bus Matrix
3636
* @{
3737
*/
3838
/* ========================================================================== */
@@ -362,11 +362,10 @@ typedef union {
362362
uint32_t SMC_NFCS1:1; /**< bit: 1 SMC NAND Flash Chip Select 1 Assignment */
363363
uint32_t SMC_NFCS2:1; /**< bit: 2 SMC NAND Flash Chip Select 2 Assignment */
364364
uint32_t SMC_NFCS3:1; /**< bit: 3 SMC NAND Flash Chip Select 3 Assignment */
365-
uint32_t SDRAMEN:1; /**< bit: 4 SDRAM Enable */
366-
uint32_t :27; /**< bit: 5..31 Reserved */
365+
uint32_t :28; /**< bit: 4..31 Reserved */
367366
} bit; /**< Structure used for bit access */
368367
struct {
369-
uint32_t SMC_NFCS:4; /**< bit: 0..3 SMC NAND Flash Chip Select x Assignment */
368+
uint32_t SMC_NFCS:4; /**< bit: 0..3 SMC NAND Flash Chip Select 3 Assignment */
370369
uint32_t :28; /**< bit: 4..31 Reserved */
371370
} vec; /**< Structure used for vec access */
372371
uint32_t reg; /**< Type used for register access */
@@ -388,13 +387,10 @@ typedef union {
388387
#define CCFG_SMCNFCS_SMC_NFCS3_Pos 3 /**< (CCFG_SMCNFCS) SMC NAND Flash Chip Select 3 Assignment Position */
389388
#define CCFG_SMCNFCS_SMC_NFCS3_Msk (_U_(0x1) << CCFG_SMCNFCS_SMC_NFCS3_Pos) /**< (CCFG_SMCNFCS) SMC NAND Flash Chip Select 3 Assignment Mask */
390389
#define CCFG_SMCNFCS_SMC_NFCS3 CCFG_SMCNFCS_SMC_NFCS3_Msk /**< \deprecated Old style mask definition for 1 bit bitfield. Use CCFG_SMCNFCS_SMC_NFCS3_Msk instead */
391-
#define CCFG_SMCNFCS_SDRAMEN_Pos 4 /**< (CCFG_SMCNFCS) SDRAM Enable Position */
392-
#define CCFG_SMCNFCS_SDRAMEN_Msk (_U_(0x1) << CCFG_SMCNFCS_SDRAMEN_Pos) /**< (CCFG_SMCNFCS) SDRAM Enable Mask */
393-
#define CCFG_SMCNFCS_SDRAMEN CCFG_SMCNFCS_SDRAMEN_Msk /**< \deprecated Old style mask definition for 1 bit bitfield. Use CCFG_SMCNFCS_SDRAMEN_Msk instead */
394-
#define CCFG_SMCNFCS_MASK _U_(0x1F) /**< \deprecated (CCFG_SMCNFCS) Register MASK (Use CCFG_SMCNFCS_Msk instead) */
395-
#define CCFG_SMCNFCS_Msk _U_(0x1F) /**< (CCFG_SMCNFCS) Register Mask */
390+
#define CCFG_SMCNFCS_MASK _U_(0x0F) /**< \deprecated (CCFG_SMCNFCS) Register MASK (Use CCFG_SMCNFCS_Msk instead) */
391+
#define CCFG_SMCNFCS_Msk _U_(0x0F) /**< (CCFG_SMCNFCS) Register Mask */
396392

397-
#define CCFG_SMCNFCS_SMC_NFCS_Pos 0 /**< (CCFG_SMCNFCS Position) SMC NAND Flash Chip Select x Assignment */
393+
#define CCFG_SMCNFCS_SMC_NFCS_Pos 0 /**< (CCFG_SMCNFCS Position) SMC NAND Flash Chip Select 3 Assignment */
398394
#define CCFG_SMCNFCS_SMC_NFCS_Msk (_U_(0xF) << CCFG_SMCNFCS_SMC_NFCS_Pos) /**< (CCFG_SMCNFCS Mask) SMC_NFCS */
399395
#define CCFG_SMCNFCS_SMC_NFCS(value) (CCFG_SMCNFCS_SMC_NFCS_Msk & ((value) << CCFG_SMCNFCS_SMC_NFCS_Pos))
400396

samv70/include/component/mcan.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MCAN
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_MCAN_COMPONENT_H_
3333
#define _SAMV70_MCAN_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Controller Area Network
35+
/** \addtogroup SAMV70_MCAN Controller Area Network
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/mlb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for MLB
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_MLB_COMPONENT_H_
3333
#define _SAMV70_MLB_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Media LB
35+
/** \addtogroup SAMV70_MLB Media LB
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/pio.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PIO
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_PIO_COMPONENT_H_
3333
#define _SAMV70_PIO_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Parallel Input/Output Controller
35+
/** \addtogroup SAMV70_PIO Parallel Input/Output Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/pmc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PMC
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_PMC_COMPONENT_H_
3333
#define _SAMV70_PMC_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Power Management Controller
35+
/** \addtogroup SAMV70_PMC Power Management Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/pwm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for PWM
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_PWM_COMPONENT_H_
3333
#define _SAMV70_PWM_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Pulse Width Modulation Controller
35+
/** \addtogroup SAMV70_PWM Pulse Width Modulation Controller
3636
* @{
3737
*/
3838
/* ========================================================================== */

samv70/include/component/qspi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* \brief Component description for QSPI
55
*
6-
* Copyright (c) 2019 Microchip Technology Inc.
6+
* Copyright (c) 2022 Microchip Technology Inc.
77
*
88
* \license_start
99
*
@@ -32,7 +32,7 @@
3232
#define _SAMV70_QSPI_COMPONENT_H_
3333
#define _SAMV70_QSPI_COMPONENT_ /**< \deprecated Backward compatibility for ASF */
3434

35-
/** \addtogroup SAMV_SAMV70 Quad Serial Peripheral Interface
35+
/** \addtogroup SAMV70_QSPI Quad Serial Peripheral Interface
3636
* @{
3737
*/
3838
/* ========================================================================== */

0 commit comments

Comments
 (0)