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_AB_CFG_Type Struct Reference

UART_AB_CFG_Type Struct Reference
[UART_Public_Types]

Auto Baudrate mode configuration type definition. More...

#include <lpc17xx_uart.h>

Data Fields

UART_AB_MODE_Type ABMode
 Autobaudrate mode.
FunctionalState AutoRestart
 Auto Restart state.

Detailed Description

Auto Baudrate mode configuration type definition.

Definition at line 332 of file lpc17xx_uart.h.


Field Documentation

Autobaudrate mode.

Definition at line 333 of file lpc17xx_uart.h.

Auto Restart state.

Definition at line 334 of file lpc17xx_uart.h.