| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_smif_sfdp.c | 161 #define CY_SMIF_CHECK_DEVICE_MEMBERS(device) ((NULL != device->writeEnCmd) || \ argument 162 (NULL != device->writeDisCmd) || \ 163 (NULL != device->writeDisCmd)|| \ 164 (NULL != device->eraseCmd)|| \ 165 (NULL != device->chipEraseCmd)|| \ 166 (NULL != device->programCmd)|| \ 167 (NULL != device->readStsRegWipCmd)) 275 static uint32_t SfdpGetSectorEraseCommand(cy_stc_smif_mem_device_cfg_t *device, 279 cy_stc_smif_mem_device_cfg_t *device, 284 uint32_t const buffLength, cy_stc_smif_mem_device_cfg_t *device, [all …]
|
| D | cy_smif_memslot.c | 103 SMIF_DEVICE_Type volatile * device; in Cy_SMIF_MemInit() local 145 device = Cy_SMIF_GetDeviceBySlot(base, memCfg->slaveSelect); in Cy_SMIF_MemInit() 146 if (NULL != device) in Cy_SMIF_MemInit() 150 SMIF_DEVICE_CTL(device) = _CLR_SET_FLD32U(SMIF_DEVICE_CTL(device), in Cy_SMIF_MemInit() 179 XipRegInit(device, memCfg); in Cy_SMIF_MemInit() 187 …SMIF_DEVICE_RX_CAPTURE_CONFIG(device) |= _VAL2FLD(SMIF_CORE_DEVICE_RX_CAPTURE_CONFIG_DDR_PIPELINE_… in Cy_SMIF_MemInit() 193 …SMIF_DEVICE_RX_CAPTURE_CONFIG(device) |= _VAL2FLD(SMIF_CORE_DEVICE_RX_CAPTURE_CONFIG_DDR_PIPELINE_… in Cy_SMIF_MemInit() 198 …SMIF_DEVICE_CTL(device) = _VAL2FLD(SMIF_DEVICE_CTL_WR_EN, ((bool)(memCfg->flags & CY_SMIF_FLAG_WRI… in Cy_SMIF_MemInit() 449 cy_stc_smif_mem_device_cfg_t* device = memDevice->deviceCfg; in Cy_SMIF_MemIsBusy() local 451 if(NULL != device->readStsRegWipCmd) in Cy_SMIF_MemIsBusy() [all …]
|
| D | cy_smif.c | 368 SMIF_DEVICE_Type volatile *device; in Cy_SMIF_SetDataSelect() local 374 device = Cy_SMIF_GetDeviceBySlot(base, slaveSelect); in Cy_SMIF_SetDataSelect() 376 if(NULL != device) in Cy_SMIF_SetDataSelect() 378 SMIF_DEVICE_CTL(device) = _CLR_SET_FLD32U(SMIF_DEVICE_CTL(device), in Cy_SMIF_SetDataSelect() 2696 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_DeviceTransfer_SetMergeTimeout() local 2698 temp = SMIF_DEVICE_CTL(device); in Cy_SMIF_DeviceTransfer_SetMergeTimeout() 2700 SMIF_DEVICE_CTL(device) = temp | _VAL2FLD(SMIF_DEVICE_CTL_MERGE_EN, 1U) | in Cy_SMIF_DeviceTransfer_SetMergeTimeout() 2723 SMIF_DEVICE_Type volatile * device = Cy_SMIF_GetDeviceBySlot(base, slave); in Cy_SMIF_DeviceTransfer_ClearMergeTimeout() local 2725 temp = SMIF_DEVICE_CTL(device); in Cy_SMIF_DeviceTransfer_ClearMergeTimeout() 2727 SMIF_DEVICE_CTL(device) = temp; in Cy_SMIF_DeviceTransfer_ClearMergeTimeout() [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_smif_memslot.h | 935 cy_stc_smif_mem_device_cfg_t *device, 1286 __STATIC_INLINE void SfdpGetQuadEnableParameters(cy_stc_smif_mem_device_cfg_t *device, 1315 __STATIC_INLINE void SfdpGetQuadEnableParameters(cy_stc_smif_mem_device_cfg_t *device, in SfdpGetQuadEnableParameters() argument 1318 CY_ASSERT_L1(NULL != device->readStsRegQeCmd); in SfdpGetQuadEnableParameters() 1319 CY_ASSERT_L1(NULL != device->writeStsRegQeCmd); in SfdpGetQuadEnableParameters() 1322 device->writeStsRegQeCmd->cmdWidth = CY_SMIF_WIDTH_SINGLE; in SfdpGetQuadEnableParameters() 1328 device->stsRegQuadEnableMask = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetQuadEnableParameters() 1329 device->writeStsRegQeCmd->command = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetQuadEnableParameters() 1330 device->readStsRegQeCmd->command = CY_SMIF_NO_COMMAND_OR_MODE; in SfdpGetQuadEnableParameters() 1332 device->writeStsRegQeCmd->cmdPresence = CY_SMIF_NOT_PRESENT; in SfdpGetQuadEnableParameters() [all …]
|
| D | cy_smif.h | 2173 SMIF_DEVICE_Type volatile *device; in Cy_SMIF_GetDeviceBySlot() local 2178 device = &(SMIF_DEVICE_IDX(base, 0)); in Cy_SMIF_GetDeviceBySlot() 2181 device = &(SMIF_DEVICE_IDX(base, 1)); in Cy_SMIF_GetDeviceBySlot() 2184 device = &(SMIF_DEVICE_IDX(base, 2)); in Cy_SMIF_GetDeviceBySlot() 2187 device = &(SMIF_DEVICE_IDX(base, 3)); in Cy_SMIF_GetDeviceBySlot() 2191 device = NULL; in Cy_SMIF_GetDeviceBySlot() 2195 return device; in Cy_SMIF_GetDeviceBySlot()
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM7/TOOLCHAIN_ARM/ |
| D | xmc7100d_x2112_cm7.sct | 51 ; where 'xx' is the device group; for example, 'xmc7200d_x8384_cm7.sct'. 80 /* In case of single CM7 device CM7_1 values should not be used */ 92 ; For the non-dual cm7 device, _CORE_CM7_0_ should be defined and _CORE_CM7_1_ should not be defined 149 ; device startup.
|
| D | xmc7100d_x4160_cm7.sct | 51 ; where 'xx' is the device group; for example, 'xmc7200d_x8384_cm7.sct'. 80 /* In case of single CM7 device CM7_1 values should not be used */ 92 ; For the non-dual cm7 device, _CORE_CM7_0_ should be defined and _CORE_CM7_1_ should not be defined 149 ; device startup.
|
| D | xmc7200d_x8384_cm7.sct | 51 ; where 'xx' is the device group; for example, 'xmc7200d_x8384_cm7.sct'. 80 /* In case of single CM7 device CM7_1 values should not be used */ 92 ; For the non-dual cm7 device, _CORE_CM7_0_ should be defined and _CORE_CM7_1_ should not be defined 149 ; device startup.
|
| /hal_infineon-latest/ |
| D | Readme.txt | 23 - mtb-pdl-cat1 - MTB CAT1 PDL provides low level device drivers for CAT1A family 25 devices refers to PSOC6 devices and vice versa. The PDL integrates device header 27 the PSoC 6 device family.
|
| /hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1B/source/ |
| D | cy_device.c | 54 void Cy_PDL_Init(const cy_stc_device_t * device) in Cy_PDL_Init() argument 56 cy_device = device; in Cy_PDL_Init()
|
| /hal_infineon-latest/mtb-pdl-cat1/ |
| D | README.md | 5 The PDL integrates device header files, and 11 is [available here](https://www.infineon.com/cms/en/design-support/software/device-driver-libraries… 17 * CMSIS compliant device header files, startup code (platform initialization) and device configurat…
|
| D | RELEASE.md | 25 * CAT1A: In device-configurator, certain IP is not completely available for some devices as some co… 33 …rary) The referenced 'device support library' contains newer content than is supported. Either dow… 57 | [Device Database](https://github.com/Infineon/device-db) | 4.18.0 |
|
| /hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1C/source/ |
| D | cy_device.c | 69 void Cy_PDL_Init(const cy_stc_device_t * device) in Cy_PDL_Init() argument 71 cy_device = device; in Cy_PDL_Init()
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_ARM/ |
| D | cyb06xx5_cm4_dual.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm0plus.scat'. 69 ; The following defines describe device specific memory regions and must not be changed. 110 ; device startup.
|
| D | cyb06xx7_cm4_dual.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm0plus.scat'. 76 ; The following defines describe device specific memory regions and must not be changed. 117 ; device startup.
|
| D | cyb06xxa_cm4_dual.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm0plus.scat'. 76 ; The following defines describe device specific memory regions and must not be changed. 117 ; device startup.
|
| D | cy8c6xx4_cm4_dual.sct | 53 ; where 'xx' is the device group; for example, 'cy8c6xx7_cm0plus.scat'. 71 ; The following defines describe device specific memory regions and must not be changed. 136 ; device startup.
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| D | cyb06xx5_cm0plus.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm4_dual.scat'. 66 ; The following defines describe device specific memory regions and must not be changed. 125 ; device startup.
|
| D | cy8c6xx4_cm0plus.sct | 53 ; where 'xx' is the device group; for example, 'cy8c6xx7_cm4_dual.scat'. 65 ; The following defines describe device specific memory regions and must not be changed. 133 ; device startup.
|
| D | cyb06xxa_cm0plus.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm4_dual.scat'. 73 ; The following defines describe device specific memory regions and must not be changed. 132 ; device startup.
|
| D | cyb06xx7_cm0plus.sct | 51 ; where 'xx' is the device group; for example, 'cyb06xx7_cm4_dual.scat'. 73 ; The following defines describe device specific memory regions and must not be changed. 132 ; device startup.
|
| D | cy8c6xx5_cm0plus.sct | 53 ; where 'xx' is the device group; for example, 'cy8c6xx7_cm4_dual.scat'. 72 ; The following defines describe device specific memory regions and must not be changed. 140 ; device startup.
|
| D | cy8c6xx6_cm0plus.sct | 53 ; where 'xx' is the device group; for example, 'cy8c6xx7_cm4_dual.scat'. 72 ; The following defines describe device specific memory regions and must not be changed. 140 ; device startup.
|
| D | cy8c6xx7_cm0plus.sct | 53 ; where 'xx' is the device group; for example, 'cy8c6xx7_cm4_dual.scat'. 72 ; The following defines describe device specific memory regions and must not be changed. 140 ; device startup.
|
| /hal_infineon-latest/mtb-template-cat1/files/cat1a/ |
| D | cyreservedresources.template | 3 # The "reserved resources" feature is used to ensure that the device configurator reserves the list… 5 # and place it in the same folder as design.modus, and update the device above. Then uncomment the …
|