Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ATMega323/
Dport.c55 #define portCOMPARE_MATCH_A_INTERRUPT_ENABLE ( ( uint8_t ) 0x10 ) macro
398 ucLowByte |= portCOMPARE_MATCH_A_INTERRUPT_ENABLE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dport.c45 #define portCOMPARE_MATCH_A_INTERRUPT_ENABLE ( ( uint8_t ) 0x10 ) macro
291 TIMSK |= portCOMPARE_MATCH_A_INTERRUPT_ENABLE; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dport.c57 #define portCOMPARE_MATCH_A_INTERRUPT_ENABLE ( ( uint8_t ) _BV( OCIE0A ) ) macro
735 ucLowByte |= portCOMPARE_MATCH_A_INTERRUPT_ENABLE; in prvSetupTimerInterrupt()