Home
last modified time | relevance | path

Searched refs:TC1_Handler (Results 1 – 25 of 88) sorted by relevance

1234

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/
A Dstartup_samd20.c78 void TC1_Handler ( void );
116 #pragma weak TC1_Handler = Dummy_Handler macro
191 (void*) TC1_Handler, /* 14 Basic Timer Counter 1 */
/bsp/microchip/samc21/bsp/samc21/iar/iar/
A Dstartup_samc21.c85 #pragma weak TC1_Handler = Dummy_Handler macro
187 (void *)TC1_Handler, /* 21 Basic Timer Counter 1 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/
A Dstartup_SAMD20.s95 DCD TC1_Handler ; 14 Basic Timer Counter 1
166 EXPORT TC1_Handler [WEAK]
192 TC1_Handler label
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/
A Dstartup_samd20.c95 void TC1_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));
165 (void*) TC1_Handler, /* 14 Basic Timer Counter 1 */
/bsp/microchip/samc21/bsp/samc21/armcc/Device/SAMC21/Source/ARM/
A Dstartup_SAMC21.s102 DCD TC1_Handler ; 21 Basic Timer Counter 1
178 EXPORT TC1_Handler [WEAK]
210 TC1_Handler label
/bsp/microchip/saml10/bsp/iar/iar/
A Dstartup_saml10e16a.c90 #pragma weak TC1_Handler = Dummy_Handler macro
166 .pfnTC1_Handler = (void *)TC1_Handler, /* 35 Basic Timer Counter */
/bsp/microchip/samc21/bsp/samc21/gcc/gcc/
A Dstartup_samc21.c96 void TC1_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
193 .pfnTC1_Handler = (void *)TC1_Handler, /* 21 Basic Timer Counter 1 */
/bsp/microchip/saml10/bsp/gcc/gcc/
A Dstartup_saml10e16a.c98 void TC1_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
167 .pfnTC1_Handler = (void *)TC1_Handler, /* 35 Basic Timer Counter */
/bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/
A Dstartup_SAME70.s118 DCD TC1_Handler ; 24 Timer/Counter 1
246 EXPORT TC1_Handler [WEAK]
304 TC1_Handler label
/bsp/microchip/same70/bsp/same70b/iar/iar/
A Dstartup_same70q21b.c82 #pragma weak TC1_Handler = Dummy_Handler macro
184 .pfnTC1_Handler = (void *)TC1_Handler, /* 24 Timer Counter */
/bsp/microchip/same70/bsp/same70b/gcc/gcc/
A Dstartup_same70q21b.c90 void TC1_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
185 .pfnTC1_Handler = (void *)TC1_Handler, /* 24 Timer Counter */
/bsp/microchip/same54/bsp/iar/iar/
A Dstartup_same54.c224 #pragma weak TC1_Handler = Dummy_Handler macro
504 (void *)TC1_Handler, /* 108 Basic Timer Counter 1 */
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/iar/iar/
A Dstartup_samd51.c224 #pragma weak TC1_Handler = Dummy_Handler macro
504 (void *)TC1_Handler, /* 108 Basic Timer Counter 1 */
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/iar/iar/
A Dstartup_samd51.c224 #pragma weak TC1_Handler = Dummy_Handler macro
504 (void *)TC1_Handler, /* 108 Basic Timer Counter 1 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/
A Dsamd20e14.h201 void TC1_Handler ( void );
A Dsamd20e15.h201 void TC1_Handler ( void );
A Dsamd20g14.h202 void TC1_Handler ( void );
A Dsamd20g15.h202 void TC1_Handler ( void );
A Dsamd20g16.h202 void TC1_Handler ( void );
A Dsamd20g17.h202 void TC1_Handler ( void );
A Dsamd20g17u.h202 void TC1_Handler ( void );
A Dsamd20g18.h202 void TC1_Handler ( void );
A Dsamd20g18u.h202 void TC1_Handler ( void );
A Dsamd20e16.h201 void TC1_Handler ( void );
A Dsamd20e17.h201 void TC1_Handler ( void );

Completed in 61 milliseconds

1234