Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/wm8904/
Dfsl_wm8904.c521 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()
[all …]