Structure to hold the version information of the Watchdog Timer peripheral API.
This structure contains the version information of the Watchdog Timer peripheral API, including the release, major, and minor version numbers.
Public Attributes#
uint8_t
Release version number.
uint8_t
Major version number.
uint8_t
Minor version number.
Public Attribute Documentation#
release#
uint8_t sl_watchdog_timer_version_t::release
Release version number.
Definition at line
149
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_watchdog_timer.h
major#
uint8_t sl_watchdog_timer_version_t::major
Major version number.
Definition at line
150
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_watchdog_timer.h
minor#
uint8_t sl_watchdog_timer_version_t::minor
Minor version number.
Definition at line
151
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_watchdog_timer.h