mirror of https://github.com/ARMmbed/mbed-os.git
Update psoc6pdl to 2.2.0.7891
parent
85c0e45313
commit
f489d579b0
|
@ -1,7 +1,7 @@
|
|||
# PSoC 6 Peripheral Driver Library
|
||||
# MTB CAT1A Peripheral Driver Library
|
||||
|
||||
### Overview
|
||||
The Cypress PDL simplifies software development for PSoC 6 family of devices.
|
||||
The Cypress PDL simplifies software development for PSoC 6 (or CAT1A) family of devices.
|
||||
The PDL integrates device header files, startup code, and
|
||||
peripheral drivers into a single package. The drivers abstract the hardware functions into a set of
|
||||
easy-to-use APIs. These are fully documented in the [PDL API Reference Manual](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/index.html).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# PSoC 6 Peripheral Driver Library v2.0.0
|
||||
# MTB CAT1A Peripheral Driver Library v2.2.0
|
||||
|
||||
Please refer to the [README.md](./README.md) and the
|
||||
[PDL API Reference Manual](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/index.html)
|
||||
|
@ -8,67 +8,33 @@ Some restrictions apply to the PSoC 64 devices configuration. Please refer to [P
|
|||
|
||||
## New Features
|
||||
|
||||
* MISRA-C compliance for the PDL has been upgraded to MISRA-C:2012.
|
||||
* Added support for new silicon revision of CY8C61x4 and CY8C62x4 devices.
|
||||
* Added RTOS friendly delay APIs in SYSLIB driver.
|
||||
* Enhanced SYSPM driver to manage the backup domain reset in a better manner and to store/restore the WCO trim value.
|
||||
|
||||
## Updated Personalities
|
||||
|
||||
* SYSANALOG - Added PASSv2 support.
|
||||
* CTB - Added PASSv2 support
|
||||
* CSD - Updated Operation Clock Divider default value. Fixed CapSense Configurator launch command parameters.
|
||||
* CTDAC - Added PASSv2 support.
|
||||
* PDM PCM - Updated High Pass Filter Gain default value.
|
||||
* TCPWM - Added support for CY8C61x4 and CY8C62x4 devices.
|
||||
* SAR - Added PASSv2 support
|
||||
* SEGLCD - Fixed SegLCD Configurator launch command parameters
|
||||
* SMARTIO - Fixed Smart I/O Configurator launch command parameters
|
||||
* UART - Fixed DRC fractional divider value calculation
|
||||
* POWER - Allow deep sleep latency upto 1000 milliseconds
|
||||
* SAR - Bug fix/Code enhancement.
|
||||
* SYSCLK - Fixed compiler warning.
|
||||
* SYSPM - Minor bug fix.
|
||||
* TCPWM - Minor bug fix.
|
||||
|
||||
## Added Drivers
|
||||
|
||||
## Updated Drivers
|
||||
|
||||
* [BLECLK 3.60](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__ble__clk.html)
|
||||
* [CANFD 1.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__canfd.html)
|
||||
* [CRYPTO 2.40](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__crypto.html)
|
||||
* [CTB 2.0](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__ctb.html)
|
||||
* [DMA 2.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__dma.html)
|
||||
* [DMAC 1.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__dmac.html)
|
||||
* [FLASH 3.50](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__flash.html)
|
||||
* [GPIO 1.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__gpio.html)
|
||||
* [I2S 2.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__i2s.html)
|
||||
* [IPC 1.50](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__ipc.html)
|
||||
* [LPCOMP 1.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__lpcomp.html)
|
||||
* [LVD 1.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__lvd.html)
|
||||
* [MCWDT 1.40](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__mcwdt.html)
|
||||
* [PDMPCM 2.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__pdm__pcm.html)
|
||||
* [PRA 2.10](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__pra.html)
|
||||
* [PROFILE 1.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__energy__profiler.html)
|
||||
* [PROT 1.50](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__prot.html)
|
||||
* [RTC 2.40](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__rtc.html)
|
||||
* [SAR 2.0](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sar.html)
|
||||
* [SCB 2.60](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__scb.html)
|
||||
* [SDHOST 1.60](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sd__host.html)
|
||||
* [SEGLCD 1.10](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__seglcd.html)
|
||||
* [SMIF 2.0](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__smif.html)
|
||||
* [SYSANALOG 2.0](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sysanalog.html)
|
||||
* [SYSCLK 3.0](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sysclk.html)
|
||||
* [SYSINT 1.50](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sysint.html)
|
||||
* [SYSLIB 2.70](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__syslib.html)
|
||||
* [SYSPM 5.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__syspm.html)
|
||||
* [SYSTICK 1.30](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__arm__system__timer.html)
|
||||
* [TCPWM 1.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__tcpwm.html)
|
||||
* [GPIO 1.50](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__gpio.html)
|
||||
* [SCB 2.80](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__scb.html)
|
||||
* [SDHOST 1.80](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sd__host.html)
|
||||
* [SMIF 2.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__smif.html)
|
||||
* [SYSCLK 3.20](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sysclk.html)
|
||||
* [SYSLIB 2.90](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__syslib.html)
|
||||
|
||||
### Drivers with patch version updates
|
||||
|
||||
Minor documentation changes:
|
||||
* [CSD 1.10.2](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__csd.html)
|
||||
* [CTDAC 2.0.2](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__ctdac.html)
|
||||
* [EFUSE 1.10.4](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__efuse.html)
|
||||
* [SMARTIO 1.0.2](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__smartio.html)
|
||||
* [TRIGMUX 1.20.3](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__trigmux.html)
|
||||
* [USBFS 2.20.2](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__usbfs__dev__drv.html)
|
||||
* [WDT 1.30.1](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__wdt.html)
|
||||
* [MCWDT 1.50.1](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__mcwdt.html)
|
||||
* [SAR 2.0.1](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/group__group__sar.html)
|
||||
|
||||
### Obsoleted part numbers
|
||||
|
||||
|
@ -90,11 +56,13 @@ Below is a list of PSoC 6 part numbers obsoleted in psoc6pdl release-v1.6.0, wit
|
|||
| CY8C624ALQI-D42 | N/A |
|
||||
|
||||
## Known Issues
|
||||
* On soft reset, user need to reset back up domain using Cy_SysLib_ResetBackupDomain() to receive Cy_RTC_CenturyInterrupt() callback on Century roll over.
|
||||
* On building with tools 2.2, user get warning related to the older version of tools used. To avoid this warning, user is advised to migrate to newer tools version or keep working with previous version of this library. The warning generated is as follows:
|
||||
* _#warning "(Library) The referenced 'device support library' contains newer content than is supported. Either downgrade the version of the 'device support library' referenced or upgrade the version of tools being used_
|
||||
|
||||
|
||||
## Defect Fixes
|
||||
|
||||
A non-blocking flash write initiated by the Cortex-M4 application failed to complete because the Cortex-M0+ CPU is in deep sleep mode. The issue is fixed in the PSoC 6 Cortex M0+ prebuilt image (psoc6cm0p). Update existing applications to use this new image. Please refer to the Changelog section of the SysPm driver for more details.
|
||||
|
||||
See the Changelog section of each Driver in the [PDL API Reference](https://cypresssemiconductorco.github.io/mtb-pdl-cat1/pdl_api_reference_manual/html/modules.html) for all fixes and updates.
|
||||
|
||||
## Supported Software and Tools
|
||||
|
@ -123,4 +91,4 @@ This version of PDL was validated for compatibility with the following Software
|
|||
* [Cypress Semiconductor](http://www.cypress.com)
|
||||
|
||||
---
|
||||
© Cypress Semiconductor Corporation, 2020.
|
||||
© Cypress Semiconductor Corporation, 2021.
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h675.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h675.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C4588AZI-H675 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAFD110EUL
|
||||
#define CY_SILICON_ID 0xEAFD120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h676.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h676.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C4588AZI-H676 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAFC110EUL
|
||||
#define CY_SILICON_ID 0xEAFC120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h685.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h685.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C4588AZI-H685 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAFF110EUL
|
||||
#define CY_SILICON_ID 0xEAFF120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h686.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c4588azi_h686.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C4588AZI-H686 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAFE110EUL
|
||||
#define CY_SILICON_ID 0xEAFE120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6016bzi_f04.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6016bzi_f04.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6016BZI-F04 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6036bzi_f04.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6036bzi_f04.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6036BZI-F04 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6116bzi_f54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6116bzi_f54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6116BZI-F54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117bzi_f34.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117bzi_f34.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6117BZI-F34 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117fdi_f02.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117fdi_f02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6117FDI-F02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117wi_f34.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6117wi_f34.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6117WI-F34 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136bzi_f14.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136bzi_f14.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6136BZI-F14 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136bzi_f34.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136bzi_f34.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6136BZI-F34 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136fdi_f42.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136fdi_f42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6136FDI-F42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136fti_f42.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6136fti_f42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6136FTI-F42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f14.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f14.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6137BZI-F14 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f34.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f34.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6137BZI-F34 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137bzi_f54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6137BZI-F54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137fdi_f02.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137fdi_f02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6137FDI-F02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137wi_f54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6137wi_f54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6137WI-F54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f12.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f12.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -272,7 +272,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -306,7 +306,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAD2110EUL
|
||||
#define CY_SILICON_ID 0xEAD2120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -594,6 +594,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f62.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f62.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -272,7 +272,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -306,7 +306,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAD0110EUL
|
||||
#define CY_SILICON_ID 0xEAD0120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -594,6 +594,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f82.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f82.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F82 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -312,7 +312,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACD110EUL
|
||||
#define CY_SILICON_ID 0xEACD120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -600,6 +600,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f83.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f83.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F83 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -312,7 +312,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACF110EUL
|
||||
#define CY_SILICON_ID 0xEACF120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -600,6 +600,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f92.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f92.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F92 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -312,7 +312,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACA110EUL
|
||||
#define CY_SILICON_ID 0xEACA120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -600,6 +600,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f93.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144azi_s4f93.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144AZI-S4F93 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -312,7 +312,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACC110EUL
|
||||
#define CY_SILICON_ID 0xEACC120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -600,6 +600,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f12.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f12.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144LQI-S4F12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -272,7 +272,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -309,7 +309,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAD3110EUL
|
||||
#define CY_SILICON_ID 0xEAD3120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -597,6 +597,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f62.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f62.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144LQI-S4F62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -272,7 +272,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -309,7 +309,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAD1110EUL
|
||||
#define CY_SILICON_ID 0xEAD1120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -597,6 +597,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f82.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f82.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144LQI-S4F82 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -315,7 +315,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACE110EUL
|
||||
#define CY_SILICON_ID 0xEACE120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -603,6 +603,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f92.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6144lqi_s4f92.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6144LQI-S4F92 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -315,7 +315,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEACB110EUL
|
||||
#define CY_SILICON_ID 0xEACB120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -603,6 +603,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f02.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145AZI-S3F02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f12.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f12.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145AZI-S3F12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f42.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145AZI-S3F42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -589,6 +589,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f62.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f62.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145AZI-S3F62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f72.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145azi_s3f72.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145AZI-S3F72 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -589,6 +589,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f11.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f11.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145FNI-S3F11 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -583,6 +583,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f41.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f41.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145FNI-S3F41 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f71.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145fni_s3f71.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145FNI-S3F71 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f02.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145LQI-S3F02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f12.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f12.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145LQI-S3F12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f42.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145LQI-S3F42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -589,6 +589,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f62.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f62.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145LQI-S3F62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -586,6 +586,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f72.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6145lqi_s3f72.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6145LQI-S3F72 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -589,6 +589,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148azi_s2f44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148azi_s2f44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6148AZI-S2F44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148bzi_s2f44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148bzi_s2f44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6148BZI-S2F44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148fni_s2f43.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6148fni_s2f43.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6148FNI-S2F43 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f04.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f04.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614AAZI-S2F04 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -622,9 +622,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f14.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f14.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614AAZI-S2F14 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -622,9 +622,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614aazi_s2f44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614AAZI-S2F44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614abzi_s2f04.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614abzi_s2f04.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614ABZI-S2F04 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -622,9 +622,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614abzi_s2f44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614abzi_s2f44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614ABZI-S2F44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614afni_s2f03.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614afni_s2f03.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614AFNI-S2F03 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -622,9 +622,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614afni_s2f43.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c614afni_s2f43.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C614AFNI-S2F43 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.225
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -625,9 +625,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d12.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d12.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -475,7 +475,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -509,7 +509,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC8110EUL
|
||||
#define CY_SILICON_ID 0xEAC8120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -797,6 +797,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d62.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d62.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -475,7 +475,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -509,7 +509,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC6110EUL
|
||||
#define CY_SILICON_ID 0xEAC6120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -797,6 +797,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d82.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d82.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D82 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -515,7 +515,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC3110EUL
|
||||
#define CY_SILICON_ID 0xEAC3120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -803,6 +803,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d83.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d83.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D83 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -515,7 +515,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC5110EUL
|
||||
#define CY_SILICON_ID 0xEAC5120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -803,6 +803,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d92.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d92.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D92 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -515,7 +515,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_64_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC0110EUL
|
||||
#define CY_SILICON_ID 0xEAC0120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -803,6 +803,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d93.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244azi_s4d93.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244AZI-S4D93 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -515,7 +515,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_80_tqfp.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC2110EUL
|
||||
#define CY_SILICON_ID 0xEAC2120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -803,6 +803,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d12.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d12.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244LQI-S4D12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -475,7 +475,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC9110EUL
|
||||
#define CY_SILICON_ID 0xEAC9120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d62.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d62.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244LQI-S4D62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.457
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -475,7 +475,7 @@ typedef enum {
|
|||
#define CY_IP_MXS40PASS_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_SAR 1u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 2u
|
||||
#define CY_IP_MXS40PASS_SAR_INSTANCES 1u
|
||||
#define CY_IP_MXS40PASS_SAR_VERSION 2u
|
||||
#define CY_IP_MXS40PASS_CTDAC 1u
|
||||
#define CY_IP_MXS40PASS_CTDAC_INSTANCES 1u
|
||||
|
@ -512,7 +512,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC7110EUL
|
||||
#define CY_SILICON_ID 0xEAC7120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -800,6 +800,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d82.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d82.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244LQI-S4D82 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -518,7 +518,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC4110EUL
|
||||
#define CY_SILICON_ID 0xEAC4120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -806,6 +806,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d92.h
Normal file → Executable file
7
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6244lqi_s4d92.h
Normal file → Executable file
|
@ -5,11 +5,11 @@
|
|||
* CY8C6244LQI-S4D92 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.275
|
||||
* Generator version: 1.6.0.453
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
* Copyright 2016-2020 Cypress Semiconductor Corporation
|
||||
* Copyright 2016-2021 Cypress Semiconductor Corporation
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
@ -518,7 +518,7 @@ typedef enum {
|
|||
#include "gpio_psoc6_04_68_qfn.h"
|
||||
|
||||
#define CY_DEVICE_PSOC6A256K
|
||||
#define CY_SILICON_ID 0xEAC1110EUL
|
||||
#define CY_SILICON_ID 0xEAC1120EUL
|
||||
#define CY_HF_CLK_MAX_FREQ 150000000UL
|
||||
|
||||
#define CPUSS_FLASHC_PA_SIZE_LOG2 0x7UL
|
||||
|
@ -806,6 +806,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d02.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245AZI-S3D02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d12.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d12.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245AZI-S3D12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d42.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245AZI-S3D42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -789,6 +789,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d62.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d62.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245AZI-S3D62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d72.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245azi_s3d72.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245AZI-S3D72 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -789,6 +789,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d11.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d11.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245FNI-S3D11 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -783,6 +783,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d41.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d41.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245FNI-S3D41 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d71.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245fni_s3d71.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245FNI-S3D71 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d02.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245LQI-S3D02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d12.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d12.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245LQI-S3D12 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d42.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d42.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245LQI-S3D42 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -789,6 +789,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d62.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d62.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245LQI-S3D62 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -786,6 +786,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d72.h
Normal file → Executable file
3
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6245lqi_s3d72.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6245LQI-S3D72 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -789,6 +789,7 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB4 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[217]) /* 0x40013E40 */
|
||||
#define PERI_MS_PPU_FX_SCB5 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[218]) /* 0x40013E80 */
|
||||
#define PERI_MS_PPU_FX_SCB6 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[219]) /* 0x40013EC0 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[220]) /* 0x40013F00 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6246bzi_d04.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6246bzi_d04.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6246BZI-D04 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bfi_d54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bfi_d54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247BFI-D54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_aud54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_aud54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247BZI-AUD54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d34.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d34.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247BZI-D34 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d44.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247BZI-D44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247bzi_d54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247BZI-D54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d02.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d02.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247FDI-D02 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d32.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d32.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247FDI-D32 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d52.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fdi_d52.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247FDI-D52 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fti_d52.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247fti_d52.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247FTI-D52 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247wi_d54.h
Normal file → Executable file
2
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6247wi_d54.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6247WI-D54 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_d14.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_d14.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248AZI-D14 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -853,9 +853,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_d44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_d44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248AZI-D44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -856,9 +856,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_s2d14.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_s2d14.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248AZI-S2D14 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -853,9 +853,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CPUSS
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_s2d44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248azi_s2d44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248AZI-S2D44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -856,9 +856,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248bzi_d44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248bzi_d44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248BZI-D44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -856,9 +856,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248bzi_s2d44.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248bzi_s2d44.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248BZI-S2D44 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -856,9 +856,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248fni_d43.h
Normal file → Executable file
9
targets/TARGET_Cypress/TARGET_PSOC6/psoc6pdl/devices/COMPONENT_CAT1A/include/cy8c6248fni_d43.h
Normal file → Executable file
|
@ -5,7 +5,7 @@
|
|||
* CY8C6248FNI-D43 device header
|
||||
*
|
||||
* \note
|
||||
* Generator version: 1.6.0.237
|
||||
* Generator version: 1.6.0.414
|
||||
*
|
||||
********************************************************************************
|
||||
* \copyright
|
||||
|
@ -856,9 +856,10 @@ typedef enum {
|
|||
#define PERI_MS_PPU_FX_SCB10 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[223]) /* 0x40013FC0 */
|
||||
#define PERI_MS_PPU_FX_SCB11 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[224]) /* 0x40014000 */
|
||||
#define PERI_MS_PPU_FX_SCB12 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[225]) /* 0x40014040 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_PASS ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[226]) /* 0x40014080 */
|
||||
#define PERI_MS_PPU_FX_PDM0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[227]) /* 0x400140C0 */
|
||||
#define PERI_MS_PPU_FX_I2S0 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[228]) /* 0x40014100 */
|
||||
#define PERI_MS_PPU_FX_I2S1 ((PERI_MS_PPU_FX_Type*) &PERI_MS->PPU_FX[229]) /* 0x40014140 */
|
||||
|
||||
/*******************************************************************************
|
||||
* CRYPTO
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue