Searched refs:USI_LPUARTInitStruct (Results 1 – 1 of 1) sorted by relevance
1126 void USI_UARTLPRxStructInit(USI_LPUARTInitTypeDef* USI_LPUARTInitStruct) in USI_UARTLPRxStructInit() argument1129 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() argument1150 …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