Searched refs:tfa9896_handle_t (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9896/ |
D | fsl_tfa9896.h | 348 } tfa9896_handle_t; typedef 362 uint16_t TFA9896_isFactory(tfa9896_handle_t *handle); 371 uint16_t TFA9896_GetBits(tfa9896_handle_t *handle, const uint16_t bf); 380 status_t TFA9896_SetBits(tfa9896_handle_t *handle, const uint16_t bf, const uint16_t value); 388 status_t TFA9896_DSP_System_Stable(tfa9896_handle_t *handle, int *ready); 395 status_t TFA9896_ClearOneTimeCalibration(tfa9896_handle_t *handle); 403 status_t TFA9896_SetOneTimeCalibration(tfa9896_handle_t *handle); 410 status_t TFA9896_SetFactoryValues(tfa9896_handle_t *handle); 418 status_t TFA9896_CheckICROMversion(tfa9896_handle_t *handle, const unsigned char patchheader[]); 427 status_t TFA9896_ProcessPatchFile(tfa9896_handle_t *handle, int length, const unsigned char *bytes); [all …]
|
D | fsl_hal_registers.c | 26 status_t TFA9896_ReadRegister(tfa9896_handle_t *handle, uint8_t subaddress, unsigned short *value) in TFA9896_ReadRegister() 55 int tfa_read_reg(tfa9896_handle_t *handle, const uint16_t bf) in tfa_read_reg() 72 status_t TFA9896_WriteRegister(tfa9896_handle_t *handle, uint8_t subaddress, uint16_t value) in TFA9896_WriteRegister() 101 uint16_t TFA9896_GetBits(tfa9896_handle_t *handle, const uint16_t bf) in TFA9896_GetBits() 121 uint16_t TFA9896_isFactory(tfa9896_handle_t *handle) in TFA9896_isFactory() 126 status_t TFA9896_SetBits(tfa9896_handle_t *handle, const uint16_t bf, const uint16_t value) in TFA9896_SetBits() 147 status_t TFA9896_ReadData(tfa9896_handle_t *handle, unsigned char subaddress, int num_bytes, unsign… in TFA9896_ReadData() 167 status_t TFA9896_WriteData(tfa9896_handle_t *handle, in TFA9896_WriteData() 192 status_t checkRpcStatus(tfa9896_handle_t *handle, int *pRpcStatus) in checkRpcStatus() 267 status_t writeParameter(tfa9896_handle_t *handle, in writeParameter() [all …]
|
D | fsl_tfa9896.c | 25 status_t TFA9896_Init(tfa9896_handle_t *handle, tfa9896_config_t *tfa9896Config) in TFA9896_Init() 378 status_t TFA9896_Deinit(tfa9896_handle_t *handle) in TFA9896_Deinit() 385 void TFA9896_Powerdown(tfa9896_handle_t *handle, int powerdown) in TFA9896_Powerdown() 390 status_t TFA9896_SetVolume(tfa9896_handle_t *handle, uint8_t volume_level) in TFA9896_SetVolume()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/tfa9896/ |
D | fsl_codec_tfa9896_adapter.c | 48 …tfa9896_handle_t *devHandle = (tfa9896_handle_t *)((uint32_t) & (((codec_handle_t *)handle)->codec… in HAL_CODEC_TFA9896_Init() 70 …return TFA9896_Deinit((tfa9896_handle_t *)((uint32_t) & (((codec_handle_t *)handle)->codecDevHandl… in HAL_CODEC_TFA9896_Deinit() 102 …tfa9896_handle_t *tfa9896Handle = (tfa9896_handle_t *)((uint32_t) & (((codec_handle_t *)handle)->c… in HAL_CODEC_TFA9896_SetVolume() 172 …TFA9896_SetMute((tfa9896_handle_t *)((uint32_t) & (((codec_handle_t *)handle)->codecDevHandle)), M… in HAL_CODEC_TFA9896_SetMute()
|