Searched refs:portNVIC_SYSTICK_ENABLE (Results 1 – 4 of 4) sorted by relevance
43 #define portNVIC_SYSTICK_ENABLE 0x00000001 macro268 …*( portNVIC_SYSTICK_CTRL ) = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in prvSetupTimerInterrupt()
96 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1168 …tNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE ); in vPortSetupTimerInterrupt()
86 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1043 …tNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE ); in vPortSetupTimerInterrupt()
86 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1170 … portNVIC_SYSTICK_CTRL_REG = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in vSetupTimerInterrupt()