Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/
Dfsl_tfa9896.h462 …_t TFA9896_DspWritePreset(tfa9896_handle_t *handle, int length, const unsigned char *pPresetBytes);
Dfsl_hal_registers.c621 …s_t TFA9896_DspWritePreset(tfa9896_handle_t *handle, int length, const unsigned char *pPresetBytes) in TFA9896_DspWritePreset() argument
624 if (pPresetBytes != 0) in TFA9896_DspWritePreset()
628 …rror = TFA9896_DspSetParam(handle, MODULE_SPEAKERBOOST, SB_PARAM_SET_PRESET, length, pPresetBytes); in TFA9896_DspWritePreset()