Home
last modified time | relevance | path

Searched refs:__s_vector_table_rw (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/
Dstartup_cat1b_cm33.c52 cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".bss.noinit.RES… variable
58 cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".ram_vectors"))… variable
64 cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".intvec_ram"))… variable
255 __s_vector_table_rw[count] =__Vectors[count]; in Reset_Handler()
261 SCB->VTOR = (uint32_t)__s_vector_table_rw; in Reset_Handler()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1b/COMPONENT_MTB/COMPONENT_CM33/HEADER_FILES/
Dstartup_cat1b.h41 …extern cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".bss.no…
47 …extern cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".ram_ve…
53 …extern cy_israddress_cat1b __s_vector_table_rw[VECTORTABLE_SIZE] __attribute__( ( section(".intve…
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysint_v2.c34 static uint32_t *__vector_table_rw_ptr = (uint32_t*)&__s_vector_table_rw;