
DMIC_INTC Контроллер микрофона: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 3RXFIFO_DRQ_EN Bit 2R/W 0x0 DMIC RXFIFO Data Available DRQ Enable RXFIFO_OVERRUN_IRQ_EN Bit 1R/W 0x0 DMIC RXFIFO Overrun IRQ Enable DATA_IRQ_EN Bit 0R/W 0x0 DMIC RXFIFO Data Available IRQ Enable Команда U-Boot для чтения регистра md 5095014 1Bit fields structure
typedef union dmic_intc
{
struct
{
unsigned data_irq_en : 1;
unsigned rxfifo_overrun_irq_en : 1;
unsigned rxfifo_drq_en : 1;
unsigned unused0 : 29;
} b;
unsigned long w;
} DMIC_INTC
|
![]() |