Searched refs:SI_CTRLR (Results 1 – 2 of 2) sorted by relevance
37 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()
925 __IO uint32_t SI_CTRLR; /*!< SI control register, Address offset: 0x00 */ member
Completed in 14 milliseconds