/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/sgtl5000/ |
D | fsl_codec_sgtl_adapter.c | 72 …sgtl_handle_t *devHandle = (sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle… in HAL_CODEC_SGTL5000_Init() 74 ((codec_handle_t *)handle)->codecCapability = &s_sgtl5000_capability; in HAL_CODEC_SGTL5000_Init() 90 return SGTL_Deinit((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_SGTL5000_Deinit() 106 …return SGTL_ConfigDataFormat((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHand… in HAL_CODEC_SGTL5000_SetFormat() 129 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() 138 … ret = SGTL_SetVolume((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() 142 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() 152 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() 160 … ret = SGTL_SetVolume((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() 164 … ret = SGTL_SetMute((sgtl_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)), in HAL_CODEC_SGTL5000_SetVolume() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8904/ |
D | fsl_codec_wm8904_adapter.c | 94 …wm8904_handle_t *devHandle = (wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_WM8904_Init() 96 ((codec_handle_t *)handle)->codecCapability = &s_wm8904_capability; in HAL_CODEC_WM8904_Init() 112 … return WM8904_Deinit((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_WM8904_Deinit() 129 …ret = WM8904_SetAudioFormat((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetFormat() 158 …ret = WM8904_SetDACVolume((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->code… in HAL_CODEC_WM8904_SetVolume() 172 …ret = WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetVolume() 180 …ret = WM8904_SetChannelVolume((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8904_SetVolume() 184 …ret = WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetVolume() 205 …return WM8904_SetChannelMute((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_WM8904_SetMute() 222 …ret = WM8904_SetModulePower((wm8904_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_WM8904_SetPower() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/ |
D | fsl_codec_common.h | 260 typedef struct _codec_handle codec_handle_t; typedef 304 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config); 312 status_t CODEC_Deinit(codec_handle_t *handle); 323 status_t CODEC_SetFormat(codec_handle_t *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWi… 338 status_t CODEC_ModuleControl(codec_handle_t *handle, codec_module_ctrl_cmd_t cmd, uint32_t data); 349 status_t CODEC_SetVolume(codec_handle_t *handle, uint32_t channel, uint32_t volume); 360 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute); 370 status_t CODEC_SetPower(codec_handle_t *handle, codec_module_t module, bool powerOn); 380 status_t CODEC_SetRecord(codec_handle_t *handle, uint32_t recordSource); 393 status_t CODEC_SetRecordChannel(codec_handle_t *handle, uint32_t leftRecordChannel, uint32_t rightR… [all …]
|
D | fsl_codec_common.c | 33 status_t CODEC_Init(codec_handle_t *handle, codec_config_t *config) in CODEC_Init() 49 status_t CODEC_Deinit(codec_handle_t *handle) in CODEC_Deinit() 65 status_t CODEC_SetFormat(codec_handle_t *handle, uint32_t mclk, uint32_t sampleRate, uint32_t bitWi… in CODEC_SetFormat() 85 status_t CODEC_ModuleControl(codec_handle_t *handle, codec_module_ctrl_cmd_t cmd, uint32_t data) in CODEC_ModuleControl() 113 status_t CODEC_SetVolume(codec_handle_t *handle, uint32_t channel, uint32_t volume) in CODEC_SetVolume() 136 status_t CODEC_SetMute(codec_handle_t *handle, uint32_t channel, bool mute) in CODEC_SetMute() 158 status_t CODEC_SetPower(codec_handle_t *handle, codec_module_t module, bool powerOn) in CODEC_SetPower() 180 status_t CODEC_SetRecord(codec_handle_t *handle, uint32_t recordSource) in CODEC_SetRecord() 205 status_t CODEC_SetRecordChannel(codec_handle_t *handle, uint32_t leftRecordChannel, uint32_t rightR… in CODEC_SetRecordChannel() 232 status_t CODEC_SetPlay(codec_handle_t *handle, uint32_t playSource) in CODEC_SetPlay()
|
/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() 48 ((codec_handle_t *)handle)->codecCapability = &s_tfa9xxx_capability; 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()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8960/ |
D | fsl_codec_wm8960_adapter.c | 96 …wm8960_handle_t *devHandle = (wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8960_Init() 98 ((codec_handle_t *)handle)->codecCapability = &s_wm8960_capability; in HAL_CODEC_WM8960_Init() 114 …return WM8960_Deinit((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_WM8960_Deinit() 130 …return WM8960_ConfigDataFormat((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_WM8960_SetFormat() 158 …retVal = WM8960_SetVolume((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHand… in HAL_CODEC_WM8960_SetVolume() 170 …retVal = WM8960_SetVolume((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHand… in HAL_CODEC_WM8960_SetVolume() 182 …retVal = WM8960_SetVolume((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHand… in HAL_CODEC_WM8960_SetVolume() 206 …retVal = WM8960_SetMute((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle… in HAL_CODEC_WM8960_SetMute() 212 …retVal = WM8960_SetMute((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle… in HAL_CODEC_WM8960_SetMute() 231 …return WM8960_SetModule((wm8960_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle… in HAL_CODEC_WM8960_SetPower() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8962/ |
D | fsl_codec_wm8962_adapter.c | 89 …wm8962_handle_t *devHandle = (wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8962_Init() 91 ((codec_handle_t *)handle)->codecCapability = &s_wm8962_capability; in HAL_CODEC_WM8962_Init() 107 …return WM8962_Deinit((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_WM8962_Deinit() 123 …return WM8962_ConfigDataFormat((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_WM8962_SetFormat() 151 …retVal = WM8962_SetModuleVolume((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_WM8962_SetVolume() 164 …retVal = WM8962_SetModuleVolume((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_WM8962_SetVolume() 176 …retVal = WM8962_SetModuleVolume((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_WM8962_SetVolume() 200 …retVal = WM8962_SetModuleMute((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_WM8962_SetMute() 206 …retVal = WM8962_SetModuleMute((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_WM8962_SetMute() 225 …return WM8962_SetModulePower((wm8962_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8962_SetPower()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/da7212/ |
D | fsl_codec_da7212_adapter.c | 65 …da7212_handle_t *devHandle = (da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_Init() 67 ((codec_handle_t *)handle)->codecCapability = &s_da7212_capability; in HAL_CODEC_DA7212_Init() 83 … return DA7212_Deinit((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_DA7212_Deinit() 99 …return DA7212_ConfigAudioFormat((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_DA7212_SetFormat() 120 …return DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_SetVolume() 126 …ret = DA7212_SetChannelVolume((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_DA7212_SetVolume() 131 …ret = DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_DA7212_SetVolume() 150 …return DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_SetMute()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42888/ |
D | fsl_codec_cs42888_adapter.c | 53 …cs42888_handle_t *devHandle = (cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_CS42888_Init() 56 ((codec_handle_t *)handle)->codecCapability = &s_cs42888_capability; in HAL_CODEC_CS42888_Init() 78 …return CS42888_Deinit((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_CS42888_Deinit() 94 …return CS42888_ConfigDataFormat((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_CS42888_SetFormat() 122 …ret = CS42888_SetChannelMute((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42888_SetVolume() 131 …ret = CS42888_SetAOUTVolume((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_CS42888_SetVolume() 137 …CS42888_SetChannelMute((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_CS42888_SetVolume() 172 …ret = CS42888_SetChannelMute((cs42888_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42888_SetMute()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/cs42448/ |
D | fsl_codec_cs42448_adapter.c | 52 …cs42448_handle_t *devHandle = (cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_CS42448_Init() 55 ((codec_handle_t *)handle)->codecCapability = &s_cs42448_capability; in HAL_CODEC_CS42448_Init() 76 …return CS42448_Deinit((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))… in HAL_CODEC_CS42448_Deinit() 92 …return CS42448_ConfigDataFormat((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecD… in HAL_CODEC_CS42448_SetFormat() 120 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetVolume() 129 …ret = CS42448_SetAOUTVolume((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_CS42448_SetVolume() 135 …CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_CS42448_SetVolume() 170 …ret = CS42448_SetChannelMute((cs42448_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_CS42448_SetMute()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ak4497/ |
D | fsl_codec_ak4497_adapter.c | 43 …ak4497_handle_t *devHandle = (ak4497_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_AK4497_Init() 45 ((codec_handle_t *)handle)->codecCapability = &s_ak4497_capability; in HAL_CODEC_AK4497_Init() 61 … return AK4497_Deinit((ak4497_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_AK4497_Deinit() 77 …return AK4497_ConfigDataFormat((ak4497_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDev… in HAL_CODEC_AK4497_SetFormat() 175 …return AK4497_ModuleControl((ak4497_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_AK4497_ModuleControl()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm512x/ |
D | fsl_codec_adapter.c | 39 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_Init() 41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_Init() 57 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_Deinit() 75 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_SetFormat() 107 …ret = PCM512x_SetMute((pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_SetMute()
|
D | fsl_codec_pcm512x_adapter.c | 39 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM512x_Init() 41 ((codec_handle_t *)handle)->codecCapability = &s_pcm512x_capability; in HAL_CODEC_PCM512x_Init() 57 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM512x_Deinit() 75 …pcm512x_handle_t *devHandle = (pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM512x_SetFormat() 107 …ret = PCM512x_SetMute((pcm512x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)… in HAL_CODEC_PCM512x_SetMute()
|
/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() 49 ((codec_handle_t *)handle)->codecCapability = &s_tfa9896_capability; 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()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/pcm186x/ |
D | fsl_codec_adapter.c | 39 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_Init() 41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_Init() 57 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_Deinit() 75 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_SetFormat()
|
D | fsl_codec_pcm186x_adapter.c | 39 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM186x_Init() 41 ((codec_handle_t *)handle)->codecCapability = &s_pcm186x_capability; in HAL_CODEC_PCM186x_Init() 57 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM186x_Deinit() 75 …pcm186x_handle_t *devHandle = (pcm186x_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_PCM186x_SetFormat()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/wm8524/ |
D | fsl_codec_wm8524_adapter.c | 41 …wm8524_handle_t *devHandle = (wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_WM8524_Init() 43 ((codec_handle_t *)handle)->codecCapability = &s_wm8524_capability; in HAL_CODEC_WM8524_Init() 105 …WM8524_SetMute((wm8524_handle_t *)((uintptr_t)(((codec_handle_t *)handle)->codecDevHandle)), isMut… in HAL_CODEC_WM8524_SetMute()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/port/ |
D | fsl_codec_adapter.c | 146 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_Deinit() 248 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetFormat() 349 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetVolume() 438 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetMute() 533 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPower() 622 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecord() 714 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetRecordChannel() 803 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_SetPlay() 897 switch (((codec_handle_t *)handle)->codecConfig->codecDevType) in HAL_CODEC_ModuleControl()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/ |
D | srtm_wm8524_adapter.c | 22 codec_handle_t *driver; 53 srtm_codec_adapter_t SRTM_Wm8524Adapter_Create(codec_handle_t *driver, srtm_wm8524_config_t *config) in SRTM_Wm8524Adapter_Create()
|
D | srtm_i2c_codec_adapter.c | 23 codec_handle_t *driver; 133 srtm_codec_adapter_t SRTM_I2CCodecAdapter_Create(codec_handle_t *driver, srtm_i2c_codec_config_t *c… in SRTM_I2CCodecAdapter_Create()
|
D | srtm_wm8524_adapter.h | 42 srtm_codec_adapter_t SRTM_Wm8524Adapter_Create(codec_handle_t *driver, srtm_wm8524_config_t *config…
|
D | srtm_i2c_codec_adapter.h | 51 srtm_codec_adapter_t SRTM_I2CCodecAdapter_Create(codec_handle_t *driver, srtm_i2c_codec_config_t *c…
|