Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ATMega323/
Dport.c370 uint8_t ucHighByte, ucLowByte; in prvSetupTimerInterrupt() local
387 ucHighByte = ( uint8_t ) ( ulCompareMatch & ( uint32_t ) 0xff ); in prvSetupTimerInterrupt()
388 OCR1AH = ucHighByte; in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dport.c264 uint8_t ucHighByte, ucLowByte; in prvSetupTimerInterrupt() local
281 ucHighByte = ( uint8_t ) ( ulCompareMatch & ( uint32_t ) 0xff ); in prvSetupTimerInterrupt()
282 OCR1AH = ucHighByte; in prvSetupTimerInterrupt()