Searched refs:StopBitsCount (Results 1 – 3 of 3) sorted by relevance
508 …d_Uart_Ip_SetRxStopBitsCount(LINFLEXD_Type *Base, Linflexd_Uart_Ip_StopBitsCountType StopBitsCount) in Linflexd_Uart_Ip_SetRxStopBitsCount() argument513 RegValTemp |= LINFLEXD_UARTCR_SBUR(StopBitsCount); in Linflexd_Uart_Ip_SetRxStopBitsCount()559 …StopBitsCount(LINFLEXD_Type *Base, Linflexd_Uart_Ip_StopBitsCountType StopBitsCount, boolean Defau… in Linflexd_Uart_Ip_SetTxStopBitsCount() argument568 RegValTemp |= LINFLEXD_GCR_STOP(StopBitsCount); in Linflexd_Uart_Ip_SetTxStopBitsCount()575 RegValTemp |= LINFLEXD_GCR_STOP(StopBitsCount); in Linflexd_Uart_Ip_SetTxStopBitsCount()582 RegValTemp |= LINFLEXD_GCR_STOP(StopBitsCount); in Linflexd_Uart_Ip_SetTxStopBitsCount()
195 …Linflexd_Uart_Ip_StopBitsCountType StopBitsCount; /**< @brief number of stop bits, 1 stop bit (de… member
2490 Linflexd_Uart_Ip_SetRxStopBitsCount(Base, UartUserCfg->StopBitsCount); in Linflexd_Uart_Ip_SetUp_SetTxRxStopBitsCount()2491 Linflexd_Uart_Ip_SetTxStopBitsCount(Base, UartUserCfg->StopBitsCount, TRUE); in Linflexd_Uart_Ip_SetUp_SetTxRxStopBitsCount()