Lines Matching refs:audioInterface
517 uint16_t audioInterface = 0U; in WM8904_SetMasterClock() local
529 result = WM8904_ReadRegister(handle, WM8904_AUDIO_IF_2, &audioInterface); in WM8904_SetMasterClock()
535 audioInterface &= ~(uint16_t)0x1FU; in WM8904_SetMasterClock()
541 audioInterface |= 0U; in WM8904_SetMasterClock()
544 audioInterface |= 1U; in WM8904_SetMasterClock()
547 audioInterface |= 2U; in WM8904_SetMasterClock()
550 audioInterface |= 3U; in WM8904_SetMasterClock()
553 audioInterface |= 4U; in WM8904_SetMasterClock()
556 audioInterface |= 5U; in WM8904_SetMasterClock()
559 audioInterface |= 6U; in WM8904_SetMasterClock()
562 audioInterface |= 7U; in WM8904_SetMasterClock()
565 audioInterface |= 8U; in WM8904_SetMasterClock()
568 audioInterface |= 9U; in WM8904_SetMasterClock()
571 audioInterface |= 10U; in WM8904_SetMasterClock()
574 audioInterface |= 11U; in WM8904_SetMasterClock()
577 audioInterface |= 12U; in WM8904_SetMasterClock()
580 audioInterface |= 13U; in WM8904_SetMasterClock()
583 audioInterface |= 14U; in WM8904_SetMasterClock()
586 audioInterface |= 15U; in WM8904_SetMasterClock()
589 audioInterface |= 16U; in WM8904_SetMasterClock()
592 audioInterface |= 17U; in WM8904_SetMasterClock()
595 audioInterface |= 18U; in WM8904_SetMasterClock()
598 audioInterface |= 19U; in WM8904_SetMasterClock()
601 audioInterface |= 20U; in WM8904_SetMasterClock()
614 result = WM8904_WriteRegister(handle, WM8904_AUDIO_IF_2, audioInterface); in WM8904_SetMasterClock()
632 audioInterface = (uint16_t)((1UL << 11U) | (bclk / sampleRate)); in WM8904_SetMasterClock()
633 result = WM8904_ModifyRegister(handle, WM8904_AUDIO_IF_3, 0xFFFU, audioInterface); in WM8904_SetMasterClock()