Home
last modified time | relevance | path

Searched refs:portCLOCK_DIVISOR (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/portable/IAR/RX100/
Dport.c56 #define portCLOCK_DIVISOR 8UL macro
58 #define portCLOCK_DIVISOR 512UL macro
60 #define portCLOCK_DIVISOR 128UL macro
62 #define portCLOCK_DIVISOR 32UL macro
64 #define portCLOCK_DIVISOR 8UL macro
117 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) …
125 …ssibleSuppressedTicks = USHRT_MAX / ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) / configTI…
138 …rCompensation = 100UL / ( configCPU_CLOCK_HZ / ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) );
310 #if portCLOCK_DIVISOR == 512 in prvSetupTimerInterrupt()
314 #elif portCLOCK_DIVISOR == 128 in prvSetupTimerInterrupt()
[all …]
/Kernel-v11.1.0/portable/GCC/RX100/
Dport.c63 #define portCLOCK_DIVISOR 8UL macro
65 #define portCLOCK_DIVISOR 512UL macro
67 #define portCLOCK_DIVISOR 128UL macro
69 #define portCLOCK_DIVISOR 32UL macro
71 #define portCLOCK_DIVISOR 8UL macro
155 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) …
163 …ssibleSuppressedTicks = USHRT_MAX / ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) / configTI…
176 …rCompensation = 100UL / ( configCPU_CLOCK_HZ / ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) );
502 #if portCLOCK_DIVISOR == 512 in prvSetupTimerInterrupt()
506 #elif portCLOCK_DIVISOR == 128 in prvSetupTimerInterrupt()
[all …]
/Kernel-v11.1.0/portable/Renesas/RX100/
Dport.c56 #define portCLOCK_DIVISOR 8UL macro
58 #define portCLOCK_DIVISOR 512UL macro
60 #define portCLOCK_DIVISOR 128UL macro
62 #define portCLOCK_DIVISOR 32UL macro
64 #define portCLOCK_DIVISOR 8UL macro
135 static const uint32_t ulMatchValueForOneTick = ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) …
143 …ssibleSuppressedTicks = USHRT_MAX / ( ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) / configTI…
156 …rCompensation = 100UL / ( configCPU_CLOCK_HZ / ( configPERIPHERAL_CLOCK_HZ / portCLOCK_DIVISOR ) );
437 #if portCLOCK_DIVISOR == 512 in prvSetupTimerInterrupt()
441 #elif portCLOCK_DIVISOR == 128 in prvSetupTimerInterrupt()
[all …]
/Kernel-v11.1.0/portable/SDCC/Cygnal/
Dport.c41 #define portCLOCK_DIVISOR ( ( uint32_t ) 12 ) macro
388 const uint32_t ulTicksPerSecond = configCPU_CLOCK_HZ / portCLOCK_DIVISOR; in prvSetupTimerInterrupt()