Searched refs:ulCaptureValue (Results 1 – 1 of 1) sorted by relevance
390 const uint32_t ulCaptureValue = portMAX_TIMER_VALUE - ulCaptureTime; in prvSetupTimerInterrupt() local391 const uint8_t ucLowCaptureByte = ( uint8_t ) ( ulCaptureValue & ( uint32_t ) 0xff ); in prvSetupTimerInterrupt()392 const uint8_t ucHighCaptureByte = ( uint8_t ) ( ulCaptureValue >> ( uint32_t ) 8 ); in prvSetupTimerInterrupt()