Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/IAR/RX100/
Dport.c117 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable
278 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()
/Kernel-v11.1.0/portable/GCC/RX100/
Dport.c155 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) … variable
448 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()
/Kernel-v11.1.0/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()