Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/pcm512x/
Dfsl_pcm512x.h247 status_t PCM512x_ReadReg(pcm512x_handle_t *handle, uint8_t reg, uint8_t *val);
Dfsl_pcm512x.c31 status_t PCM512x_ReadReg(pcm512x_handle_t *handle, uint8_t reg, uint8_t *val) in PCM512x_ReadReg() function
44 if (PCM512x_ReadReg(handle, reg, &old) != kStatus_Success) { in PCM512x_ModifyReg()