Home
last modified time | relevance | path

Searched refs:__ns_vector_table_rw (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/
Dstartup_cat1b_cm33.c54 cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".bss.noinit.RE… variable
60 cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".ram_vectors")… variable
66 cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".intvec_ram"))… variable
257 __ns_vector_table_rw[count] =__Vectors[count]; in Reset_Handler()
263 SCB->VTOR = (uint32_t)__ns_vector_table_rw; in Reset_Handler()
Dsystem_cyw20829.c150 SCB->VTOR = (uint32_t)__ns_vector_table_rw; in SystemInit_Warmboot_CAT1B_CM33()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/HEADER_FILES/
Dstartup_cat1b.h43 …extern cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".bss.n…
49 …extern cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".ram_v…
55 …extern cy_israddress_cat1b __ns_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".intve…
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint_v2.c36 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__ns_vector_table_rw;