Searched refs:lpi2c_master_handle_t (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/kinetis/ |
D | fsl_lpi2c.h | 184 typedef struct _lpi2c_master_handle lpi2c_master_handle_t; typedef 197 lpi2c_master_handle_t *handle, 845 lpi2c_master_handle_t *handle, 860 lpi2c_master_handle_t *handle, 871 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… 884 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle); 898 void LPI2C_MasterTransferHandleIRQ(LPI2C_Type *base, lpi2c_master_handle_t *handle);
|
D | fsl_lpi2c.c | 84 typedef void (*lpi2c_master_isr_t)(LPI2C_Type *base, lpi2c_master_handle_t *handle); 103 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… 105 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle); 136 static lpi2c_master_handle_t *s_lpi2cMasterHandle[ARRAY_SIZE(kLpi2cBases)]; 966 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferCreateHandle() 1009 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… in LPI2C_RunTransferStateMachine() 1188 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle) in LPI2C_InitTransferStateMachine() 1265 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferNonBlocking() 1319 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… in LPI2C_MasterTransferGetCount() 1383 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle) in LPI2C_MasterTransferAbort() [all …]
|
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_lpi2c.h | 196 typedef struct _lpi2c_master_handle lpi2c_master_handle_t; typedef 209 lpi2c_master_handle_t *handle, 897 lpi2c_master_handle_t *handle, 912 lpi2c_master_handle_t *handle, 923 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… 936 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle);
|
D | fsl_lpi2c.c | 66 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… 68 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle); 1009 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferCreateHandle() 1052 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… in LPI2C_RunTransferStateMachine() 1261 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle) in LPI2C_InitTransferStateMachine() 1335 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferNonBlocking() 1396 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… in LPI2C_MasterTransferGetCount() 1464 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle) in LPI2C_MasterTransferAbort() 1498 lpi2c_master_handle_t *handle = (lpi2c_master_handle_t *)lpi2cMasterHandle; in LPI2C_MasterTransferHandleIRQ()
|