Home
last modified time | relevance | path

Searched refs:UART_CFG_STOPLEN_1 (Results 1 – 7 of 7) sorted by relevance

/lk-master/platform/lpc15xx/
A Ddebug.c33 … Chip_UART_ConfigData(DEBUG_UART, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in lpc_debug_early_init()
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src/
A Duart_rb.c141 Chip_UART_ConfigData(LPC_USART, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in main()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c134 Chip_UART_ConfigData(LPC_USART, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in UCOM_UartInit()
228 config_data |= UART_CFG_STOPLEN_1; in UCOM_SetLineCode()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dboard.c103 Chip_UART_ConfigData(DEBUG_UART, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in Board_Debug_Init()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Duart_15xx.h72 #define UART_CFG_STOPLEN_1 (0x00 << 6) /*!< UART One Stop Bit Select */ macro
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src/
A Ddma_uart.c345 Chip_UART_ConfigData(LPC_USART0, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in main()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src/
A Ddma_rom_uart.c347 Chip_UART_ConfigData(LPC_USART0, UART_CFG_DATALEN_8 | UART_CFG_PARITY_NONE | UART_CFG_STOPLEN_1); in main()

Completed in 7 milliseconds