/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/sccb/ |
D | fsl_sccb.c | 21 …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()
|
D | fsl_sccb.h | 58 … 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/ |
D | fsl_video_i2c.c | 24 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()
|
D | fsl_video_i2c.h | 73 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/ |
D | fsl_max9286.c | 41 ((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()
|
D | fsl_max9286.h | 57 video_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/adv7535/ |
D | fsl_adv7535.c | 22 ((const adv7535_resource_t *)((handle)->resource))->i2cSendFunc) 31 ((const adv7535_resource_t *)((handle)->resource))->i2cSendFunc)
|
D | fsl_adv7535.h | 36 video_i2c_send_func_t i2cSendFunc; /* I2C send function. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov5640/ |
D | fsl_ov5640.h | 37 sccb_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
|
D | fsl_ov5640.c | 24 ((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/ |
D | fsl_mt9m114.c | 21 ((mt9m114_resource_t *)((handle)->resource))->i2cSendFunc) 28 ((mt9m114_resource_t *)((handle)->resource))->i2cSendFunc)
|
D | fsl_mt9m114.h | 633 video_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/it6263/ |
D | fsl_it6263.h | 35 video_i2c_send_func_t i2cSendFunc; /* I2C send function. */ member
|
D | fsl_it6263.c | 22 ((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/ |
D | fsl_ov7725.h | 195 sccb_i2c_send_func_t i2cSendFunc; /*!< I2C send function. */ member
|
D | fsl_ov7725.c | 22 ((ov7725_resource_t *)((handle)->resource))->i2cSendFunc) 31 ((ov7725_resource_t *)((handle)->resource))->i2cSendFunc)
|