Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c5011 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI3C_Ready() local
5026 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() local
5067 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()
/hal_stm32-3.5.0/
DREADME.rst124 In order to provide STM32 boards pin configuration using device tree,