Searched refs:ulMatchValueForOneTick (Results 1 – 3 of 3) sorted by relevance
116 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable275 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvTickISR()304 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvSetupTimerInterrupt()380 ulMatchValue = ulMatchValueForOneTick * xExpectedIdleTime; in vPortSuppressTicksAndSleep()480 ulMatchValue = ulMatchValueForOneTick - ulCurrentCount; in vPortSuppressTicksAndSleep()496 ulCompleteTickPeriods = ulCurrentCount / ulMatchValueForOneTick; in vPortSuppressTicksAndSleep()500 ulMatchValue = ulCurrentCount - ( ulCompleteTickPeriods * ulMatchValueForOneTick ); in vPortSuppressTicksAndSleep()
154 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable438 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in vPortTickISR()489 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvSetupTimerInterrupt()564 ulMatchValue = ulMatchValueForOneTick * xExpectedIdleTime; in vPortSuppressTicksAndSleep()664 ulMatchValue = ulMatchValueForOneTick - ulCurrentCount; in vPortSuppressTicksAndSleep()680 ulCompleteTickPeriods = ulCurrentCount / ulMatchValueForOneTick; in vPortSuppressTicksAndSleep()684 ulMatchValue = ulCurrentCount - ( ulCompleteTickPeriods * ulMatchValueForOneTick ); in vPortSuppressTicksAndSleep()
135 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable321 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvTickISR()434 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvSetupTimerInterrupt()510 ulMatchValue = ulMatchValueForOneTick * xExpectedIdleTime; in vPortSuppressTicksAndSleep()610 ulMatchValue = ulMatchValueForOneTick - ulCurrentCount; in vPortSuppressTicksAndSleep()626 ulCompleteTickPeriods = ulCurrentCount / ulMatchValueForOneTick; in vPortSuppressTicksAndSleep()630 ulMatchValue = ulCurrentCount - ( ulCompleteTickPeriods * ulMatchValueForOneTick ); in vPortSuppressTicksAndSleep()