Home
last modified time | relevance | path

Searched refs:StopBit (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c276 UART_InitStruct->StopBit = RUART_STOP_BIT_2; in csi_uart_format()
278 UART_InitStruct->StopBit = RUART_STOP_BIT_1; in csi_uart_format()
281 …UARTx->LCR = ((UART_InitStruct->WordLen) | (UART_InitStruct->StopBit << 2) | (UART_InitStruct->Par… in csi_uart_format()
474 params->StopBit = RUART_STOP_BIT_2; in termios2params()
476 params->StopBit = RUART_STOP_BIT_1; in termios2params()
696 uart->LCR = (params.WordLen << 0) | (params.StopBit << 2) | (params.Parity << 3) | in uart_startup()
738 uart->LCR = (params.WordLen << 0) | (params.StopBit << 2) | (params.Parity << 3) | in uart_set_attr()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_cpft.c90 …UART_InitStruct.StopBit = RUART_STOP_BIT_1; // word length select: 0 -> no stop bit, 1 -> 1 st… in CPTest_UARTInit()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_lp/
A Drtl8721dlp_cpft.c90 …UART_InitStruct.StopBit = RUART_STOP_BIT_1; // word length select: 0 -> no stop bit, 1 -> 1 st… in CPTest_UARTInit()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Duart.c228 UARTStruct.StopBit = RUART_STOP_BIT_1; in hal_uart_init()
230 UARTStruct.StopBit = RUART_STOP_BIT_2; in hal_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/data_uart/
A Ddata_uart.c241 UART_InitStruct.StopBit = RUART_STOP_BIT_1; in data_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Dtrace_uart.c113 pUARTStruct->StopBit = RUART_STOP_BIT_1; in trace_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_uart.c437 pUARTStruct->StopBit = RUART_STOP_BIT_1; in hci_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dserial_api.c624 puart_adapter->UART_InitStruct.StopBit = RUART_STOP_BIT_2; in serial_format()
626 puart_adapter->UART_InitStruct.StopBit = RUART_STOP_BIT_1; in serial_format()
630 (puart_adapter->UART_InitStruct.StopBit << 2) | in serial_format()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_uart.h255 u32 StopBit; /*!< Specifies the UART stop bit number. member

Completed in 15 milliseconds