Home
last modified time | relevance | path

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

/hal_stm32-latest/zephyr/blobs/stm32wb0/lib/
Dlicense.md24 microprocessor device manufactured by or for STMicroelectronics or a software
25 update for such device, must reproduce any copyright notice provided with the
36 combination with a microcontroller or microprocessor device manufactured by or
/hal_stm32-latest/zephyr/blobs/stm32wba/lib/
Dlicense.md24 microprocessor device manufactured by or for STMicroelectronics or a software
25 update for such device, must reproduce any copyright notice provided with the
36 combination with a microcontroller or microprocessor device manufactured by or
/hal_stm32-latest/
DLICENSE278 microprocessor device manufactured by or for STMicroelectronics or a software
279 update for such device, must reproduce any copyright notice provided with the
290 combination with a microcontroller or microprocessor device manufactured by or
DREADME.rst124 In order to provide STM32 boards pin configuration using device tree,
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_i3c.c5288 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI3C_Ready() local
5303 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5306 device.MessageType = LL_I3C_CONTROLLER_MTYPE_PRIVATE; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5329 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI2C_Ready() local
5344 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5347 device.MessageType = LL_I3C_CONTROLLER_MTYPE_LEGACY_I2C; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_i3c.c5288 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI3C_Ready() local
5303 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5306 device.MessageType = LL_I3C_CONTROLLER_MTYPE_PRIVATE; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5329 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI2C_Ready() local
5344 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5347 device.MessageType = LL_I3C_CONTROLLER_MTYPE_LEGACY_I2C; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_i3c.c5288 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI3C_Ready() local
5303 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5306 device.MessageType = LL_I3C_CONTROLLER_MTYPE_PRIVATE; in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5309 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI3C_Ready()
5329 I3C_DeviceTypeDef device; in HAL_I3C_Ctrl_IsDeviceI2C_Ready() local
5344 device.Address = devAddress; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5347 device.MessageType = LL_I3C_CONTROLLER_MTYPE_LEGACY_I2C; in HAL_I3C_Ctrl_IsDeviceI2C_Ready()
5350 status = I3C_Ctrl_IsDevice_Ready(hi3c, &device, trials, timeout); in HAL_I3C_Ctrl_IsDeviceI2C_Ready()