Home
last modified time | relevance | path

Searched refs:pUARTStruct (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Dtrace_uart.c109 UART_InitTypeDef *pUARTStruct = &UARTStruct; in trace_uart_init() local
111 UART_StructInit(pUARTStruct); in trace_uart_init()
112 pUARTStruct->WordLen = RUART_WLS_8BITS; in trace_uart_init()
113 pUARTStruct->StopBit = RUART_STOP_BIT_1; in trace_uart_init()
114 pUARTStruct->Parity = RUART_PARITY_DISABLE; in trace_uart_init()
115 pUARTStruct->ParityType = RUART_EVEN_PARITY; in trace_uart_init()
116 pUARTStruct->StickParity = RUART_STICK_PARITY_DISABLE; in trace_uart_init()
118 UART_Init(TRACE_UART_DEV, pUARTStruct); in trace_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_uart.c432 UART_InitTypeDef *pUARTStruct; in hci_uart_init() local
433 pUARTStruct = &hci_uart_obj->UART_InitStruct; in hci_uart_init()
435 UART_StructInit(pUARTStruct); in hci_uart_init()
436 pUARTStruct->WordLen = RUART_WLS_8BITS; in hci_uart_init()
437 pUARTStruct->StopBit = RUART_STOP_BIT_1; in hci_uart_init()
438 pUARTStruct->Parity = RUART_PARITY_DISABLE; in hci_uart_init()
439 pUARTStruct->ParityType = RUART_EVEN_PARITY; in hci_uart_init()
440 pUARTStruct->StickParity = RUART_STICK_PARITY_DISABLE; in hci_uart_init()
442 pUARTStruct->RxFifoTrigLevel = UART_RX_FIFOTRIG_LEVEL_14BYTES; in hci_uart_init()
445 pUARTStruct->FlowControl = ENABLE; in hci_uart_init()
[all …]

Completed in 4 milliseconds