Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 72) sorted by relevance

123

/hal_infineon-latest/XMCLib/devices/XMC4500/Source/IAR/
Dstartup_XMC4500.s145 ExcpVector SCU_0_IRQHandler ; Handler name for SR SCU_0
146 ExcpVector ERU0_0_IRQHandler ; Handler name for SR ERU0_0
147 ExcpVector ERU0_1_IRQHandler ; Handler name for SR ERU0_1
148 ExcpVector ERU0_2_IRQHandler ; Handler name for SR ERU0_2
149 ExcpVector ERU0_3_IRQHandler ; Handler name for SR ERU0_3
150 ExcpVector ERU1_0_IRQHandler ; Handler name for SR ERU1_0
151 ExcpVector ERU1_1_IRQHandler ; Handler name for SR ERU1_1
152 ExcpVector ERU1_2_IRQHandler ; Handler name for SR ERU1_2
153 ExcpVector ERU1_3_IRQHandler ; Handler name for SR ERU1_3
157 ExcpVector PMU0_0_IRQHandler ; Handler name for SR PMU0_0
[all …]
Dstartup_XMC4502.s146 ExcpVector SCU_0_IRQHandler ; Handler name for SR SCU_0
147 ExcpVector ERU0_0_IRQHandler ; Handler name for SR ERU0_0
148 ExcpVector ERU0_1_IRQHandler ; Handler name for SR ERU0_1
149 ExcpVector ERU0_2_IRQHandler ; Handler name for SR ERU0_2
150 ExcpVector ERU0_3_IRQHandler ; Handler name for SR ERU0_3
151 ExcpVector ERU1_0_IRQHandler ; Handler name for SR ERU1_0
152 ExcpVector ERU1_1_IRQHandler ; Handler name for SR ERU1_1
153 ExcpVector ERU1_2_IRQHandler ; Handler name for SR ERU1_2
154 ExcpVector ERU1_3_IRQHandler ; Handler name for SR ERU1_3
158 ExcpVector PMU0_0_IRQHandler ; Handler name for SR PMU0_0
[all …]
Dstartup_XMC4504.s146 ExcpVector SCU_0_IRQHandler ; Handler name for SR SCU_0
147 ExcpVector ERU0_0_IRQHandler ; Handler name for SR ERU0_0
148 ExcpVector ERU0_1_IRQHandler ; Handler name for SR ERU0_1
149 ExcpVector ERU0_2_IRQHandler ; Handler name for SR ERU0_2
150 ExcpVector ERU0_3_IRQHandler ; Handler name for SR ERU0_3
151 ExcpVector ERU1_0_IRQHandler ; Handler name for SR ERU1_0
152 ExcpVector ERU1_1_IRQHandler ; Handler name for SR ERU1_1
153 ExcpVector ERU1_2_IRQHandler ; Handler name for SR ERU1_2
154 ExcpVector ERU1_3_IRQHandler ; Handler name for SR ERU1_3
158 ExcpVector PMU0_0_IRQHandler ; Handler name for SR PMU0_0
[all …]
/hal_infineon-latest/XMCLib/devices/XMC4500/Source/ARM/
Dstartup_XMC4500.s22 ;* Neither the name of the copyright holders nor the names of its contributors may be used to endor…
119 Entry SCU_0_IRQHandler ; Handler name for SR SCU_0
120 Entry ERU0_0_IRQHandler ; Handler name for SR ERU0_0
121 Entry ERU0_1_IRQHandler ; Handler name for SR ERU0_1
122 Entry ERU0_2_IRQHandler ; Handler name for SR ERU0_2
123 Entry ERU0_3_IRQHandler ; Handler name for SR ERU0_3
124 Entry ERU1_0_IRQHandler ; Handler name for SR ERU1_0
125 Entry ERU1_1_IRQHandler ; Handler name for SR ERU1_1
126 Entry ERU1_2_IRQHandler ; Handler name for SR ERU1_2
127 Entry ERU1_3_IRQHandler ; Handler name for SR ERU1_3
[all …]
Dstartup_XMC4502.s22 ;* Neither the name of the copyright holders nor the names of its contributors may be used to endor…
120 Entry SCU_0_IRQHandler ; Handler name for SR SCU_0
121 Entry ERU0_0_IRQHandler ; Handler name for SR ERU0_0
122 Entry ERU0_1_IRQHandler ; Handler name for SR ERU0_1
123 Entry ERU0_2_IRQHandler ; Handler name for SR ERU0_2
124 Entry ERU0_3_IRQHandler ; Handler name for SR ERU0_3
125 Entry ERU1_0_IRQHandler ; Handler name for SR ERU1_0
126 Entry ERU1_1_IRQHandler ; Handler name for SR ERU1_1
127 Entry ERU1_2_IRQHandler ; Handler name for SR ERU1_2
128 Entry ERU1_3_IRQHandler ; Handler name for SR ERU1_3
[all …]
Dstartup_XMC4504.s22 ;* Neither the name of the copyright holders nor the names of its contributors may be used to endor…
120 Entry SCU_0_IRQHandler ; Handler name for SR SCU_0
121 Entry ERU0_0_IRQHandler ; Handler name for SR ERU0_0
122 Entry ERU0_1_IRQHandler ; Handler name for SR ERU0_1
123 Entry ERU0_2_IRQHandler ; Handler name for SR ERU0_2
124 Entry ERU0_3_IRQHandler ; Handler name for SR ERU0_3
125 Entry ERU1_0_IRQHandler ; Handler name for SR ERU1_0
126 Entry ERU1_1_IRQHandler ; Handler name for SR ERU1_1
127 Entry ERU1_2_IRQHandler ; Handler name for SR ERU1_2
128 Entry ERU1_3_IRQHandler ; Handler name for SR ERU1_3
[all …]
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwiced_resource.h56 #define RESULT_ENUM(prefix, name, value) prefix ## name = (value) argument
64 #define CY_SECTION_WHD(name) __attribute__ ( (section(name) ) )
67 #define CY_SECTION_WHD(name) __attribute__ ( (section("__DATA, "name) ) )
69 #define CY_SECTION_WHD(name) __attribute__ ( (section(name) ) )
73 #define CY_SECTION_WHD(name) CY_PRAGMA_WHD(location = name)
/hal_infineon-latest/core-lib/include/
Dcy_utils.h165 #define CY_SECTION(name) __attribute__ ((section(name))) argument
175 #define CY_SECTION(name) __attribute__ ((section("__DATA, "name))) argument
180 #define CY_SECTION(name) __attribute__ ((section(name))) argument
191 #define CY_SECTION(name) CY_PRAGMA(location = name) argument
/hal_infineon-latest/XMCLib/drivers/inc/
Dxmc_common.h155 #define XMC_PRIOARRAY_DEF(name, size) \ argument
156 XMC_PRIOARRAY_ITEM_t prioarray_m_##name[size + 2]; \
157 XMC_PRIOARRAY_t prioarray_def_##name = {(size), (prioarray_m_##name)};
159 #define XMC_PRIOARRAY(name) \ argument
160 &prioarray_def_##name
/hal_infineon-latest/core-lib/
DREADME.md29 …* `_CLR_SET_FLD32U`: The macro for setting a register with a name field and value for providing g…
30 …R_SET_FLD32U macro for providing get-clear-modify-write operations with a name field and value and…
31 …* `_CLR_SET_FLD16U`: The macro for setting a 16-bit register with a name field and value for provi…
32 …R_SET_FLD16U macro for providing get-clear-modify-write operations with a name field and value and…
33 …* `_CLR_SET_FLD8U`: The macro for setting a 8-bit register with a name field and value for providi…
34 …LR_SET_FLD8U macro for providing get-clear-modify-write operations with a name field and value and…
DRELEASE.md25 …* _CLR_SET_FLD32U: The macro for setting a register with a name field and value for providing get…
26 …R_SET_FLD32U macro for providing get-clear-modify-write operations with a name field and value and…
27 …* _CLR_SET_FLD16U: The macro for setting a 16-bit register with a name field and value for providi…
28 …R_SET_FLD16U macro for providing get-clear-modify-write operations with a name field and value and…
29 …* _CLR_SET_FLD8U: The macro for setting a 8-bit register with a name field and value for providing…
30 …LR_SET_FLD8U macro for providing get-clear-modify-write operations with a name field and value and…
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_9.0/peripheral/
Deth_ip_parser-1.0.tcl18 proc const {name value} {
19 uplevel 1 [list set $name $value]
20 uplevel 1 [list trace var $name w {error constant;} ]
Deth_mac_parser-1.0.tcl18 proc const {name value} {
19 uplevel 1 [list set $name $value]
20 uplevel 1 [list trace var $name w {error constant;} ]
Demusb_solver-1.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant} ]
Di2c_solver-2.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant} ]
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_8.0/peripheral/
Deth_mac_parser-1.0.tcl18 proc const {name value} {
19 uplevel 1 [list set $name $value]
20 uplevel 1 [list trace var $name w {error constant;} ]
Demusb_solver-1.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant} ]
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities/peripheral/
Demusb_solver-1.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant} ]
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c135 const char* name, void* stack, uint32_t stack_size, in cy_rtos_thread_create() argument
151 attr.name = name; in cy_rtos_thread_create()
453 attr.name = NULL; in cy_rtos_mutex_init()
566 attr.name = NULL; in cy_rtos_semaphore_init()
701 attr.name = NULL; in cy_rtos_event_init()
872 attr.name = NULL; in cy_rtos_queue_init()
1074 attr.name = NULL; in cy_rtos_timer_init()
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_9.0/platform/
Dpll_solver-3.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]
Dpll_solver-2.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities/platform/
Dpll_solver-3.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]
Dpll_solver-2.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]
/hal_infineon-latest/mtb-pdl-cat1/device-info/personalities_8.0/platform/
Dpll_solver-3.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]
Dpll_solver-2.0.tcl17 proc const {name value} {
18 uplevel 1 [list set $name $value]
19 uplevel 1 [list trace var $name w {error constant;} ]

123