Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_uart.c91 USI_UARTInitStruct->USI_UARTRxFifoTrigLevel = 1; in USI_UARTStructInit()
92 USI_UARTInitStruct->USI_UARTDmaModeCtrl = ENABLE; in USI_UARTStructInit()
93 USI_UARTInitStruct->USI_UARTFlowControl = DISABLE; in USI_UARTStructInit()
94 USI_UARTInitStruct->USI_UARTTxFifoTrigLevel = 0x40; in USI_UARTStructInit()
95 USI_UARTInitStruct->USI_UARTFlwCtrlRxHoldThd = 0x04; in USI_UARTStructInit()
160 if (USI_UARTInitStruct->USI_UARTFlowControl == ENABLE) { in USI_UARTInit()
169 (USI_UARTInitStruct->USI_UARTStopBit) | in USI_UARTInit()
170 (USI_UARTInitStruct->USI_UARTParity) | in USI_UARTInit()
171 (USI_UARTInitStruct->USI_UARTParityType) | in USI_UARTInit()
172 (USI_UARTInitStruct->USI_UARTStickParity)); in USI_UARTInit()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_usi_uart.h485 _LONG_CALL_ void USI_UARTStructInit(USI_UARTInitTypeDef* USI_UARTInitStruct);
486 _LONG_CALL_ void USI_UARTInit(USI_TypeDef* USIx, USI_UARTInitTypeDef* USI_UARTInitStruct);
540 _LONG_CALL_ void USI_UARTLPRxStructInit(USI_LPUARTInitTypeDef* USI_UARTInitStruct);
541 _LONG_CALL_ void USI_UARTLPRxInit(USI_TypeDef* USIx, USI_LPUARTInitTypeDef *USI_UARTInitStruct);

Completed in 5 milliseconds