Searched refs:i2c_master_handle_t (Results 1 – 4 of 4) sorted by relevance
| /bsp/frdm-k64f/device/MK64F12/ |
| A D | fsl_i2c.h | 202 typedef struct _i2c_master_handle i2c_master_handle_t; typedef 206 i2c_master_handle_t *handle, 669 i2c_master_handle_t *handle, 688 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… 699 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count); 710 void I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle);
|
| A D | fsl_i2c.c | 99 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… 123 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… 234 static status_t I2C_InitTransferStateMachine(I2C_Type *base, i2c_master_handle_t *handle, i2c_maste… in I2C_InitTransferStateMachine() 295 static status_t I2C_MasterTransferRunStateMachine(I2C_Type *base, i2c_master_handle_t *handle, bool… in I2C_MasterTransferRunStateMachine() 1056 i2c_master_handle_t *handle, in I2C_MasterTransferCreateHandle() 1081 status_t I2C_MasterTransferNonBlocking(I2C_Type *base, i2c_master_handle_t *handle, i2c_master_tran… in I2C_MasterTransferNonBlocking() 1108 void I2C_MasterTransferAbort(I2C_Type *base, i2c_master_handle_t *handle) in I2C_MasterTransferAbort() 1145 status_t I2C_MasterTransferGetCount(I2C_Type *base, i2c_master_handle_t *handle, size_t *count) in I2C_MasterTransferGetCount() 1163 i2c_master_handle_t *handle = (i2c_master_handle_t *)i2cHandle; in I2C_MasterTransferHandleIRQ()
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_i2c.h | 36 i2c_master_handle_t master_handle;
|
| A D | drv_i2c.c | 49 static void i2c_master_callback(I2C_Type *base, i2c_master_handle_t *handle, status_t status, void … in i2c_master_callback()
|
Completed in 18 milliseconds