Searched refs:LPC_IRQNUM (Results 1 – 3 of 3) sorted by relevance
52 #define LPC_IRQNUM UART0_IRQn macro157 NVIC_EnableIRQ(LPC_IRQNUM); in main()177 NVIC_DisableIRQ(LPC_IRQNUM); in main()
47 #define LPC_IRQNUM UART0_IRQn macro145 NVIC_SetPriority(LPC_IRQNUM, 1); in UCOM_UartInit()147 NVIC_EnableIRQ(LPC_IRQNUM); in UCOM_UartInit()
58 #define LPC_IRQNUM I2C0_IRQn macro437 NVIC_EnableIRQ(LPC_IRQNUM); in main()
Completed in 5 milliseconds