
THS_FILTER Контроллер термодатчика: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 3FILTER_EN Bit 2R/W 0x0 Filter Enable FILTER_TYPE Bits 1 : 0R/W 0x1 Average Filter Type Команда U-Boot для чтения регистра md 5070430 1Bit fields structure
typedef union ths_filter
{
struct
{
unsigned filter_type : 2;
unsigned filter_en : 1;
unsigned unused0 : 29;
} b;
unsigned long w;
} THS_FILTER
|
![]() |