TVE_034_REG
7.2.5. TV Encoder Auto Detection Interrupt Status Register - адрес: 0x6520034 0x6524034 (смещение: 0x0034) ТВ-кодер: список регистров
Unused Bits 31 : 1
DAC0_AUTO_DETECT_INTERRUPT_ACTIVE_FLAG Bit 0 R/W1C 0x0
Write 1 to inactive DAC0 auto detection interrupt Команда U-Boot для чтения регистра md 6520034 1 md 6524034 1
Bit fields structure
typedef union tve_034_reg
{
struct
{
unsigned dac0_auto_detect_interrupt_active_flag : 1;
unsigned unused0 : 31;
} b;
unsigned long w;
} TVE_034_REG
|