Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c358 unsigned short cf_status; /* the contents of the CF_STATUS register */ in waitResult() local
362 error = TFA9896_ReadRegister(handle, 0x73, &cf_status); in waitResult()
364 } while ((error == kStatus_TFA9896_Ok) && ((cf_status & 0x0100) == 0) && in waitResult()
1070 unsigned short cf_status; /* the contents of the CF_STATUS register */ in TFA9896_DspGetParam() local
1136 error = TFA9896_ReadRegister(handle, 0x73, &cf_status); in TFA9896_DspGetParam()
1139 (error == kStatus_TFA9896_Ok) && ((cf_status & 0x0100) == 0) && in TFA9896_DspGetParam()
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/
Dtfa2_dev.c1076 uint16_t cf_status = 0; in tfa2_i2c_rpc_status() local
1087 cf_status = (uint16_t)rc; /* ret contains flags, when no error */ in tfa2_i2c_rpc_status()
1089 if ((cf_status & CF_STATUS_I2C_CMD_ACK)) in tfa2_i2c_rpc_status()
1095 if ((retry_cnt >= CF_RPC_RETRY_NUM) && !(cf_status & CF_STATUS_I2C_CMD_ACK)) in tfa2_i2c_rpc_status()