/Kernel-v11.1.0/portable/IAR/ARM_CM0/ |
D | port.c | 100 #ifndef configSYSTICK_CLOCK_HZ 101 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 309 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 311 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 320 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM3/ |
D | port.c | 90 #ifndef configSYSTICK_CLOCK_HZ 91 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 618 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 620 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 629 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM3/ |
D | port.c | 102 #ifndef configSYSTICK_CLOCK_HZ 103 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 658 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 660 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 669 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/ |
D | port.c | 99 #ifndef configSYSTICK_CLOCK_HZ 100 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 643 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 645 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 654 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3/ |
D | port.c | 95 #ifndef configSYSTICK_CLOCK_HZ 96 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 750 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 752 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 761 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | port.c | 111 #ifndef configSYSTICK_CLOCK_HZ 112 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 690 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 692 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 701 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/ |
D | port.c | 117 #ifndef configSYSTICK_CLOCK_HZ 118 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 702 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 704 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 713 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM0/ |
D | port.c | 73 #ifndef configSYSTICK_CLOCK_HZ 74 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 384 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 386 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 395 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/ |
D | port.c | 104 #ifndef configSYSTICK_CLOCK_HZ 105 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 809 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 811 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 820 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/ |
D | port.c | 110 #ifndef configSYSTICK_CLOCK_HZ 111 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 819 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 821 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 830 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM3/ |
D | port.c | 99 #ifndef configSYSTICK_CLOCK_HZ 100 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 706 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 708 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 717 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4F/ |
D | port.c | 114 #ifndef configSYSTICK_CLOCK_HZ 115 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 802 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 804 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 813 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/ |
D | port.c | 87 #ifndef configSYSTICK_CLOCK_HZ 88 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 792 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 794 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 803 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM7/r0p1/ |
D | port.c | 108 #ifndef configSYSTICK_CLOCK_HZ 109 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 788 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 790 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 799 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 218 #ifndef configSYSTICK_CLOCK_HZ 219 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 619 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 621 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 637 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 338 #ifndef configSYSTICK_CLOCK_HZ 339 #define configSYSTICK_CLOCK_HZ ( configCPU_CLOCK_HZ ) macro 783 ulTimerCountsForOneTick = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ); in vPortSetupTimerInterrupt() 785 …ppedTimerCompensation = portMISSED_COUNTS_FACTOR / ( configCPU_CLOCK_HZ / configSYSTICK_CLOCK_HZ ); in vPortSetupTimerInterrupt() 801 portNVIC_SYSTICK_LOAD_REG = ( configSYSTICK_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL; in vPortSetupTimerInterrupt()
|