Home
last modified time | relevance | path

Searched refs:addrType (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/sccb/
Dfsl_sccb.c21 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t value, sccb_i2c_send_func_t i2cSe… in SCCB_WriteReg() argument
23 return i2cSendFunc(i2cAddr, reg, addrType, &value, 1); in SCCB_WriteReg()
27 sccb_reg_addr_t addrType, in SCCB_WriteMultiRegs() argument
33 return i2cSendFunc(i2cAddr, startReg, addrType, value, len); in SCCB_WriteMultiRegs()
37 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t *value, sccb_i2c_receive_func_t i… in SCCB_ReadReg() argument
39 return i2cReceiveFunc(i2cAddr, reg, addrType, value, 1); in SCCB_ReadReg()
43 sccb_reg_addr_t addrType, in SCCB_ModifyReg() argument
53 status = SCCB_ReadReg(i2cAddr, addrType, reg, &regVal, i2cReceiveFunc); in SCCB_ModifyReg()
62 return SCCB_WriteReg(i2cAddr, addrType, reg, regVal, i2cSendFunc); in SCCB_ModifyReg()
Dfsl_sccb.h58 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t value, sccb_i2c_send_func_t i2cSe…
72 sccb_reg_addr_t addrType,
89 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t *value, sccb_i2c_receive_func_t i…
106 sccb_reg_addr_t addrType,
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/i2c/
Dfsl_video_i2c.c20 video_reg_addr_t addrType, in VIDEO_I2C_WriteReg() argument
36 return i2cSendFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_WriteReg()
51 video_reg_addr_t addrType, in VIDEO_I2C_ReadReg() argument
62 status = i2cReceiveFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_ReadReg()
76 video_reg_addr_t addrType, 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.h69 video_reg_addr_t addrType,
87 video_reg_addr_t addrType,
110 video_reg_addr_t addrType,
/hal_nxp-3.6.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_i2c_codec_adapter.c105 …I2C_Send(handle->config.i2cHandle, handle->config.slaveAddr, reg, (uint8_t)handle->config.addrType, 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.h30 codec_reg_addr_t addrType; member