Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1119 int tfa2_i2c_bf_poll(struct i2c_client *client, uint16_t bf, uint16_t wait_value, int loop) in tfa2_i2c_bf_poll() argument
1133 while (value != wait_value && --loop); in tfa2_i2c_bf_poll()
1138 …lient->dev, "timeout waiting for bitfield:0x%04x, value:%d, %d times\n", bf, wait_value, loop_arg); in tfa2_i2c_bf_poll()