Searched refs:ulMatchValueForOneTick (Results 1 – 3 of 3) sorted by relevance
117 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable278 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvTickISR()307 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvSetupTimerInterrupt()383 ulMatchValue = ulMatchValueForOneTick * xExpectedIdleTime; in vPortSuppressTicksAndSleep()487 ulMatchValue = ulMatchValueForOneTick - ulCurrentCount; in vPortSuppressTicksAndSleep()503 ulCompleteTickPeriods = ulCurrentCount / ulMatchValueForOneTick; in vPortSuppressTicksAndSleep()507 ulMatchValue = ulCurrentCount - ( ulCompleteTickPeriods * ulMatchValueForOneTick ); in vPortSuppressTicksAndSleep()
155 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable448 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in vPortTickISR()499 CMT0.CMCOR = ( uint16_t ) ulMatchValueForOneTick; in prvSetupTimerInterrupt()574 ulMatchValue = ulMatchValueForOneTick * xExpectedIdleTime; in vPortSuppressTicksAndSleep()678 ulMatchValue = ulMatchValueForOneTick - ulCurrentCount; in vPortSuppressTicksAndSleep()694 ulCompleteTickPeriods = ulCurrentCount / ulMatchValueForOneTick; in vPortSuppressTicksAndSleep()698 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()