Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_i3c.c102 hal_i3c_master_t *i3cMasterHandle;
105 i3cMasterHandle = (hal_i3c_master_t *)callbackParam;
107 if (i3cMasterHandle->callback)
109i3cMasterHandle->callback(i3cMasterHandle, HAL_I2cGetStatus(status), i3cMasterHandle->callbackPara…
136 hal_i3c_master_t *i3cMasterHandle; in HAL_I2cMasterInit() local
144 i3cMasterHandle = (hal_i3c_master_t *)handle; in HAL_I2cMasterInit()
149 i3cMasterHandle->instance = halI2cConfig->instance; in HAL_I2cMasterInit()
151 I3C_MasterInit(s_i3cBases[i3cMasterHandle->instance], &i3cConfig, halI2cConfig->srcClock_Hz); in HAL_I2cMasterInit()
186 hal_i3c_master_t *i3cMasterHandle; in HAL_I2cMasterDeinit() local
190 i3cMasterHandle = (hal_i3c_master_t *)handle; in HAL_I2cMasterDeinit()
[all …]