Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_uart.c1224 void UART_RS485Config(LPC_UART_TypeDef *UARTx, UART1_RS485_CTRLCFG_Type *RS485ConfigStruct) in UART_RS485Config() argument
1231 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()
A Dlpc177x_8x_uart.h672 UART1_RS485_CTRLCFG_Type *RS485ConfigStruct);

Completed in 6 milliseconds