Searched refs:portNVIC_SYSTICK_ENABLE (Results 1 – 4 of 4) sorted by relevance
43 #define portNVIC_SYSTICK_ENABLE 0x00000001 macro274 …*( portNVIC_SYSTICK_CTRL ) = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in prvSetupTimerInterrupt()
89 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1092 …tNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE ); in vPortSetupTimerInterrupt()
99 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1215 …tNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE ); in vPortSetupTimerInterrupt()
89 #define portNVIC_SYSTICK_ENABLE ( 0x00000001UL ) macro1225 … portNVIC_SYSTICK_CTRL_REG = portNVIC_SYSTICK_CLK | portNVIC_SYSTICK_INT | portNVIC_SYSTICK_ENABLE; in vSetupTimerInterrupt()