Home
last modified time | relevance | path

Searched refs:i2cSendFunc (Results 1 – 16 of 16) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/sccb/
Dfsl_sccb.c21 …t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t value, sccb_i2c_send_func_t i2cSendFunc) in SCCB_WriteReg() argument
23 return i2cSendFunc(i2cAddr, reg, addrType, &value, 1); in SCCB_WriteReg()
31 sccb_i2c_send_func_t i2cSendFunc) in SCCB_WriteMultiRegs() argument
33 return i2cSendFunc(i2cAddr, startReg, addrType, value, len); in SCCB_WriteMultiRegs()
48 sccb_i2c_send_func_t i2cSendFunc) in SCCB_ModifyReg() argument
62 return SCCB_WriteReg(i2cAddr, addrType, reg, regVal, i2cSendFunc); in SCCB_ModifyReg()
Dfsl_sccb.h58 … i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t value, sccb_i2c_send_func_t i2cSendFunc);
76 sccb_i2c_send_func_t i2cSendFunc);
111 sccb_i2c_send_func_t i2cSendFunc);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/i2c/
Dfsl_video_i2c.c24 video_i2c_send_func_t i2cSendFunc) in VIDEO_I2C_WriteReg() argument
36 return i2cSendFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_WriteReg()
82 video_i2c_send_func_t i2cSendFunc) in VIDEO_I2C_ModifyReg() argument
96 return VIDEO_I2C_WriteReg(i2cAddr, addrType, reg, regWidth, regVal, i2cSendFunc); in VIDEO_I2C_ModifyReg()
Dfsl_video_i2c.h73 video_i2c_send_func_t i2cSendFunc);
116 video_i2c_send_func_t i2cSendFunc);
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/max9286/
Dfsl_max9286.c41 ((const max9286_resource_t *)((handle)->resource))->i2cSendFunc)
410 ((max9286_resource_t *)(handle->resource))->i2cSendFunc); in MAX9271_Write()
429 ((max9286_resource_t *)(handle->resource))->i2cSendFunc); in OV10635_Write()
Dfsl_max9286.h57 video_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/adv7535/
Dfsl_adv7535.c22 ((const adv7535_resource_t *)((handle)->resource))->i2cSendFunc)
31 ((const adv7535_resource_t *)((handle)->resource))->i2cSendFunc)
Dfsl_adv7535.h36 video_i2c_send_func_t i2cSendFunc; /* I2C send function. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.h37 sccb_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
Dfsl_ov5640.c24 ((ov5640_resource_t *)((handle)->resource))->i2cSendFunc)
28 ((ov5640_resource_t *)((handle)->resource))->i2cSendFunc)
37 ((ov5640_resource_t *)((handle)->resource))->i2cSendFunc)
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c21 ((mt9m114_resource_t *)((handle)->resource))->i2cSendFunc)
28 ((mt9m114_resource_t *)((handle)->resource))->i2cSendFunc)
Dfsl_mt9m114.h633 video_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/it6263/
Dfsl_it6263.h35 video_i2c_send_func_t i2cSendFunc; /* I2C send function. */ member
Dfsl_it6263.c22 ((const it6263_resource_t *)((handle)->resource))->i2cSendFunc)
31 ((const it6263_resource_t *)((handle)->resource))->i2cSendFunc)
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.h195 sccb_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
Dfsl_ov7725.c22 ((ov7725_resource_t *)((handle)->resource))->i2cSendFunc)
31 ((ov7725_resource_t *)((handle)->resource))->i2cSendFunc)