Searched refs:lpi2c_master_handle_t (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_lpi2c.h | 178 typedef struct _lpi2c_master_handle lpi2c_master_handle_t; typedef 191 lpi2c_master_handle_t *handle, 808 lpi2c_master_handle_t *handle, 823 lpi2c_master_handle_t *handle, 834 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… 847 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle); 861 void LPI2C_MasterTransferHandleIRQ(LPI2C_Type *base, lpi2c_master_handle_t *handle);
|
| D | fsl_lpi2c.c | 79 typedef void (*lpi2c_master_isr_t)(LPI2C_Type *base, lpi2c_master_handle_t *handle); 104 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… 106 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle); 137 static lpi2c_master_handle_t *s_lpi2cMasterHandle[FSL_FEATURE_SOC_LPI2C_COUNT]; 655 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferCreateHandle() 694 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… in LPI2C_RunTransferStateMachine() 861 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle) in LPI2C_InitTransferStateMachine() 928 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferNonBlocking() 971 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… in LPI2C_MasterTransferGetCount() 1023 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle) in LPI2C_MasterTransferAbort() [all …]
|