| /hal_nxp-latest/mcux/mcux-sdk/components/fxls8974cf/ |
| D | fsl_fxls.c | 17 assert(config->I2C_SendFunc != NULL); in FXLS_Init() 23 fxls_handle->I2C_SendFunc = config->I2C_SendFunc; in FXLS_Init() 145 if ((handle->I2C_SendFunc) == NULL) in FXLS_WriteReg() 151 return handle->I2C_SendFunc(handle->slaveAddress, reg, 1, val); in FXLS_WriteReg()
|
| D | fsl_fxls.h | 122 I2C_SendFunc_t I2C_SendFunc; member 152 I2C_SendFunc_t I2C_SendFunc; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/fxos8700cq/ |
| D | fsl_fxos.c | 18 assert(config->I2C_SendFunc); in FXOS_Init() 24 fxos_handle->I2C_SendFunc = config->I2C_SendFunc; in FXOS_Init() 221 if ((handle->I2C_SendFunc) == NULL) in FXOS_WriteReg() 226 return handle->I2C_SendFunc(handle->slaveAddress, reg, 1, val); in FXOS_WriteReg()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/mma8451q/ |
| D | fsl_mma.c | 23 handle->I2C_SendFunc = config->I2C_SendFunc; in MMA_Init() 165 if (!handle->I2C_SendFunc) in MMA_WriteReg() 170 return handle->I2C_SendFunc(handle->slaveAddress, reg, 1, val); in MMA_WriteReg()
|
| D | fsl_mma.h | 62 I2C_SendFunc_t I2C_SendFunc; member 73 I2C_SendFunc_t I2C_SendFunc; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/mma8652fc/ |
| D | fsl_mma.c | 22 handle->I2C_SendFunc = config->I2C_SendFunc; in MMA_Init() 149 if (NULL == handle->I2C_SendFunc) in MMA_WriteReg() 154 return handle->I2C_SendFunc(handle->slaveAddress, reg, 1, val); in MMA_WriteReg()
|
| D | fsl_mma.h | 62 I2C_SendFunc_t I2C_SendFunc; member 73 I2C_SendFunc_t I2C_SendFunc; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ektf2k/ |
| D | fsl_ektf2k.c | 70 handle->I2C_SendFunc = config->I2C_SendFunc; in EKTF2K_Init() 101 status = handle->I2C_SendFunc(EKTF2K_I2C_ADDRESS, 0, 0, cmd_x, 4); in EKTF2K_Init() 115 status = handle->I2C_SendFunc(EKTF2K_I2C_ADDRESS, 0, 0, cmd_y, 4); in EKTF2K_Init()
|
| D | fsl_ektf2k.h | 43 ektf2k_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 52 ektf2k_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pcal6524/ |
| D | fsl_pcal6524.c | 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 3U, 0U); in PCAL6524_WritePort() 84 handle->I2C_SendFunc = config->I2C_SendFunc; in PCAL6524_Init()
|
| D | fsl_pcal6524.h | 67 pcal6524_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 75 pcal6524_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/adp5585/ |
| D | fsl_adp5585.c | 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 2U, 0U); in ADP5585_WritePort() 84 handle->I2C_SendFunc = config->I2C_SendFunc; in ADP5585_Init()
|
| D | fsl_adp5585.h | 65 adp5585_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 73 adp5585_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/gt911/ |
| D | fsl_gt911.c | 83 handle->I2C_SendFunc = config->I2C_SendFunc; in GT911_Init() 209 …status = handle->I2C_SendFunc(handle->i2cAddr, GT911_CONFIG_ADDR, GT911_REG_ADDR_SIZE, gt911Config, in GT911_Init() 246 …status = handle->I2C_SendFunc(handle->i2cAddr, GT911_REG_STAT, GT911_REG_ADDR_SIZE, >911Stat,… in GT911_ReadRawTouchData()
|
| D | fsl_gt911.h | 111 gt911_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 124 gt911_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/lsm6dso/ |
| D | fsl_lsm.c | 19 handle->I2C_SendFunc = config->I2C_SendFunc; in LSM_Init() 301 if (NULL == handle->I2C_SendFunc) in LSM_WriteReg() 306 status = handle->I2C_SendFunc(handle->slaveAddress, reg, 1, *val, 0); in LSM_WriteReg()
|
| D | fsl_lsm.h | 278 I2C_SendFunc_t I2C_SendFunc; member 289 I2C_SendFunc_t I2C_SendFunc; member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pca6416a/ |
| D | fsl_pca6416a.c | 33 return handle->I2C_SendFunc(handle->i2cAddr, startReg, 1U, (uint8_t *)&value, 2U, 0U); in PCA6416A_WritePort() 84 handle->I2C_SendFunc = config->I2C_SendFunc; in PCA6416A_Init()
|
| D | fsl_pca6416a.h | 69 pca6416a_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 77 pca6416a_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pca9420/ |
| D | fsl_pca9420.c | 32 config->I2C_SendFunc = NULL; in PCA9420_GetDefaultConfig() 81 handle->I2C_SendFunc = config->I2C_SendFunc; in PCA9420_Init() 408 assert(handle->I2C_SendFunc); in PCA9420_WriteRegs() 411 …return (kStatus_Success == handle->I2C_SendFunc(handle->slaveAddress, regBase, 1U, val, size)) ? t… in PCA9420_WriteRegs()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/ |
| D | fsl_ft6x06.c | 94 handle->I2C_SendFunc = config->I2C_SendFunc; in FT6X06_Init() 100 return handle->I2C_SendFunc(FT6X06_I2C_ADDRESS, 0, 1, (const uint8_t[]){0U}, 1); in FT6X06_Init()
|
| D | fsl_ft6x06.h | 51 ft6x06_i2c_send_func_t I2C_SendFunc; member 82 ft6x06_i2c_send_func_t I2C_SendFunc;
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf1550/ |
| D | fsl_pf1550.c | 322 config->I2C_SendFunc = NULL; in PF1550_GetDefaultConfig() 342 handle->I2C_SendFunc = config->I2C_SendFunc; in PF1550_Init() 360 assert(handle->I2C_SendFunc); in PF1550_WriteReg() 362 …return (kStatus_Success == handle->I2C_SendFunc(handle->slaveAddress, reg, 1U, &val, 1U)) ? true :… in PF1550_WriteReg()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/pf3000/ |
| D | fsl_pf3000.c | 533 config->I2C_SendFunc = NULL; in PF3000_GetDefaultConfig() 553 handle->I2C_SendFunc = config->I2C_SendFunc; in PF3000_Init() 582 assert(handle->I2C_SendFunc); in PF3000_WriteReg() 584 return handle->I2C_SendFunc(handle->slaveAddress, reg, 1U, &val, 1U); in PF3000_WriteReg()
|
| D | fsl_pf3000.h | 316 bool (*I2C_SendFunc)( member 335 bool (*I2C_SendFunc)( member
|