Home
last modified time | relevance | path

Searched refs:SI_CTRLR (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/si/
A Drl6548.c37 SIx->SI_CTRLR &= ~ BIT_CTRLR_SI_DISABLE; in AUDIO_SI_Cmd()
39 SIx->SI_CTRLR |= BIT_CTRLR_SI_DISABLE; in AUDIO_SI_Cmd()
54 SIx->SI_CTRLR = (address << 8) | (data << 16) | BIT_CTRLR_SI_WR_START; in AUDIO_SI_WriteReg()
56 while((SIx->SI_CTRLR & BIT_CTRLR_SI_WR_START) && (++cnt) < 100000); in AUDIO_SI_WriteReg()
75 SIx->SI_CTRLR = (address << 8) | BIT_CTRLR_SI_RD_START; in AUDIO_SI_ReadReg()
78 reg_value = SIx->SI_CTRLR; in AUDIO_SI_ReadReg()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_platform.h925 __IO uint32_t SI_CTRLR; /*!< SI control register, Address offset: 0x00 */ member

Completed in 16 milliseconds