Home
last modified time | relevance | path

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

1234

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/iar/
A Dstartup_samd20.c77 void TC0_Handler ( void );
115 #pragma weak TC0_Handler = Dummy_Handler macro
190 (void*) TC0_Handler, /* 13 Basic Timer Counter 0 */
/bsp/microchip/samc21/bsp/samc21/iar/iar/
A Dstartup_samc21.c84 #pragma weak TC0_Handler = Dummy_Handler macro
186 (void *)TC0_Handler, /* 20 Basic Timer Counter 0 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/arm/
A Dstartup_SAMD20.s94 DCD TC0_Handler ; 13 Basic Timer Counter 0
165 EXPORT TC0_Handler [WEAK]
191 TC0_Handler label
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/source/gcc/
A Dstartup_samd20.c94 void TC0_Handler ( void ) __attribute__ ((weak, alias("Dummy_Handler")));
164 (void*) TC0_Handler, /* 13 Basic Timer Counter 0 */
/bsp/microchip/samc21/bsp/samc21/armcc/Device/SAMC21/Source/ARM/
A Dstartup_SAMC21.s101 DCD TC0_Handler ; 20 Basic Timer Counter 0
177 EXPORT TC0_Handler [WEAK]
209 TC0_Handler label
/bsp/microchip/saml10/bsp/iar/iar/
A Dstartup_saml10e16a.c89 #pragma weak TC0_Handler = Dummy_Handler macro
165 .pfnTC0_Handler = (void *)TC0_Handler, /* 34 Basic Timer Counter */
/bsp/microchip/samc21/bsp/samc21/gcc/gcc/
A Dstartup_samc21.c95 void TC0_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
192 .pfnTC0_Handler = (void *)TC0_Handler, /* 20 Basic Timer Counter 0 */
/bsp/microchip/saml10/bsp/gcc/gcc/
A Dstartup_saml10e16a.c97 void TC0_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
166 .pfnTC0_Handler = (void *)TC0_Handler, /* 34 Basic Timer Counter */
/bsp/microchip/same70/bsp/same70b/armcc/Device/Source/ARM/
A Dstartup_SAME70.s117 DCD TC0_Handler ; 23 Timer/Counter 0
245 EXPORT TC0_Handler [WEAK]
303 TC0_Handler label
/bsp/microchip/same70/bsp/same70b/iar/iar/
A Dstartup_same70q21b.c81 #pragma weak TC0_Handler = Dummy_Handler macro
183 .pfnTC0_Handler = (void *)TC0_Handler, /* 23 Timer Counter */
/bsp/microchip/same70/bsp/same70b/gcc/gcc/
A Dstartup_same70q21b.c89 void TC0_Handler(void) __attribute__((weak, alias("Dummy_Handler")));
184 .pfnTC0_Handler = (void *)TC0_Handler, /* 23 Timer Counter */
/bsp/microchip/same54/bsp/iar/iar/
A Dstartup_same54.c223 #pragma weak TC0_Handler = Dummy_Handler macro
503 (void *)TC0_Handler, /* 107 Basic Timer Counter 0 */
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/iar/iar/
A Dstartup_samd51.c223 #pragma weak TC0_Handler = Dummy_Handler macro
503 (void *)TC0_Handler, /* 107 Basic Timer Counter 0 */
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/iar/iar/
A Dstartup_samd51.c223 #pragma weak TC0_Handler = Dummy_Handler macro
503 (void *)TC0_Handler, /* 107 Basic Timer Counter 0 */
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/
A Dsamd20e14.h200 void TC0_Handler ( void );
A Dsamd20e15.h200 void TC0_Handler ( void );
A Dsamd20g14.h201 void TC0_Handler ( void );
A Dsamd20g15.h201 void TC0_Handler ( void );
A Dsamd20g16.h201 void TC0_Handler ( void );
A Dsamd20g17.h201 void TC0_Handler ( void );
A Dsamd20g17u.h201 void TC0_Handler ( void );
A Dsamd20g18.h201 void TC0_Handler ( void );
A Dsamd20g18u.h201 void TC0_Handler ( void );
A Dsamd20e16.h200 void TC0_Handler ( void );
A Dsamd20e17.h200 void TC0_Handler ( void );

Completed in 67 milliseconds

1234