
THS_SHUT_INTS Контроллер термодатчика: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 4SHUT_INT3_STS Bit 3R/W1C 0x0 Shutdown interrupt status for sensor3 SHUT_INT2_STS Bit 2R/W1C 0x0 Shutdown interrupt status for sensor2 SHUT_INT1_STS Bit 1R/W1C 0x0 Shutdown interrupt status for sensor1 SHUT_INT0_STS Bit 0R/W1C 0x0 Shutdown interrupt status for sensor0 Команда U-Boot для чтения регистра md 5070424 1Bit fields structure
typedef union ths_shut_ints
{
struct
{
unsigned shut_int0_sts : 1;
unsigned shut_int1_sts : 1;
unsigned shut_int2_sts : 1;
unsigned shut_int3_sts : 1;
unsigned unused0 : 28;
} b;
unsigned long w;
} THS_SHUT_INTS
|
![]() |