Searched refs:regWidth (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/i2c/ |
D | fsl_video_i2c.c | 22 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, ®Val, i2cReceiveFunc); in VIDEO_I2C_ModifyReg() 96 return VIDEO_I2C_WriteReg(i2cAddr, addrType, reg, regWidth, regVal, i2cSendFunc); in VIDEO_I2C_ModifyReg()
|
D | fsl_video_i2c.h | 71 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/ |
D | srtm_i2c_codec_adapter.c | 106 (uint8_t *)(®Val), (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()
|
D | srtm_i2c_codec_adapter.h | 31 codec_reg_width_t regWidth; member
|