Home
last modified time | relevance | path

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

12

/hal_nxp-latest/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-latest/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()
/hal_nxp-latest/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-latest/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-latest/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-latest/mcux/mcux-sdk/components/pcal6524/
Dfsl_pcal6524.c33 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()
Dfsl_pcal6524.h67 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/
Dfsl_adp5585.c33 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()
Dfsl_adp5585.h65 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/
Dfsl_gt911.c83 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, &gt911Stat,… in GT911_ReadRawTouchData()
Dfsl_gt911.h111 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/
Dfsl_lsm.c19 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()
Dfsl_lsm.h278 I2C_SendFunc_t I2C_SendFunc; member
289 I2C_SendFunc_t I2C_SendFunc; member
/hal_nxp-latest/mcux/mcux-sdk/components/pca6416a/
Dfsl_pca6416a.c33 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()
Dfsl_pca6416a.h69 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/
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()
/hal_nxp-latest/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.c94 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()
Dfsl_ft6x06.h51 ft6x06_i2c_send_func_t I2C_SendFunc; member
82 ft6x06_i2c_send_func_t I2C_SendFunc;
/hal_nxp-latest/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()
/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
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()
Dfsl_pf3000.h316 bool (*I2C_SendFunc)( member
335 bool (*I2C_SendFunc)( member

12