Home
last modified time | relevance | path

Searched refs:SGTL_ReadReg (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/
Dfsl_sgtl5000.c428 ret = SGTL_ReadReg(handle, CHIP_ANA_ADC_CTRL, &vol); in SGTL_GetVolume()
432 ret = SGTL_ReadReg(handle, CHIP_DAC_VOL, &vol); in SGTL_GetVolume()
436 ret = SGTL_ReadReg(handle, CHIP_ANA_HP_CTRL, &vol); in SGTL_GetVolume()
440 ret = SGTL_ReadReg(handle, CHIP_LINE_OUT_VOL, &vol); in SGTL_GetVolume()
584 if (SGTL_ReadReg(handle, CHIP_I2S_CTRL, &regVal) != kStatus_Success) in SGTL_ConfigDataFormat()
681 status_t SGTL_ReadReg(sgtl_handle_t *handle, uint16_t reg, uint16_t *val) in SGTL_ReadReg() function
700 retval = SGTL_ReadReg(handle, reg, &reg_val); in SGTL_ModifyReg()
Dfsl_sgtl5000.h1029 status_t SGTL_ReadReg(sgtl_handle_t *handle, uint16_t reg, uint16_t *val);