Structure to hold the version information of the USART peripheral API.
This structure defines the version numbers for the USART peripheral API, including the release, major, and minor version numbers. These version numbers help in identifying the specific version of the API being used.
Public Attributes#
uint8_t
Release version number.
uint8_t
Major version number.
uint8_t
Minor version number.