Searched refs:ulCompareValue (Results 1 – 2 of 2) sorted by relevance
584 uint32_t ulCompareValue;597 ulCompareValue = ulConstCompareValue;598 CCPR1L = ( uint8_t ) ( ulCompareValue & ( uint32_t ) 0xff );599 ulCompareValue >>= ( uint32_t ) 8;600 CCPR1H = ( uint8_t ) ( ulCompareValue & ( uint32_t ) 0xff );
198 const uint32_t ulCompareValue = portTIMER_COMPARE; in prvSetupTimerInterrupt() local201 usTimerCompare = ( uint16_t ) ( ulCompareValue >> 4 ); in prvSetupTimerInterrupt()