Обновление

This commit is contained in:
cfif 2025-12-05 14:59:21 +03:00
parent d98c276fc2
commit cc81708e7f
1 changed files with 9 additions and 9 deletions

View File

@ -25205,7 +25205,7 @@ typedef struct
// $1 = Active
// 1 : "Active"
// 0 : "Inactive
"
uint8_t FIU_VoiceControlActive_Stat : 1; // Bits= 1
// Indicates the SERVICE button state:
@ -32003,9 +32003,9 @@ typedef struct
// Ultraviolet system error status
// 3 : "Component malfunction"
// 2 : "Supply chain short circuit
"
// 1 : "Supply chain break
"
// 0 : "No error"
uint8_t CCU_UltravioletErr_Stat : 2; // Bits= 2
@ -32035,22 +32035,22 @@ typedef struct
// Ionization system error status
// 4 : "Component malfunction"
// 3 : "Communication error
"
// 2 : "Supply chain short circuit
"
// 1 : "Supply chain break
"
// 0 : "No error"
uint8_t CCU_IonizationErr_Stat : 3; // Bits= 3
// Aromatization system error status
// 4 : "Component malfunction"
// 3 : "Communication error
"
// 2 : "Supply chain short circuit
"
// 1 : "Supply chain break
"
// 0 : "No error"
uint8_t CCU_AromaErr_Stat : 3; // Bits= 3