| /Kernel-v10.6.2/portable/IAR/ARM_CM0/ |
| D | port.c | 93 #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/ |
| D | port.c | 70 #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/ |
| D | port.c | 93 #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/ |
| D | port.c | 90 #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/ |
| D | port.c | 108 #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/ |
| D | port.c | 102 #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/ |
| D | port.c | 86 #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/ |
| D | port.c | 99 #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/ |
| D | port.c | 95 #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/ |
| D | port.c | 73 #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/ |
| D | port.c | 101 #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/ |
| D | port.c | 99 #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/ |
| D | port.c | 87 #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/ |
| D | port.c | 114 #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/ |
| D | port.c | 108 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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/ |
| D | port.c | 314 #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()
|