Home
last modified time | relevance | path

Searched refs:configSYSTICK_CLOCK_HZ (Results 1 – 25 of 40) sorted by relevance

12

/Kernel-v10.6.2/portable/IAR/ARM_CM0/
Dport.c93 #ifndef configSYSTICK_CLOCK_HZ
94 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
257 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
259 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
268 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM0/
Dport.c70 #ifndef configSYSTICK_CLOCK_HZ
71 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
399 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
401 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
410 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM3/
Dport.c93 #ifndef configSYSTICK_CLOCK_HZ
94 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
601 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
603 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
612 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
Dport.c90 #ifndef configSYSTICK_CLOCK_HZ
91 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
611 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
613 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
622 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
Dport.c108 #ifndef configSYSTICK_CLOCK_HZ
109 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
645 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
647 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
656 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
Dport.c102 #ifndef configSYSTICK_CLOCK_HZ
103 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
633 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
635 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
644 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM3/
Dport.c86 #ifndef configSYSTICK_CLOCK_HZ
87 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
698 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
700 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
709 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
Dport.c99 #ifndef configSYSTICK_CLOCK_HZ
100 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
636 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
638 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
647 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
Dport.c95 #ifndef configSYSTICK_CLOCK_HZ
96 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/RVDS/ARM_CM0/
Dport.c73 #ifndef configSYSTICK_CLOCK_HZ
74 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
378 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
380 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
389 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM4F/
Dport.c101 #ifndef configSYSTICK_CLOCK_HZ
102 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
767 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
769 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
778 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/
Dport.c99 #ifndef configSYSTICK_CLOCK_HZ
100 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
699 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
701 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
710 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/
Dport.c87 #ifndef configSYSTICK_CLOCK_HZ
88 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
785 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
787 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
796 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/RVDS/ARM_CM4F/
Dport.c114 #ifndef configSYSTICK_CLOCK_HZ
115 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
795 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
797 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
806 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/
Dport.c108 #ifndef configSYSTICK_CLOCK_HZ
109 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
781 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
783 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
792 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/non_secure/
Dport.c314 #ifndef configSYSTICK_CLOCK_HZ
315 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro
757 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt()
759 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt()
768 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()

12