Home
last modified time | relevance | path

Searched refs:ulInterval (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.1.0/portable/GCC/PPC440_Xilinx/
Dport.c174 const uint32_t ulInterval = ( ( configCPU_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL ); in prvSetupTimerInterrupt() local
185 XTime_DECSetInterval( ulInterval ); in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/PPC405_Xilinx/
Dport.c174 const uint32_t ulInterval = ( ( configCPU_CLOCK_HZ / configTICK_RATE_HZ ) - 1UL ); in prvSetupTimerInterrupt() local
185 XTime_PITSetInterval( ulInterval ); in prvSetupTimerInterrupt()