Searched refs:device (Results 1 – 2 of 2) sorted by relevance
5011 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI3C_Ready() local5026 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()5029 device.MessageType = LL_I3C_CONTROLLER_MTYPE_PRIVATE; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()5032 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready()5052 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI2C_Ready() local5067 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()5070 device.MessageType = LL_I3C_CONTROLLER_MTYPE_LEGACY_I2C; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()5073 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
124 In order to provide STM32 boards pin configuration using device tree,