Home
last modified time | relevance | path

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

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