Searched refs:lpi2c_master_handle_t (Results 1 – 8 of 8) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/ |
D | fsl_lpi2c.c | 92 static status_t LPI2C_RunTransferStateMachine(LPI2C_Type *base, lpi2c_master_handle_t *handle, bool… 94 static void LPI2C_InitTransferStateMachine(lpi2c_master_handle_t *handle); 109 lpi2c_master_handle_t *handle, 121 lpi2c_master_handle_t *handle, 133 lpi2c_master_handle_t *handle, 146 lpi2c_master_handle_t *handle, 160 lpi2c_master_handle_t *handle, 1128 lpi2c_master_handle_t *handle, in LPI2C_MasterTransferCreateHandle() 1162 lpi2c_master_handle_t *handle, in LPI2C_TransferStateMachineSendCommand() 1233 lpi2c_master_handle_t *handle, in LPI2C_TransferStateMachineReadCommand() [all …]
|
D | fsl_lpi2c.h | 196 typedef struct _lpi2c_master_handle lpi2c_master_handle_t; typedef 209 lpi2c_master_handle_t *handle, 899 lpi2c_master_handle_t *handle, 914 lpi2c_master_handle_t *handle, 925 status_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *coun… 938 void LPI2C_MasterTransferAbort(LPI2C_Type *base, lpi2c_master_handle_t *handle);
|
D | fsl_lpi2c_freertos.h | 39 …lpi2c_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R…
|
D | fsl_lpi2c_freertos.c | 16 static void LPI2C_RTOS_Callback(LPI2C_Type *base, lpi2c_master_handle_t *drv_handle, status_t statu… in LPI2C_RTOS_Callback()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/ |
D | peripherals.h | 50 extern lpi2c_master_handle_t ACCEL_masterHandle;
|
D | peripherals.c | 135 lpi2c_master_handle_t ACCEL_masterHandle;
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/ |
D | fsl_adapter_lpi2c.c | 23 lpi2c_master_handle_t hardwareHandle; 96 static void HAL_I2cMasterCallback(LPI2C_Type *base, lpi2c_master_handle_t *handle, status_t status,… in HAL_I2cMasterCallback()
|
/hal_nxp-3.6.0/mcux/mcux-sdk/cmsis_drivers/lpi2c/ |
D | fsl_lpi2c_cmsis.c | 56 lpi2c_master_handle_t master_handle; 481 lpi2c_master_handle_t *handle, in KSDK_LPI2C_MASTER_InterruptCallback()
|