Searched refs:da7212_handle_t (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/da7212/ |
| D | fsl_dialog7212.c | 33 static status_t DA7212_ModifyRegister(da7212_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t v… 296 status_t DA7212_WriteRegister(da7212_handle_t *handle, uint8_t u8Register, uint8_t u8RegisterData) in DA7212_WriteRegister() 306 status_t DA7212_ReadRegister(da7212_handle_t *handle, uint8_t u8Register, uint8_t *pu8RegisterData) in DA7212_ReadRegister() 315 static status_t DA7212_ModifyRegister(da7212_handle_t *handle, uint8_t reg, uint8_t mask, uint8_t v… in DA7212_ModifyRegister() 332 status_t DA7212_Init(da7212_handle_t *handle, da7212_config_t *codecConfig) in DA7212_Init() 415 status_t DA7212_SetPLLConfig(da7212_handle_t *handle, da7212_pll_config_t *config) in DA7212_SetPLLConfig() 485 status_t DA7212_SetProtocol(da7212_handle_t *handle, da7212_protocol_t protocol) in DA7212_SetProtocol() 490 status_t DA7212_ConfigAudioFormat(da7212_handle_t *handle, in DA7212_ConfigAudioFormat() 564 status_t DA7212_SetMasterModeBits(da7212_handle_t *handle, uint32_t bitWidth) in DA7212_SetMasterModeBits() 590 void DA7212_ChangeInput(da7212_handle_t *handle, da7212_Input_t DA7212_Input) in DA7212_ChangeInput() [all …]
|
| D | fsl_dialog7212.h | 1121 } da7212_handle_t; typedef 1144 status_t DA7212_Init(da7212_handle_t *handle, da7212_config_t *codecConfig); 1156 status_t DA7212_ConfigAudioFormat(da7212_handle_t *handle, 1170 status_t DA7212_SetPLLConfig(da7212_handle_t *handle, da7212_pll_config_t *config); 1178 void DA7212_ChangeHPVolume(da7212_handle_t *handle, da7212_volume_t volume); 1186 void DA7212_Mute(da7212_handle_t *handle, bool isMuted); 1194 void DA7212_ChangeInput(da7212_handle_t *handle, da7212_Input_t DA7212_Input); 1202 void DA7212_ChangeOutput(da7212_handle_t *handle, da7212_Output_t DA7212_Output); 1211 status_t DA7212_SetChannelVolume(da7212_handle_t *handle, uint32_t channel, uint32_t volume); 1220 status_t DA7212_SetChannelMute(da7212_handle_t *handle, uint32_t channel, bool isMute); [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/port/da7212/ |
| D | fsl_codec_da7212_adapter.c | 64 …da7212_handle_t *devHandle = (da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_Init() 82 … return DA7212_Deinit((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHandle))); in HAL_CODEC_DA7212_Deinit() 98 …return DA7212_ConfigAudioFormat((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDe… in HAL_CODEC_DA7212_SetFormat() 119 …return DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_SetVolume() 125 …ret = DA7212_SetChannelVolume((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevH… in HAL_CODEC_DA7212_SetVolume() 130 …ret = DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHan… in HAL_CODEC_DA7212_SetVolume() 149 …return DA7212_SetChannelMute((da7212_handle_t *)((uint32_t)(((codec_handle_t *)handle)->codecDevHa… in HAL_CODEC_DA7212_SetMute()
|