Lines Matching refs:audioInterface
521 uint16_t audioInterface = 0U; in WM8904_SetMasterClock() local
533 result = WM8904_ReadRegister(handle, WM8904_AUDIO_IF_2, &audioInterface); in WM8904_SetMasterClock()
539 audioInterface &= ~(uint16_t)0x1FU; in WM8904_SetMasterClock()
545 audioInterface |= 0U; in WM8904_SetMasterClock()
548 audioInterface |= 1U; in WM8904_SetMasterClock()
551 audioInterface |= 2U; in WM8904_SetMasterClock()
554 audioInterface |= 3U; in WM8904_SetMasterClock()
557 audioInterface |= 4U; in WM8904_SetMasterClock()
560 audioInterface |= 5U; in WM8904_SetMasterClock()
563 audioInterface |= 6U; in WM8904_SetMasterClock()
566 audioInterface |= 7U; in WM8904_SetMasterClock()
569 audioInterface |= 8U; in WM8904_SetMasterClock()
572 audioInterface |= 9U; in WM8904_SetMasterClock()
575 audioInterface |= 10U; in WM8904_SetMasterClock()
578 audioInterface |= 11U; in WM8904_SetMasterClock()
581 audioInterface |= 12U; in WM8904_SetMasterClock()
584 audioInterface |= 13U; in WM8904_SetMasterClock()
587 audioInterface |= 14U; in WM8904_SetMasterClock()
590 audioInterface |= 15U; in WM8904_SetMasterClock()
593 audioInterface |= 16U; in WM8904_SetMasterClock()
596 audioInterface |= 17U; in WM8904_SetMasterClock()
599 audioInterface |= 18U; in WM8904_SetMasterClock()
602 audioInterface |= 19U; in WM8904_SetMasterClock()
605 audioInterface |= 20U; in WM8904_SetMasterClock()
618 result = WM8904_WriteRegister(handle, WM8904_AUDIO_IF_2, audioInterface); in WM8904_SetMasterClock()
636 audioInterface = (uint16_t)((1UL << 11U) | (bclk / sampleRate)); in WM8904_SetMasterClock()
637 result = WM8904_ModifyRegister(handle, WM8904_AUDIO_IF_3, 0xFFFU, audioInterface); in WM8904_SetMasterClock()