Home
last modified time | relevance | path

Searched refs:LPC_IRQNUM (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/
A Duart_rb.c52 #define LPC_IRQNUM UART0_IRQn macro
157 NVIC_EnableIRQ(LPC_IRQNUM); in main()
177 NVIC_DisableIRQ(LPC_IRQNUM); in main()
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c47 #define LPC_IRQNUM UART0_IRQn macro
145 NVIC_SetPriority(LPC_IRQNUM, 1); in UCOM_UartInit()
147 NVIC_EnableIRQ(LPC_IRQNUM); in UCOM_UartInit()
/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dperiph_i2cs_interrupt.c58 #define LPC_IRQNUM I2C0_IRQn macro
437 NVIC_EnableIRQ(LPC_IRQNUM); in main()

Completed in 5 milliseconds