Home
last modified time | relevance | path

Searched refs:StopBitsCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_HwAccess.h508 …d_Uart_Ip_SetRxStopBitsCount(LINFLEXD_Type *Base, Linflexd_Uart_Ip_StopBitsCountType StopBitsCount) in Linflexd_Uart_Ip_SetRxStopBitsCount() argument
513 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() argument
568 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()
DLinflexd_Uart_Ip_Types.h195 …Linflexd_Uart_Ip_StopBitsCountType StopBitsCount; /**< @brief number of stop bits, 1 stop bit (de… member
/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c2490 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()