Searched refs:i3c_master_handle_t (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/ |
| D | fsl_i3c.c | 166 i3c_master_handle_t *handle, 178 i3c_master_handle_t *handle, 190 i3c_master_handle_t *handle, 202 i3c_master_handle_t *handle, 211 static void I3C_TransferStateMachineWaitForCompletionState(i3c_master_handle_t *handle, 222 i3c_master_handle_t *handle, 2017 i3c_master_handle_t *handle, in I3C_MasterTransferCreateHandle() 2057 i3c_master_handle_t *handle, in I3C_TransferStateMachineIBIWonState() 2103 i3c_master_handle_t *handle, in I3C_TransferStateMachineSendCommandState() 2158 i3c_master_handle_t *handle, in I3C_TransferStateMachineWaitRepeatedStartCompleteState() [all …]
|
| D | fsl_i3c.h | 325 typedef struct _i3c_master_handle i3c_master_handle_t; typedef 332 i3c_master_handle_t *handle, 336 i3c_master_handle_t *handle, 1383 i3c_master_handle_t *handle, 1397 status_t I3C_MasterTransferNonBlocking(I3C_Type *base, i3c_master_handle_t *handle, i3c_master_tran… 1407 status_t I3C_MasterTransferGetCount(I3C_Type *base, i3c_master_handle_t *handle, size_t *count); 1420 void I3C_MasterTransferAbort(I3C_Type *base, i3c_master_handle_t *handle);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/ |
| D | fsl_component_i3c_adapter.c | 38 i3c_master_handle_t *handle, 41 static void i3c_master_callback(I3C_Type *base, i3c_master_handle_t *handle, status_t status, void … 126 i3c_master_handle_t *handle, in i3c_master_ibi_callback() 177 static void i3c_master_callback(I3C_Type *base, i3c_master_handle_t *handle, status_t status, void … in i3c_master_callback() 245 i3c_master_handle_t *g_i3c_m_handle = malloc(sizeof(i3c_master_handle_t)); in I3C_MasterAdapterInit()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/i2c/ |
| D | fsl_adapter_i3c.c | 25 i3c_master_handle_t hardwareHandle; 100 static void HAL_I2cMasterCallback(I3C_Type *base, i3c_master_handle_t *handle, status_t status, voi…
|