es58x_sw_version
struct es58x_sw_version firmware_version;
struct es58x_sw_version bootloader_version;
static const struct es58x_sw_version sw_version_not_set = {
static inline bool es58x_sw_version_is_valid(struct es58x_sw_version *sw_ver)
struct es58x_sw_version *fw_ver = &es58x_dev->firmware_version;
struct es58x_sw_version *bl_ver = &es58x_dev->bootloader_version;
struct es58x_sw_version *version;