Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.h203 tfa_hb_ready = (1 << 3) /**< ready flag when config is loaded */ enumerator
Dtfa2_dev.c302 if (tfa->need_hb_config && !(tfa->need_hb_config & tfa_hb_ready)) in tfa2_dev_start_cf()
307 tfa->need_hb_config |= tfa_hb_ready; /* ready, don't do it again */ in tfa2_dev_start_cf()
386 (tfa->need_hb_config & tfa_hb_ready) ? "warm" : "cold"); /* ready is warm */ in tfa2_dev_start()