Searched refs:RS485ConfigStruct (Results 1 – 2 of 2) sorted by relevance
1224 void UART_RS485Config(LPC_UART_TypeDef *UARTx, UART1_RS485_CTRLCFG_Type *RS485ConfigStruct) in UART_RS485Config() argument1231 if (RS485ConfigStruct->AutoDirCtrl_State == ENABLE) in UART_RS485Config()1236 if (RS485ConfigStruct->DirCtrlPol_Level == SET) in UART_RS485Config()1243 if ((RS485ConfigStruct->DirCtrlPin == UART1_RS485_DIRCTRL_DTR) in UART_RS485Config()1250 UARTx->RS485DLY = RS485ConfigStruct->DelayValue & UART1_RS485DLY_BITMASK; in UART_RS485Config()1254 if (RS485ConfigStruct->NormalMultiDropMode_State == ENABLE) in UART_RS485Config()1260 if (RS485ConfigStruct->AutoAddrDetect_State == ENABLE) in UART_RS485Config()1265 UARTx->ADRMATCH = RS485ConfigStruct->MatchAddrValue & UART1_RS485ADRMATCH_BITMASK; in UART_RS485Config()1269 if (RS485ConfigStruct->Rx_State == DISABLE) in UART_RS485Config()
672 UART1_RS485_CTRLCFG_Type *RS485ConfigStruct);
Completed in 6 milliseconds