Searched refs:USI_UARTInitStruct (Results 1 – 2 of 2) sorted by relevance
91 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 …]
485 _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 6 milliseconds