Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c195 …unsigned short cf_ctrl = 0x0002; /* the value to sent to the CF_CONTROLS register: cf_req=00000000… in checkRpcStatus() local
206 buffer[0] = (unsigned char)((cf_ctrl >> 8) & 0xFF); in checkRpcStatus()
207 buffer[1] = (unsigned char)(cf_ctrl & 0xFF); in checkRpcStatus()
217 error = TFA9896_WriteRegister(handle, 0x70, cf_ctrl); in checkRpcStatus()
274 …unsigned short cf_ctrl = 0x0002; /* the value to be sent to the CF_CONTROLS register: cf_req=00000… in writeParameter() local
290 buffer[0] = (unsigned char)((cf_ctrl >> 8) & 0xFF); in writeParameter()
291 buffer[1] = (unsigned char)(cf_ctrl & 0xFF); in writeParameter()
305 error = TFA9896_WriteRegister(handle, 0x70, cf_ctrl); in writeParameter()
348 …unsigned short cf_ctrl = 0x0002; /* the value to be sent to the CF_CONTROLS register: cf_req=00000… in executeParam() local
350 cf_ctrl |= (1 << 8) | (1 << 4); /* set the cf_req1 and cf_int bit */ in executeParam()
[all …]