You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if I want to call XUartNs550_GetLineStatusReg I need to duplicate the XUartNs550_UpdateStats functionality otherwise I may lose things like framing errors (since the act of calling XUartNs550_GetLineStatusReg zeros the bits that UpdateStats looks for.
Currently calling XUartNs550_IsReceiveData, XUartNs550_IsTransmitEmpty, XUartNs550_SendBuffer, XUartNs550_ReceiveBuffer have code paths which call XUartNs550_GetLineStatusReg and don't call XUartNs550_UpdateStats.
So it would be good if either these could be fixed, or that XUartNs550_UpdateStats could be exported as a non-internal function do I don't need to duplicate it.
The text was updated successfully, but these errors were encountered:
Currently, if I want to call XUartNs550_GetLineStatusReg I need to duplicate the XUartNs550_UpdateStats functionality otherwise I may lose things like framing errors (since the act of calling XUartNs550_GetLineStatusReg zeros the bits that UpdateStats looks for.
Currently calling XUartNs550_IsReceiveData, XUartNs550_IsTransmitEmpty, XUartNs550_SendBuffer, XUartNs550_ReceiveBuffer have code paths which call XUartNs550_GetLineStatusReg and don't call XUartNs550_UpdateStats.
So it would be good if either these could be fixed, or that XUartNs550_UpdateStats could be exported as a non-internal function do I don't need to duplicate it.
The text was updated successfully, but these errors were encountered: