Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spdif/
Dfsl_spdif.c108 …SCR = SPDIF_SCR_RXFIFOFULL_SEL(config->rxFullSelect) | SPDIF_SCR_RXAUTOSYNC(config->isRxAutoSync) | in SPDIF_Init()
109 … SPDIF_SCR_TXAUTOSYNC(config->isRxAutoSync) | SPDIF_SCR_TXFIFOEMPTY_SEL(config->txFullSelect) | in SPDIF_Init()
162 config->isRxAutoSync = true; in SPDIF_GetDefaultConfig()
Dfsl_spdif.h144 bool isRxAutoSync; /*!< If auto sync mechanism open */ member