Home
last modified time | relevance | path

Searched refs:portTIMER_PRESCALE (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/
Dport.c45 #define portTIMER_PRESCALE 8 macro
280 const uint32_t ulCompareMatch = ( ( configCPU_CLOCK_HZ / portTIMER_PRESCALE ) / configTICK_RATE_HZ … in vApplicationSetupTickTimerInterrupt()
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dport.c42 #define portTIMER_PRESCALE 8 macro
218 const uint32_t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RAT… in vApplicationSetupTickTimerInterrupt()
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dport.c52 #define portTIMER_PRESCALE 8 macro
235 const uint32_t ulCompareMatch = ( (configPERIPHERAL_CLOCK_HZ / portTIMER_PRESCALE) / configTICK_RAT… in vApplicationSetupTickTimerInterrupt()