Searched refs:portTIMER_PRESCALE (Results 1 – 3 of 3) sorted by relevance
45 #define portTIMER_PRESCALE 8 macro280 const uint32_t ulCompareMatch = ( ( configCPU_CLOCK_HZ / portTIMER_PRESCALE ) / configTICK_RATE_HZ … in vApplicationSetupTickTimerInterrupt()
42 #define portTIMER_PRESCALE 8 macro218 const uint32_t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RAT… in vApplicationSetupTickTimerInterrupt()
52 #define portTIMER_PRESCALE 8 macro235 const uint32_t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RAT… in vApplicationSetupTickTimerInterrupt()