Home
last modified time | relevance | path

Searched refs:I2C_SendFunc (Results 1 – 22 of 22) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxls8974cf/
Dfsl_fxls.c17 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()
Dfsl_fxls.h122 I2C_SendFunc_t I2C_SendFunc; member
152 I2C_SendFunc_t I2C_SendFunc; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/fxos8700cq/
Dfsl_fxos.c18 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()
Dfsl_fxos.h680 I2C_SendFunc_t I2C_SendFunc; member
707 I2C_SendFunc_t I2C_SendFunc; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/mma8451q/
Dfsl_mma.c23 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()
Dfsl_mma.h62 I2C_SendFunc_t I2C_SendFunc; member
73 I2C_SendFunc_t I2C_SendFunc; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/mma8652fc/
Dfsl_mma.c22 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()
Dfsl_mma.h62 I2C_SendFunc_t I2C_SendFunc; member
73 I2C_SendFunc_t I2C_SendFunc; member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ektf2k/
Dfsl_ektf2k.c70 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()
Dfsl_ektf2k.h43 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/
Dfsl_gt911.c83 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, &gt911Stat,… in GT911_ReadRawTouchData()
Dfsl_gt911.h107 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/
Dfsl_pca9420.c32 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()
Dfsl_pca9420.h520 status_t (*I2C_SendFunc)( member
533 status_t (*I2C_SendFunc)( member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c322 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()
Dfsl_pf1550.h419 status_t (*I2C_SendFunc)( member
432 status_t (*I2C_SendFunc)( member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h316 bool (*I2C_SendFunc)( member
335 bool (*I2C_SendFunc)( member
Dfsl_pf3000.c533 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/
Dboard.c24 codec_config_t boardCodecConfig = {.I2C_SendFunc = BOARD_Codec_I2C_Send,
/hal_nxp-3.5.0/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.c282 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()
Dfsl_pf5020.h724 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/
Dsdmmc_config.c107 pca9420Config.I2C_SendFunc = BOARD_PMIC_I2C_Send; in BOARD_SDCardIoVoltageControlInit()