
TSC_PPARR Контроллер транспортного потока: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 5SSI_DATA_ORDER Bit 4R/W 0x0 TS Input Port0 SSI Data Order CLOCK_SIGNAL_POLARITY Bit 3R/W 0x0 TS Input Port0 CLOCK Signal Polarity ERROR_SIGNAL_POLARITY Bit 2R/W 0x0 TS Input Port0 ERROR Signal Polarity DVALID_SIGNAL_POLARITY Bit 1R/W 0x0 TS Input Port0 DVALID Signal Polarity PSYNC_SIGNAL_POLARITY Bit 0R/W 0x0 TS Input Port0 PSYNC Signal Polarity Команда U-Boot для чтения регистра md 506c014 1md 506c054 1 md 506c114 1 md 506c194 1 Bit fields structure
typedef union tsc_pparr
{
struct
{
unsigned psync_signal_polarity : 1;
unsigned dvalid_signal_polarity : 1;
unsigned error_signal_polarity : 1;
unsigned clock_signal_polarity : 1;
unsigned ssi_data_order : 1;
unsigned unused0 : 27;
} b;
unsigned long w;
} TSC_PPARR
|
![]() |