| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6263/ |
| D | fsl_it6263.c | 158 uint8_t i2cAddr = (((const it6263_resource_t *)(handle->resource))->i2cAddr) / 2U; in IT6263_InitLVDS_ID() local 160 status = IT6263_I2C_WriteReg(handle, i2cAddr, IT6263_SET_LVDS_ID_REG, IT6263_LVDS_ID * 2U); in IT6263_InitLVDS_ID() 164 status = IT6263_I2C_WriteReg(handle, i2cAddr, IT6263_ENABLE_LVDS_ID_REG, 1); in IT6263_InitLVDS_ID() 176 uint8_t i2cAddr = (((const it6263_resource_t *)(handle->resource))->i2cAddr) / 2U; in IT6263_Identify() local 178 …status = IT6263_I2C_ReadRegs(handle, i2cAddr, IT6263_HDMI_VENDER_ID_REG, &hdmiVendorID, sizeof(hdm… in IT6263_Identify() 233 uint8_t i2cAddr = ((const it6263_resource_t *)(handle->resource))->i2cAddr / 2U; in IT6263_Init() local 238 status = IT6263_I2C_WriteReg(handle, i2cAddr, 0x04, IT6263_HDMI_04_ALLRST_MASK); in IT6263_Init() 268 IT6263_CHECK_RET(IT6263_I2C_ModifyReg(handle, i2cAddr, 0x70, 0x03U << 6U, 0)); in IT6263_Init() 276 IT6263_CHECK_RET(IT6263_I2C_ModifyReg(handle, i2cAddr, 0x72, 0x03U << 0U, 0)); in IT6263_Init() 285 IT6263_CHECK_RET(IT6263_I2C_ModifyReg(handle, i2cAddr, 0xC1, 0x07U << 4U, 0x04U << 0U)); in IT6263_Init() [all …]
|
| D | fsl_it6263.h | 38 uint8_t i2cAddr; /* I2C address, 0x98 or 0x9A. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/sccb/ |
| D | fsl_sccb.c | 21 …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() 26 status_t SCCB_WriteMultiRegs(uint8_t i2cAddr, 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() 42 status_t SCCB_ModifyReg(uint8_t i2cAddr, in SCCB_ModifyReg() argument 53 status = SCCB_ReadReg(i2cAddr, addrType, reg, ®Val, i2cReceiveFunc); in SCCB_ModifyReg() 62 return SCCB_WriteReg(i2cAddr, addrType, reg, regVal, i2cSendFunc); in SCCB_ModifyReg()
|
| D | fsl_sccb.h | 58 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t value, sccb_i2c_send_func_t i2cSe… 71 status_t SCCB_WriteMultiRegs(uint8_t i2cAddr, 89 …uint8_t i2cAddr, sccb_reg_addr_t addrType, uint32_t reg, uint8_t *value, sccb_i2c_receive_func_t i… 105 status_t SCCB_ModifyReg(uint8_t i2cAddr,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/gt911/ |
| D | fsl_gt911.c | 117 handle->i2cAddr = GT911_I2C_ADDRESS0; in GT911_Init() 118 …status = handle->I2C_ReceiveFunc(handle->i2cAddr, GT911_REG_ID, GT911_REG_ADDR_SIZE, (uint8_t *)&d… in GT911_Init() 123 handle->i2cAddr = GT911_I2C_ADDRESS1; in GT911_Init() 125 …handle->I2C_ReceiveFunc(handle->i2cAddr, GT911_REG_ID, GT911_REG_ADDR_SIZE, (uint8_t *)&deviceID, … in GT911_Init() 138 handle->i2cAddr = GT911_I2C_ADDRESS1; in GT911_Init() 142 handle->i2cAddr = GT911_I2C_ADDRESS0; in GT911_Init() 160 …status = handle->I2C_ReceiveFunc(handle->i2cAddr, GT911_REG_ID, GT911_REG_ADDR_SIZE, (uint8_t *)&d… in GT911_Init() 174 …status = handle->I2C_ReceiveFunc(handle->i2cAddr, GT911_CONFIG_ADDR, GT911_REG_ADDR_SIZE, gt911Con… in GT911_Init() 209 …status = handle->I2C_SendFunc(handle->i2cAddr, GT911_CONFIG_ADDR, GT911_REG_ADDR_SIZE, gt911Config, in GT911_Init() 227 …status = handle->I2C_ReceiveFunc(handle->i2cAddr, GT911_REG_STAT, GT911_REG_ADDR_SIZE, >911Stat,… in GT911_ReadRawTouchData() [all …]
|
| D | fsl_gt911.h | 130 uint8_t i2cAddr; /*!< I2C address. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/max9286/ |
| D | fsl_max9286.c | 402 static status_t MAX9271_Write(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_… in MAX9271_Write() argument 409 status = VIDEO_I2C_WriteReg(i2cAddr, kVIDEO_RegAddr8Bit, reg, kVIDEO_RegWidth8Bit, value, in MAX9271_Write() 421 static status_t OV10635_Write(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_… in OV10635_Write() argument 428 status = VIDEO_I2C_WriteReg(i2cAddr, kVIDEO_RegAddr16Bit, reg, kVIDEO_RegWidth8Bit, value, in OV10635_Write() 440 static status_t OV10635_Read(camera_device_handle_t *handle, uint8_t i2cAddr, uint32_t reg, uint8_t… in OV10635_Read() argument 447 status = VIDEO_I2C_ReadReg(i2cAddr, kVIDEO_RegAddr16Bit, reg, kVIDEO_RegWidth8Bit, value, in OV10635_Read() 483 uint8_t i2cAddr = I2C_ADDR_OV10635_N(index); in OV10635_SetResolutionConfig() local 487 status = OV10635_Write(handle, i2cAddr, config->regs[i].reg, config->regs[i].value); in OV10635_SetResolutionConfig() 527 uint8_t i2cAddr = I2C_ADDR_OV10635_N(index); in OV10635_Init() local 531 status = OV10635_Read(handle, i2cAddr, OV10635_REG_PID, ®); in OV10635_Init() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/i2c/ |
| D | fsl_video_i2c.c | 19 status_t VIDEO_I2C_WriteReg(uint8_t i2cAddr, in VIDEO_I2C_WriteReg() argument 36 return i2cSendFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_WriteReg() 50 status_t VIDEO_I2C_ReadReg(uint8_t i2cAddr, in VIDEO_I2C_ReadReg() argument 62 status = i2cReceiveFunc(i2cAddr, reg, addrType, data, regWidth); in VIDEO_I2C_ReadReg() 75 status_t VIDEO_I2C_ModifyReg(uint8_t i2cAddr, 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 | 68 status_t VIDEO_I2C_WriteReg(uint8_t i2cAddr, 86 status_t VIDEO_I2C_ReadReg(uint8_t i2cAddr, 109 status_t VIDEO_I2C_ModifyReg(uint8_t i2cAddr,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pcal6524/ |
| D | fsl_pcal6524.c | 27 return handle->I2C_ReceiveFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)value, 3U, 0U); in PCAL6524_ReadPort() 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 3U, 0U); in PCAL6524_WritePort() 83 handle->i2cAddr = config->i2cAddr; in PCAL6524_Init()
|
| D | fsl_pcal6524.h | 66 uint8_t i2cAddr; /*!< I2C address. */ member 74 uint8_t i2cAddr; /*!< I2C address. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/adp5585/ |
| D | fsl_adp5585.c | 27 return handle->I2C_ReceiveFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)value, 2U, 0U); in ADP5585_ReadPort() 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 2U, 0U); in ADP5585_WritePort() 83 handle->i2cAddr = config->i2cAddr; in ADP5585_Init()
|
| D | fsl_adp5585.h | 64 uint8_t i2cAddr; /*!< I2C address. */ member 72 uint8_t i2cAddr; /*!< I2C address. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pca6416a/ |
| D | fsl_pca6416a.c | 27 return handle->I2C_ReceiveFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)value, 2U, 0U); in PCA6416A_ReadPort() 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 2U, 0U); in PCA6416A_WritePort() 83 handle->i2cAddr = config->i2cAddr; in PCA6416A_Init()
|
| D | fsl_pca6416a.h | 68 uint8_t i2cAddr; /*!< I2C address. */ member 76 uint8_t i2cAddr; /*!< I2C address. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/adv7535/ |
| D | fsl_adv7535.c | 103 uint8_t i2cAddr, in ADV7535_I2C_ModifyRegs() argument 111 … status = ADV7535_I2C_ModifyReg(handle, i2cAddr, values[i].reg, values[i].mask, values[i].value); in ADV7535_I2C_ModifyRegs() 125 uint8_t mainI2cAddr = (((const adv7535_resource_t *)(handle->resource))->i2cAddr); in ADV7535_Init() 258 uint8_t mainI2cAddr = (((const adv7535_resource_t *)(handle->resource))->i2cAddr); in ADV7535_Deinit()
|
| D | fsl_adv7535.h | 38 uint8_t i2cAddr; /* I2C address for the main memory. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/it6161/ |
| D | fsl_it6161.c | 33 uint8_t i2cAddr = (((const it6161_resource_t *)(handle->resource))->i2cAddr); in IT6161_Identify() local 35 status = IT6161_I2C_ReadRegs(handle, i2cAddr, IT6161_VENDER_ID_REG, ®, sizeof(reg)); in IT6161_Identify() 41 status = IT6161_I2C_ReadRegs(handle, i2cAddr, IT6161_DEVICE_ID_REG, ®, sizeof(reg)); in IT6161_Identify()
|
| D | fsl_it6161.h | 490 uint8_t i2cAddr; /* I2C address, 0x4C or 0x6C. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/mcimx93evk/ |
| D | board.c | 251 .i2cAddr = BOARD_ADP5585_I2C_ADDR, in BOARD_InitADP5585() 294 .i2cAddr = BOARD_PCAL6524_I2C_ADDR, in BOARD_InitPCAL6524()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/mcimx93autoevk/ |
| D | board.c | 252 .i2cAddr = BOARD_PCAL6524_A_I2C_ADDR, in BOARD_InitPCAL6524_A() 265 .i2cAddr = BOARD_PCAL6524_B_I2C_ADDR, in BOARD_InitPCAL6524_B()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8mq/ |
| D | board.c | 271 .i2cAddr = BOARD_PCA6416A_I2C_ADDR, in BOARD_InitPCA6416A()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/mcimx93qsb/ |
| D | board.c | 252 .i2cAddr = BOARD_PCAL6524_I2C_ADDR, in BOARD_InitPCAL6524()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/evkmimx8ulp/ |
| D | board.c | 1793 .i2cAddr = BOARD_PCA6416A_I2C_ADDR, in BOARD_InitPCA6416A()
|