Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.c201 while ((regRead & 0x8000) == 0 && (tries < PLL_READ_TRIAL)) in TFA9896_Init()
210 if (tries >= PLL_READ_TRIAL) in TFA9896_Init()
Dfsl_tfa9896.h134 #define PLL_READ_TRIAL 50 macro