Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_hal_registers.c589 if ((size + 1) > MAX_I2C_LENGTH) in TFA9896_ProcessPatchFile()
869 burst_size = ROUND_DOWN(MAX_I2C_LENGTH, bytes_per_word); in TFA9896_DspReadMem()
939 int burst_size = ROUND_DOWN(MAX_I2C_LENGTH, 3 /*bytes_per_word*/); in TFA9896_DspExecuteRpc()
Dfsl_tfa9896.h48 #define MAX_I2C_LENGTH NXP_I2C_MAX_SIZE macro