Searched refs:pRegVal (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/ |
| D | srtm_i2c_codec_adapter.c | 111 …status_t SRTM_I2CCodecAdapter_GetReg(srtm_codec_adapter_t adapter, uint32_t reg, uint32_t *pRegVal) in SRTM_I2CCodecAdapter_GetReg() argument 116 assert(pRegVal != NULL); in SRTM_I2CCodecAdapter_GetReg() 120 *pRegVal = 0; /* Clear high bytes. */ in SRTM_I2CCodecAdapter_GetReg() 123 status = handle->config.readRegMap(handle->driver, reg, pRegVal); in SRTM_I2CCodecAdapter_GetReg() 128 … (uint8_t)handle->config.addrType, (void *)pRegVal, (uint8_t)handle->config.regWidth); in SRTM_I2CCodecAdapter_GetReg()
|
| D | srtm_wm8524_adapter.c | 49 …tm_status_t SRTM_CodecAdapter_GetReg(srtm_codec_adapter_t adapter, uint32_t reg, uint32_t *pRegVal) in SRTM_CodecAdapter_GetReg() argument
|
| D | srtm_audio_service.h | 126 srtm_status_t (*getReg)(srtm_codec_adapter_t adapter, uint32_t reg, uint32_t *pRegVal);
|