Searched refs:device (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/zephyr/blobs/stm32wb0/lib/ |
D | license.md | 24 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/ |
D | license.md | 24 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/ |
D | LICENSE | 278 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
|
D | README.rst | 124 In order to provide STM32 boards pin configuration using device tree,
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_i3c.c | 5288 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/ |
D | stm32h7rsxx_hal_i3c.c | 5288 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/ |
D | stm32h5xx_hal_i3c.c | 5288 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()
|