Searched refs:deviceIndex (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | fsl_tfa9xxx.c | 163 rc = tfa2_dev_start(&s_devs[handle->config->deviceIndex], s_TFA9XXX_start_profile, 0); in TFA9XXX_Start() 187 rc = tfa2_dev_stop(&s_devs[handle->config->deviceIndex]); in TFA9XXX_Stop() 211 rc = tfa2_dev_set_state(&s_devs[handle->config->deviceIndex], TFA_STATE_RESET); in TFA9XXX_Reset() 234 rc = tfa2_dev_mute(&s_devs[handle->config->deviceIndex], isMute); in TFA9XXX_SetMute() 258 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CreatePlatform() 309 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_PreStartConfigure() 369 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CheckCalibrationStatus() 423 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CalibrateSpeakerBoost() 468 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_HardcodeCalibrationValue() 617 …rc = tfa2_i2c_write_bf_volatile(s_devs[handle->config->deviceIndex].i2c, TFA9XXX_BF_VOL, VolumeTab… in TFA9XXX_SetVolume() [all …]
|
D | README.md | 18 .deviceIndex = 0, 26 …- The `.deviceIndex` should be 0 for a single TFA. For multiple TFAs use case, the `.deviceIndex` …
|
D | fsl_tfa9xxx.h | 95 …uint8_t deviceIndex; /*!< tfa device index, starting from 0, up to TFA9XXX_DEV_NUM - 1 */ member
|