Home
last modified time | relevance | path

Searched refs:lpi2c_master_handle_t (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c92 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 …]
Dfsl_lpi2c.h196 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);
Dfsl_lpi2c_freertos.h39lpi2c_master_handle_t drv_handle; /*!< Handle of the underlying driver, treated as opaque by the R…
Dfsl_lpi2c_freertos.c16 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/
Dperipherals.h50 extern lpi2c_master_handle_t ACCEL_masterHandle;
Dperipherals.c135 lpi2c_master_handle_t ACCEL_masterHandle;
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_lpi2c.c23 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/
Dfsl_lpi2c_cmsis.c56 lpi2c_master_handle_t master_handle;
481 lpi2c_master_handle_t *handle, in KSDK_LPI2C_MASTER_InterruptCallback()