
THS_DATA_INTS Контроллер термодатчика: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 4THS3_DATA_IRQ_STS Bit 3R/W1C 0x0 Data interrupt status for sensor3 THS2_DATA_IRQ_STS Bit 2R/W1C 0x0 Data interrupt status for sensor2 THS1_DATA_IRQ_STS Bit 1R/W1C 0x0 Data interrupt status for sensor1 THS0_DATA_IRQ_STS Bit 0R/W1C 0x0 Data interrupt status for sensor0 Команда U-Boot для чтения регистра md 5070420 1Bit fields structure
typedef union ths_data_ints
{
struct
{
unsigned ths0_data_irq_sts : 1;
unsigned ths1_data_irq_sts : 1;
unsigned ths2_data_irq_sts : 1;
unsigned ths3_data_irq_sts : 1;
unsigned unused0 : 28;
} b;
unsigned long w;
} THS_DATA_INTS
|
![]() |