NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

UART_Private_Variables

UART_Private_Variables
[UART]

Variables

UART_CBS_Type uartCbsDat [4]
 Call-back function pointer data.
fnModemCbs_TypepfnModemCbs = NULL
 UART1 modem status interrupt callback pointer data.

Variable Documentation

UART1 modem status interrupt callback pointer data.

Definition at line 77 of file lpc17xx_uart.c.

UART_CBS_Type uartCbsDat[4]
Initial value:
 {
        {NULL, NULL, NULL, NULL},
        {NULL, NULL, NULL, NULL},
        {NULL, NULL, NULL, NULL},
        {NULL, NULL, NULL, NULL},
}

Call-back function pointer data.

Definition at line 69 of file lpc17xx_uart.c.