Searched refs:SP_CTRLR0 (Results 1 – 2 of 2) sorted by relevance
64 SPORTx->SP_CTRLR0 |= SP_CTRLR0_RST; in AUDIO_SP_Init()65 SPORTx->SP_CTRLR0 &= ~ SP_CTRLR0_RST; in AUDIO_SP_Init()75 Tmp = SPORTx->SP_CTRLR0; in AUDIO_SP_Init()81 SPORTx->SP_CTRLR0 = Tmp; in AUDIO_SP_Init()95 SPORTx->SP_CTRLR0 |= SP_CTRLR0_START_TX; in AUDIO_SP_TxStart()97 SPORTx->SP_CTRLR0 |= SP_CTRLR0_TX_DISABLE; in AUDIO_SP_TxStart()113 SPORTx->SP_CTRLR0 |= SP_CTRLR0_START_RX; in AUDIO_SP_RxStart()173 reg_value = SPORTx->SP_CTRLR0; in AUDIO_SP_SetWordLen()176 SPORTx->SP_CTRLR0 = reg_value; in AUDIO_SP_SetWordLen()208 reg_value = SPORTx->SP_CTRLR0; in AUDIO_SP_SetMonoStereo()[all …]
938 __IO uint32_t SP_CTRLR0; /*!< SPORT control 0 register, Address offset: 0x04 */ member
Completed in 12 milliseconds