Home
last modified time | relevance | path

Searched refs:regWidth (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/i2c/
Dfsl_video_i2c.c22 video_reg_width_t regWidth, in VIDEO_I2C_WriteReg() argument
29 i = (uint8_t)regWidth; in VIDEO_I2C_WriteReg()
36 return i2cSendFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_WriteReg()
53 video_reg_width_t regWidth, in VIDEO_I2C_ReadReg() argument
59 uint8_t width = (uint8_t)regWidth; in VIDEO_I2C_ReadReg()
62 status = i2cReceiveFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_ReadReg()
78 video_reg_width_t regWidth, in VIDEO_I2C_ModifyReg() argument
87 status = VIDEO_I2C_ReadReg(i2cAddr, addrType, reg, regWidth, &regVal, i2cReceiveFunc); in VIDEO_I2C_ModifyReg()
96 return VIDEO_I2C_WriteReg(i2cAddr, addrType, reg, regWidth, regVal, i2cSendFunc); in VIDEO_I2C_ModifyReg()
Dfsl_video_i2c.h71 video_reg_width_t regWidth,
89 video_reg_width_t regWidth,
112 video_reg_width_t regWidth,
/hal_nxp-3.6.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c106 (uint8_t *)(&regVal), (uint8_t)handle->config.regWidth); in SRTM_I2CCodecAdapter_SetReg()
128 … (uint8_t)handle->config.addrType, (void *)pRegVal, (uint8_t)handle->config.regWidth); in SRTM_I2CCodecAdapter_GetReg()
Dsrtm_i2c_codec_adapter.h31 codec_reg_width_t regWidth; member