Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_uart.c1126 void USI_UARTLPRxStructInit(USI_LPUARTInitTypeDef* USI_LPUARTInitStruct) in USI_UARTLPRxStructInit() argument
1129 USI_LPUARTInitStruct->USI_LPUARTBitNumThres = 100; in USI_UARTLPRxStructInit()
1130 USI_LPUARTInitStruct->USI_LPUARTOscPerbitUpdCtrl = ENABLE; in USI_UARTLPRxStructInit()
1144 void USI_UARTLPRxInit(USI_TypeDef* USIx, USI_LPUARTInitTypeDef *USI_LPUARTInitStruct) in USI_UARTLPRxInit() argument
1150 …assert_param((USI_LPUARTInitStruct->USI_LPUARTBitNumThres>0) && (USI_LPUARTInitStruct->USI_LPUARTB… in USI_UARTLPRxInit()
1159 RegValue |= (USI_LPUARTInitStruct->USI_LPUARTBitNumThres << 8); in USI_UARTLPRxInit()
1162 if(USI_LPUARTInitStruct->USI_LPUARTOscPerbitUpdCtrl != DISABLE){ in USI_UARTLPRxInit()

Completed in 4 milliseconds