Searched refs:tfa9xxx_handle_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/ |
D | fsl_tfa9xxx.h | 107 } tfa9xxx_handle_t; typedef 123 status_t TFA9XXX_Init(tfa9xxx_handle_t *handle, tfa9xxx_config_t *tfa9xxxConfig); 131 status_t TFA9XXX_Deinit(tfa9xxx_handle_t *handle); 142 status_t TFA9XXX_SetMute(tfa9xxx_handle_t *handle, bool isMute); 155 status_t TFA9XXX_ConfigDataFormat(tfa9xxx_handle_t *handle, uint32_t mclk, uint32_t sampleRate, uin… 166 status_t TFA9XXX_SetVolume(tfa9xxx_handle_t *handle, uint32_t volume); 181 status_t TFA9XXX_SetPlayChannel(tfa9xxx_handle_t *handle, uint32_t playChannel); 194 status_t TFA9XXX_Start(tfa9xxx_handle_t *handle); 206 status_t TFA9XXX_Stop(tfa9xxx_handle_t *handle); 218 status_t TFA9XXX_Reset(tfa9xxx_handle_t *handle); [all …]
|
D | fsl_tfa9xxx.c | 26 status_t TFA9XXX_CreatePlatform(tfa9xxx_handle_t *handle, void *tfa_container_bin); 27 status_t TFA9XXX_PreStartConfigure(tfa9xxx_handle_t *handle); 52 status_t TFA9XXX_Init(tfa9xxx_handle_t *handle, tfa9xxx_config_t *tfa9xxxConfig) in TFA9XXX_Init() 127 status_t TFA9XXX_Deinit(tfa9xxx_handle_t *handle) in TFA9XXX_Deinit() 154 status_t TFA9XXX_Start(tfa9xxx_handle_t *handle) in TFA9XXX_Start() 178 status_t TFA9XXX_Stop(tfa9xxx_handle_t *handle) in TFA9XXX_Stop() 202 status_t TFA9XXX_Reset(tfa9xxx_handle_t *handle) in TFA9XXX_Reset() 225 status_t TFA9XXX_SetMute(tfa9xxx_handle_t *handle, bool isMute) in TFA9XXX_SetMute() 252 status_t TFA9XXX_CreatePlatform(tfa9xxx_handle_t *handle, void *tfa_container_bin) in TFA9XXX_CreatePlatform() 305 status_t TFA9XXX_PreStartConfigure(tfa9xxx_handle_t *handle) in TFA9XXX_PreStartConfigure() [all …]
|
D | tfa_device_hal.h | 66 uint8_t TFA_Hal_CollectMsg(tfa9xxx_handle_t *handle, uint8_t *chunk, uint32_t length); 78 int32_t TFA_Hal_ProcessMsg(tfa9xxx_handle_t *handle, void *inBuffer, void *outBuffer); 120 …tfa9xxx_handle_t *handle, uint8_t slave, uint32_t wrLength, uint8_t *wrData, uint32_t rdLength, ui… 131 int32_t TFA_I2C_WriteRaw(tfa9xxx_handle_t *handle, uint8_t slave, uint32_t len, const uint8_t *data…
|
D | tfa_device_hal.c | 30 uint8_t TFA_Hal_CollectMsg(tfa9xxx_handle_t *handle, uint8_t *chunk, uint32_t length) in TFA_Hal_CollectMsg() 77 int32_t TFA_Hal_ProcessMsg(tfa9xxx_handle_t *handle, void *inBuffer, void *outBuffer) in TFA_Hal_ProcessMsg() 172 …tfa9xxx_handle_t *handle, uint8_t slave, uint32_t wrLength, uint8_t *wrData, uint32_t rdLength, ui… in TFA_I2C_WriteReadRaw() 190 int32_t TFA_I2C_WriteRaw(tfa9xxx_handle_t *handle, uint8_t slave, uint32_t len, const uint8_t *data) in TFA_I2C_WriteRaw()
|
D | README.md | 69 status_t TFA9XXX_SetPlayChannel(tfa9xxx_handle_t *handle, enum _codec_play_channel playChannel);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9xxx/ |
D | fsl_codec_tfa9xxx_adapter.c | 46 …tfa9xxx_handle_t *devHandle = (tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_TFA9XXX_Init() 64 …return TFA9XXX_Deinit((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_TFA9XXX_Deinit() 80 …return TFA9XXX_ConfigDataFormat((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_TFA9XXX_SetFormat() 98 …retVal = TFA9XXX_SetVolume((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_TFA9XXX_SetVolume() 117 …retVal = TFA9XXX_SetMute((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandl… in HAL_CODEC_TFA9XXX_SetMute() 138 …retVal = TFA9XXX_Start((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_TFA9XXX_SetPower() 142 …retVal = TFA9XXX_Stop((tfa9xxx_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_TFA9XXX_SetPower()
|