Structure to hold the versions of the peripheral API.

This structure contains the version information for the peripheral API. It includes the release version number, major version number, and minor version number.

Public Attributes#

uint8_t

Release version number.

uint8_t

Major version number.

uint8_t

Minor version number.

Public Attribute Documentation#

release#

uint8_t sl_sysrtc_version_t::release

Release version number.


Definition at line 134 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_sysrtc.h

major#

uint8_t sl_sysrtc_version_t::major

Major version number.


Definition at line 135 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_sysrtc.h

minor#

uint8_t sl_sysrtc_version_t::minor

Minor version number.


Definition at line 136 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_sysrtc.h