Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_init.c709 tfa->bf_swvstep = 0xef0f; in tfa2_dev_specific()
730 tfa->bf_swvstep = 0xef0f; in tfa2_dev_specific()
755 tfa->bf_swvstep = 0xef0f; in tfa2_dev_specific()
Dtfa2_dev.h306 uint16_t bf_swvstep; /**< TFA9XXX_BF_SWVSTEP overload */ member
Dtfa2_dev.c168 tfa->bf_swvstep = TFA9XXX_BF_SWVSTEP; /* default 94N1A */ in tfa2_set_query_info()
915 tfa2_i2c_write_bf_volatile(tfa->i2c, tfa->bf_swvstep, new_value + 1); in tfa2_dev_set_swvstep()
921 return tfa2_i2c_read_bf(tfa->i2c, tfa->bf_swvstep) - 1; in tfa2_dev_get_swvstep()