Home
last modified time | relevance | path

Searched refs:tc (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/GCC/AVR32_UC3/
Dport.c402 volatile avr32_tc_t * tc = &AVR32_TC; in prvSetupTimerInterrupt() local
455 tc_init_waveform( tc, &waveform_opt ); in prvSetupTimerInterrupt()
460 tc_write_rc( tc, configTICK_TC_CHANNEL, ( configPBA_CLOCK_HZ / 4 ) / configTICK_RATE_HZ ); in prvSetupTimerInterrupt()
462 tc_configure_interrupts( tc, configTICK_TC_CHANNEL, &tc_interrupt ); in prvSetupTimerInterrupt()
465 tc_start( tc, configTICK_TC_CHANNEL ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dport.c375 volatile avr32_tc_t * tc = &AVR32_TC; in prvSetupTimerInterrupt() local
428 tc_init_waveform( tc, &waveform_opt ); in prvSetupTimerInterrupt()
433 tc_write_rc( tc, configTICK_TC_CHANNEL, ( configPBA_CLOCK_HZ / 4 ) / configTICK_RATE_HZ ); in prvSetupTimerInterrupt()
435 tc_configure_interrupts( tc, configTICK_TC_CHANNEL, &tc_interrupt ); in prvSetupTimerInterrupt()
438 tc_start( tc, configTICK_TC_CHANNEL ); in prvSetupTimerInterrupt()