| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_tcpwm_common.c | 42 #define TCPWM_CLOCK(block, channel) (PCLK_TCPWM##block##_CLOCK_COUNTER_EN##channel) argument 45 #define TCPWM_CLOCK(block, channel) (0) 47 #define TCPWM_CLOCK(block, channel) (PCLK_TCPWM##block##_CLOCKS##channel) 237 #define _CYHAL_TCPWM_GET_ARRAY_INDEX(block, channel) ((_CYHAL_TCPWM_DATA[(_CYHAL_TCPWM_ADJUST_BLOC… argument 419 uint8_t block = group_id; in _cyhal_tcpwm_irq_handler() local 425 uint8_t block, channel = 0; in _cyhal_tcpwm_irq_handler() 427 for (block = 0; block < _CYHAL_TCPWM_INSTANCES; block++) in _cyhal_tcpwm_irq_handler() 429 …block)].isr_offset) && (irqn < _CYHAL_TCPWM_DATA[_CYHAL_TCPWM_ADJUST_BLOCK_INDEX(block)].isr_offse… in _cyhal_tcpwm_irq_handler() 431 … channel = (uint8_t)(irqn - _CYHAL_TCPWM_DATA[_CYHAL_TCPWM_ADJUST_BLOCK_INDEX(block)].isr_offset); in _cyhal_tcpwm_irq_handler() 437 if (block < _CYHAL_TCPWM_INSTANCES) in _cyhal_tcpwm_irq_handler() [all …]
|
| D | cyhal_hwmgr.c | 82 static cy_rslt_t _cyhal_get_bit_position(cyhal_resource_t type, uint8_t block, uint8_t channel, uin… in _cyhal_get_bit_position() argument 88 channel = block; in _cyhal_get_bit_position() 89 block = CYHAL_CLOCK_BLOCK_PATHMUX; in _cyhal_get_bit_position() 109 if (block < blocks) in _cyhal_get_bit_position() 111 *bitPosition = offsetRsc + blockOffsets[block] + channel; in _cyhal_get_bit_position() 112 if ((block + 1) < blocks) in _cyhal_get_bit_position() 114 offsetEndOfRsc = offsetRsc + blockOffsets[block + 1]; in _cyhal_get_bit_position() 121 *bitPosition = offsetRsc + block; in _cyhal_get_bit_position() 129 static inline cy_rslt_t _cyhal_is_set(const uint8_t* used, cyhal_resource_t type, uint8_t block, ui… in _cyhal_is_set() argument 132 cy_rslt_t status = _cyhal_get_bit_position(type, block, channel, &bitPosition); in _cyhal_is_set() [all …]
|
| D | cyhal_clock.c | 49 #define _CYHAL_CLOCK_GET_PCLK_GR_NUM(block) ((en_clk_dst_t)(_CYHAL_PERIPHERAL_GROUP_GET_GROUP(block… argument 51 …_GR_NUM(block) ((en_clk_dst_t)((_CYHAL_PERIPHERAL_CLOCK_GET_INSTANCE(block) << PERI_PCLK_INST_NUM_… 54 #define _CYHAL_CLOCK_GET_PCLK_GR_NUM(block) ((en_clk_dst_t)0) /* Value is not used for devices that… 1383 switch (source->block) in _cyhal_clock_set_source_pathmux() 1588 if (clock->block == CYHAL_CLOCK_BLOCK_PLL200) in _cyhal_clock_is_enabled_pll() 1593 if (clock->block == CYHAL_CLOCK_BLOCK_DPLL500) in _cyhal_clock_is_enabled_pll() 1610 if (clock->block == CYHAL_CLOCK_BLOCK_DPLL250) in _cyhal_clock_extract_pll_params() 1616 else if (clock->block == CYHAL_CLOCK_BLOCK_DPLL500) in _cyhal_clock_extract_pll_params() 1636 if (clock->block == CYHAL_CLOCK_BLOCK_PLL200) in _cyhal_clock_set_enabled_pll() 1641 if (clock->block == CYHAL_CLOCK_BLOCK_DPLL500) in _cyhal_clock_set_enabled_pll() [all …]
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_utils_impl.h | 102 uint32_t _cyhal_utils_get_clock_count(cyhal_clock_block_t block); 256 …iPclkSetDivider(clk_dest, _CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->channel, … in _cyhal_utils_peri_pclk_set_divider() 259 …return Cy_SysClk_PeriphSetDivider(_CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->c… in _cyhal_utils_peri_pclk_set_divider() 265 …riPclkGetDivider(clk_dest, _CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->channel); in _cyhal_utils_peri_pclk_get_divider() 268 …return Cy_SysClk_PeriphGetDivider(_CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->c… in _cyhal_utils_peri_pclk_get_divider() 274 …kSetFracDivider(clk_dest, _CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->channel, … in _cyhal_utils_peri_pclk_set_frac_divider() 277 …return Cy_SysClk_PeriphSetFracDivider(_CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), cloc… in _cyhal_utils_peri_pclk_set_frac_divider() 283 …kGetFracDivider(clk_dest, _CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->channel, … in _cyhal_utils_peri_pclk_get_frac_divider() 286 …Cy_SysClk_PeriphGetFracDivider(_CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->chan… in _cyhal_utils_peri_pclk_get_frac_divider() 292 …PclkGetFrequency(clk_dest, _CYHAL_PERIPHERAL_GROUP_GET_DIVIDER_TYPE(clock->block), clock->channel); in _cyhal_utils_peri_pclk_get_frequency() [all …]
|
| D | cyhal_tcpwm_common.h | 58 #define _CYHAL_TCPWM_GET_IP_BLOCK(block) (block) argument 60 #define _CYHAL_TCPWM_GET_IP_BLOCK(block) ((block) / _CYHAL_TCPWM_MAX_GRPS_PER_IP_BLOCK) 62 #define _CYHAL_TCPWM_GET_GRP(block) ((block) % _CYHAL_TCPWM_MAX_GRPS_PER_IP_BLOCK) 77 #define _CYHAL_TCPWM_GET_IP_BLOCK(block) (block) 83 #define _CYHAL_TCPWM_ADJUST_BLOCK_INDEX(block) (block) argument 85 …CYHAL_TCPWM_ADJUST_BLOCK_INDEX(block) ((_CYHAL_TCPWM_GET_IP_BLOCK(block) == 0) ? (block) : (_CY… 90 #define _CYHAL_TCPWM_ADJUST_BLOCK_INDEX(block) (block) 356 cyhal_dest_t _cyhal_tpwm_calculate_dest(uint8_t block, uint8_t trig_index);
|
| D | cyhal_clock_impl.h | 330 cy_rslt_t _cyhal_clock_allocate_channel(cyhal_clock_t *clock, cyhal_clock_block_t block, const void… 340 static inline const void* _cyhal_clock_get_funcs(cyhal_clock_block_t block) in _cyhal_clock_get_funcs() argument 342 switch (block) in _cyhal_clock_get_funcs() 365 return (block < 4 * _CYHAL_CLOCK_PERI_GROUPS) in _cyhal_clock_get_funcs() 370 static inline cy_rslt_t _cyhal_clock_allocate(cyhal_clock_t *clock, cyhal_clock_block_t block) in _cyhal_clock_allocate() argument 374 const void* funcs = _cyhal_clock_get_funcs(block); in _cyhal_clock_allocate() 377 : _cyhal_clock_allocate_channel(clock, block, funcs); in _cyhal_clock_allocate() 379 static inline cy_rslt_t _cyhal_clock_allocate_peri(cyhal_clock_t *clock, cyhal_clock_block_t block) in _cyhal_clock_allocate_peri() argument 384 return _cyhal_clock_allocate_channel(clock, block, funcs); in _cyhal_clock_allocate_peri() 387 #define cyhal_clock_allocate(clock, block) _cyhal_clock_allocate(clock, block) argument
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_sha_v1.c | 80 cy_stc_crypto_sha_state_t *hashState, uint8_t const *block) in Cy_Crypto_Core_V1_Sha_ProcessBlock() argument 87 (uint32_t)block, in Cy_Crypto_Core_V1_Sha_ProcessBlock() 201 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha1_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 217 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 231 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 248 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 262 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 276 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 290 … hashState->block = (uint8_t*)((cy_stc_crypto_v1_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V1_Sha_Init() 402 …Cy_Crypto_Core_V1_MemCpy(base, (void *)((uint32_t)hashState->block + hashBlockIdx), (void const*)m… in Cy_Crypto_Core_V1_Sha_Update() [all …]
|
| D | cy_crypto_core_sha_v2.c | 188 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha1_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 202 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 213 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha256_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 227 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 238 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 249 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 260 … hashState->block = (uint8_t*)((cy_stc_crypto_v2_sha512_buffers_t*)shaBuffers)->block; in Cy_Crypto_Core_V2_Sha_Init() 621 blockRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(hashState->block); in Cy_Crypto_Sha1_Sha2_Update() 724 blockRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(hashState->block); in Cy_Crypto_Sha1_Sha2_Finish() 993 blockRemap = (uint8_t *)CY_REMAP_ADDRESS_FOR_CRYPTO(hashState->block); in Cy_Crypto_Core_V2_Sha_Free()
|
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc1_flash.c | 132 uint32_t block; in XMC_FLASH_WriteBlocks() local 150 for (block = 0U; block < num_blocks; ++block) in XMC_FLASH_WriteBlocks() 197 uint32_t block; in XMC_FLASH_VerifyBlocks() local 208 for (block = 0U; block < num_blocks; ++block) in XMC_FLASH_VerifyBlocks() 230 uint32_t block; in XMC_FLASH_ReadBlocks() local 235 for (block = 0U; block < num_blocks; ++block) in XMC_FLASH_ReadBlocks()
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/TOOLCHAIN_IAR/ |
| D | cyw20829_ns_ram_cbus.icf | 89 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 90 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 91 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 92 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 93 define block RO {first section .intvec, readonly}; 95 define block cy_xip { section .cy_xip }; 104 "cy_xip" : place at start of EROM_region { block cy_xip }; 107 place at address CODE_SRAM0_NS_LOAD_ADDRESS { block RO }; 112 place at end of IRAM_region { block HSTACK };
|
| D | cyw20829A0_ns_ram_cbus.icf | 89 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 90 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 91 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 92 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 93 define block RO {first section .intvec, readonly}; 95 define block cy_xip { section .cy_xip }; 104 "cy_xip" : place at start of EROM_region { block cy_xip }; 107 place at address CODE_SRAM0_NS_LOAD_ADDRESS { block RO }; 112 place at end of IRAM_region { block HSTACK };
|
| D | cyw20829_ns_ram_sahb.icf | 73 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 74 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 75 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 76 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK }; 77 define block RO { first section NS_VECTOR, readonly }; 82 place at start of CODE { block RO }; 90 place at end of DATA { block HSTACK };
|
| D | cyw20829A0_ns_ram_sahb.icf | 73 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 74 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 75 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 76 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK }; 77 define block RO { first section NS_VECTOR, readonly }; 82 place at start of CODE { block RO }; 90 place at end of DATA { block HSTACK };
|
| D | cyw20829A0_ns_flash_sahb.icf | 118 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 119 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 120 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 121 define block HSTACK {first block CSTACK, block PROC_STACK}; 122 define block RO {first section .intvec}; 123 define block RAMVECTOR with alignment = RAMVECTORS_ALIGNMENT { section .intvec_ram}; 124 define block APPTEXTRAM with alignment = 8 137 define block XIP {readonly}; 155 place at start of CODE_region { block RO }; 187 place at start of DATA_region { block HSTACK }; [all …]
|
| D | cyw20829_ns_flash_sahb.icf | 118 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 119 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 120 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 121 define block HSTACK {first block CSTACK, block PROC_STACK}; 122 define block RO {first section .intvec}; 123 define block RAMVECTOR with alignment = RAMVECTORS_ALIGNMENT { section .intvec_ram}; 124 define block APPTEXTRAM with alignment = 8 137 define block XIP {readonly}; 155 place at start of CODE_region { block RO }; 187 place at start of DATA_region { block HSTACK }; [all …]
|
| D | cyw20829A0_ns_l1ram_cbus.icf | 92 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 93 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 94 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 95 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 96 define block RO {first section .intvec, readonly}; 106 place in CODE_region { block RO }; 112 place at end of DATA_region { block HSTACK };
|
| D | cyw20829_ns_l1ram_cbus.icf | 92 define block CSTACK with alignment = 8, size = __size_cstack__ { }; 93 define block PROC_STACK with alignment = 8, size = __size_proc_stack__ { }; 94 define block HEAP with expanding size, alignment = 8, minimum size = __size_heap__ { }; 95 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 96 define block RO {first section .intvec, readonly}; 106 place in CODE_region { block RO }; 112 place at end of DATA_region { block HSTACK };
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_IAR/ |
| D | cyb06xx5_cm4_dual.icf | 117 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 118 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 119 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 120 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 121 define block CM0P_RO with size = (FLASH_CM0P_SIZE - BOOT_HEADER_SIZE) { readonly section .cy_m0p_i… 122 define block RO {first section .intvec, readonly}; 124 define block cy_xip { section .cy_xip }; 133 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block CM0P_RO }; 136 place at address (__ICFEDIT_region_IROM1_start__ + FLASH_CM0P_SIZE) { block RO }; 143 "cy_xip" : place at start of EROM1_region { block cy_xip }; [all …]
|
| D | cyb06xx7_cm4_dual.icf | 117 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 118 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 119 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 120 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 121 define block CM0P_RO with size = (FLASH_CM0P_SIZE - BOOT_HEADER_SIZE) { readonly section .cy_m0p_i… 122 define block RO {first section .intvec, readonly}; 124 define block cy_xip { section .cy_xip }; 133 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block CM0P_RO }; 136 place at address (__ICFEDIT_region_IROM1_start__ + FLASH_CM0P_SIZE) { block RO }; 145 "cy_xip" : place at start of EROM1_region { block cy_xip }; [all …]
|
| D | cyb06xxa_cm4_dual.icf | 117 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 118 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 119 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 120 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 121 define block CM0P_RO with size = (FLASH_CM0P_SIZE - BOOT_HEADER_SIZE) { readonly section .cy_m0p_i… 122 define block RO {first section .intvec, readonly}; 124 define block cy_xip { section .cy_xip }; 133 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block CM0P_RO }; 136 place at address (__ICFEDIT_region_IROM1_start__ + FLASH_CM0P_SIZE) { block RO }; 145 "cy_xip" : place at start of EROM1_region { block cy_xip }; [all …]
|
| D | cyb06xx7_cm4.icf | 109 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 110 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 111 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 112 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 113 define block RO {first section .intvec, readonly}; 115 define block cy_xip { section .cy_xip }; 124 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block RO }; 133 "cy_xip" : place at start of EROM1_region { block cy_xip }; 138 place at end of IRAM1_region { block HSTACK };
|
| D | cyb06xxa_cm4.icf | 109 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 110 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 111 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 112 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 113 define block RO {first section .intvec, readonly}; 115 define block cy_xip { section .cy_xip }; 124 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block RO }; 133 "cy_xip" : place at start of EROM1_region { block cy_xip }; 138 place at end of IRAM1_region { block HSTACK };
|
| D | cys06xxa_cm4.icf | 109 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 110 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 111 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 112 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 113 define block RO {first section .intvec, readonly}; 115 define block cy_xip { section .cy_xip }; 124 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block RO }; 133 "cy_xip" : place at start of EROM1_region { block cy_xip }; 138 place at end of IRAM1_region { block HSTACK };
|
| D | cyb06xx5_cm4.icf | 109 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 110 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 111 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 112 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 113 define block RO {first section .intvec, readonly}; 115 define block cy_xip { section .cy_xip }; 124 place at address (__ICFEDIT_region_IROM1_start__ + BOOT_HEADER_SIZE) { block RO }; 131 "cy_xip" : place at start of EROM1_region { block cy_xip }; 136 place at end of IRAM1_region { block HSTACK };
|
| D | cy8c6xx4_cm4_dual.icf | 150 define block CSTACK with alignment = 8, size = __ICFEDIT_size_cstack__ { }; 151 define block PROC_STACK with alignment = 8, size = __ICFEDIT_size_proc_stack__ { }; 152 define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { … 153 define block HSTACK {block HEAP, block PROC_STACK, last block CSTACK}; 154 define block CM0P_RO with size = FLASH_CM0P_SIZE { readonly section .cy_m0p_image }; 155 define block RO {first section .intvec, readonly}; 157 define block cy_xip { section .cy_xip }; 166 place at start of IROM1_region { block CM0P_RO }; 169 place at address (__ICFEDIT_region_IROM1_start__ + FLASH_CM0P_SIZE) { block RO }; 194 "cy_xip" : place at start of EROM1_region { block cy_xip }; [all …]
|