Home
last modified time | relevance | path

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

1234

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/
A Dstartup_samd20.c79 void TC2_Handler ( void );
117 #pragma weak TC2_Handler = Dummy_Handler macro
192 (void*) TC2_Handler, /* 15 Basic Timer Counter 2 */
/bsp/microchip/samc21/bsp/samc21/iar/iar/
A Dstartup_samc21.c86 #pragma weak TC2_Handler = Dummy_Handler macro
188 (void *)TC2_Handler, /* 22 Basic Timer Counter 2 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/
A Dstartup_SAMD20.s96 DCD TC2_Handler ; 15 Basic Timer Counter 2
167 EXPORT TC2_Handler [WEAK]
193 TC2_Handler label
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/
A Dstartup_samd20.c96 void TC2_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));
166 (void*) TC2_Handler, /* 15 Basic Timer Counter 2 */
/bsp/microchip/samc21/bsp/samc21/armcc/Device/SAMC21/Source/ARM/
A Dstartup_SAMC21.s103 DCD TC2_Handler ; 22 Basic Timer Counter 2
179 EXPORT TC2_Handler [WEAK]
211 TC2_Handler label
/bsp/microchip/saml10/bsp/iar/iar/
A Dstartup_saml10e16a.c91 #pragma weak TC2_Handler = Dummy_Handler macro
167 .pfnTC2_Handler = (void *)TC2_Handler, /* 36 Basic Timer Counter */
/bsp/microchip/samc21/bsp/samc21/gcc/gcc/
A Dstartup_samc21.c97 void TC2_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
194 .pfnTC2_Handler = (void *)TC2_Handler, /* 22 Basic Timer Counter 2 */
/bsp/microchip/saml10/bsp/gcc/gcc/
A Dstartup_saml10e16a.c99 void TC2_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
168 .pfnTC2_Handler = (void *)TC2_Handler, /* 36 Basic Timer Counter */
/bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/
A Dstartup_SAME70.s119 DCD TC2_Handler ; 25 Timer/Counter 2
247 EXPORT TC2_Handler [WEAK]
305 TC2_Handler label
/bsp/microchip/same70/bsp/same70b/iar/iar/
A Dstartup_same70q21b.c83 #pragma weak TC2_Handler = Dummy_Handler macro
185 .pfnTC2_Handler = (void *)TC2_Handler, /* 25 Timer Counter */
/bsp/microchip/same70/bsp/same70b/gcc/gcc/
A Dstartup_same70q21b.c91 void TC2_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
186 .pfnTC2_Handler = (void *)TC2_Handler, /* 25 Timer Counter */
/bsp/microchip/same54/bsp/iar/iar/
A Dstartup_same54.c225 #pragma weak TC2_Handler = Dummy_Handler macro
505 (void *)TC2_Handler, /* 109 Basic Timer Counter 2 */
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/iar/iar/
A Dstartup_samd51.c225 #pragma weak TC2_Handler = Dummy_Handler macro
505 (void *)TC2_Handler, /* 109 Basic Timer Counter 2 */
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/iar/iar/
A Dstartup_samd51.c225 #pragma weak TC2_Handler = Dummy_Handler macro
505 (void *)TC2_Handler, /* 109 Basic Timer Counter 2 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/
A Dsamd20e14.h202 void TC2_Handler ( void );
A Dsamd20e15.h202 void TC2_Handler ( void );
A Dsamd20g14.h203 void TC2_Handler ( void );
A Dsamd20g15.h203 void TC2_Handler ( void );
A Dsamd20g16.h203 void TC2_Handler ( void );
A Dsamd20g17.h203 void TC2_Handler ( void );
A Dsamd20g17u.h203 void TC2_Handler ( void );
A Dsamd20g18.h203 void TC2_Handler ( void );
A Dsamd20g18u.h203 void TC2_Handler ( void );
A Dsamd20e16.h202 void TC2_Handler ( void );
A Dsamd20e17.h202 void TC2_Handler ( void );

Completed in 48 milliseconds

1234