Searched refs:portNVIC_SYSTICK_CLK (Results 1 – 4 of 4) sorted by relevance
41 #define portNVIC_SYSTICK_CLK 0x00000004 macro274 …*( portNVIC_SYSTICK_CTRL ) = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in prvSetupTimerInterrupt()
48 #define portNVIC_SYSTICK_CLK ( 1UL << 2UL ) macro53 #define portNVIC_SYSTICK_CLK ( 0 ) macro1092 …portNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABL… in vPortSetupTimerInterrupt()
52 #define portNVIC_SYSTICK_CLK ( 1UL << 2UL ) macro57 #define portNVIC_SYSTICK_CLK ( 0 ) macro1215 …portNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABL… in vPortSetupTimerInterrupt()
87 #define portNVIC_SYSTICK_CLK ( 0x00000004UL ) macro1225 … portNVIC_SYSTICK_CTRL_REG = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in vSetupTimerInterrupt()