Searched refs:SGTL_ReadReg (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/sgtl5000/ |
| D | fsl_sgtl5000.c | 428 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, ®Val) != 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, ®_val); in SGTL_ModifyReg()
|
| D | fsl_sgtl5000.h | 1029 status_t SGTL_ReadReg(sgtl_handle_t *handle, uint16_t reg, uint16_t *val);
|