Searched full:setaasa (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/i3c/ |
D | i3c-device.yaml | 65 supports-setaasa: 68 Indicates if the device supports the CCC SETAASA. If true, it will
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 575 * A device that supports SETAASA and will use the same dynamic in i3c_bus_setdasa() 781 * Only set for devices that support SETAASA and do not in i3c_bus_init()
|
D | i3c_shell.c | 612 /* i3c ccc setaasa <device> */ 627 shell_error(sh, "I3C: unable to send CCC SETAASA."); in cmd_i3c_ccc_setaasa() 2170 SHELL_CMD_ARG(setaasa, &dsub_i3c_device_name, 2171 "Send CCC SETAASA\n" 2172 "Usage: ccc setaasa <device>",
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 90 * ``SETAASA`` may not be supported for all connected devices
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i3c.h | 948 * the controller. This means SETAASA and SETDASA CCC 967 * Device support for SETAASA 970 * device supports SETAASA. 981 * - Set All Addresses to Static Addresses (SETAASA)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 642 * Added support for SETAASA optimization during initialization. Added a 643 ``supports-setaasa`` property to ``i3c-devices.yaml``. 648 * Added helper functions for sending CCCs for ENTTM, VENDOR, DEFTGTS, SETAASA, 650 * Added shell commands for sending CCCs for ENTTM, VENDOR, DEFTGTS, SETAASA,
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 2006 * @brief Broadcast SETAASA to set all target's dynamic address to their
|