/hal_nxp-3.5.0/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-3.5.0/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()
|
D | fsl_fxos.h | 680 I2C_SendFunc_t I2C_SendFunc; member 707 I2C_SendFunc_t I2C_SendFunc; member
|
/hal_nxp-3.5.0/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-3.5.0/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-3.5.0/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-3.5.0/mcux/mcux-sdk/components/gt911/ |
D | fsl_gt911.c | 83 handle->I2C_SendFunc = config->I2C_SendFunc; in GT911_Init() 193 … return handle->I2C_SendFunc(handle->i2cAddr, GT911_CONFIG_ADDR, GT911_REG_ADDR_SIZE, gt911Config, in GT911_Init() 227 …status = handle->I2C_SendFunc(handle->i2cAddr, GT911_REG_STAT, GT911_REG_ADDR_SIZE, >911Stat,… in GT911_ReadRawTouchData()
|
D | fsl_gt911.h | 107 gt911_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member 120 gt911_i2c_send_func_t I2C_SendFunc; /*!< Function to send I2C data. */ member
|
/hal_nxp-3.5.0/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()
|
D | fsl_pca9420.h | 520 status_t (*I2C_SendFunc)( member 533 status_t (*I2C_SendFunc)( member
|
/hal_nxp-3.5.0/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()
|
D | fsl_pf1550.h | 419 status_t (*I2C_SendFunc)( member 432 status_t (*I2C_SendFunc)( member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf3000/ |
D | fsl_pf3000.h | 316 bool (*I2C_SendFunc)( member 335 bool (*I2C_SendFunc)( member
|
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()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/boardkit/lpcxpresso55s69/ |
D | board.c | 24 codec_config_t boardCodecConfig = {.I2C_SendFunc = BOARD_Codec_I2C_Send,
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf5020/ |
D | fsl_pf5020.c | 282 assert(handle->I2C_SendFunc); in PF5020_WriteReg() 284 return handle->I2C_SendFunc(handle->slaveAddress, regAddr, 1U, &val, 1U); in PF5020_WriteReg() 384 config->I2C_SendFunc = NULL; in PF5020_GetDefaultConfig() 401 handle->I2C_SendFunc = config->I2C_SendFunc; in PF5020_CreateHandle()
|
D | fsl_pf5020.h | 724 status_t (*I2C_SendFunc)(uint8_t deviceAddress, member 742 status_t (*I2C_SendFunc)(uint8_t deviceAddress, member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/boards/evkmimxrt685/wireless_config_template/ |
D | sdmmc_config.c | 107 pca9420Config.I2C_SendFunc = BOARD_PMIC_I2C_Send; in BOARD_SDCardIoVoltageControlInit()
|