Home
last modified time | relevance | path

Searched refs:ulMatchValueForOneTick (Results 1 – 3 of 3) sorted by relevance

/Kernel-v10.6.2/portable/IAR/RX100/
Dport.c116 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable
275 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()
/Kernel-v10.6.2/portable/GCC/RX100/
Dport.c154 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable
438 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()
/Kernel-v10.6.2/portable/Renesas/RX100/
Dport.c135 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable
321 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()