Searched full:entdaa (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/dts/bindings/i3c/ |
D | nuvoton,npcx-i3c.yaml | 85 Bus Characteristics Register, used for bus enumeration with ENTDAA and 91 Device Characteristics Register, used for bus enumeration with ENTDAA.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i3c.h | 712 * Perform Dynamic Address Assignment via ENTDAA. 946 * go through ENTDAA (Dynamic Address Assignment) to get 960 * assignment (SETDASA and ENTDAA). 979 * - During Dynamic Address Assignment (during ENTDAA) 1291 * @brief Helper function to find a usable address during ENTDAA. 1433 * typically called before a SETDASA or ENTDAA to reserve 1545 * actually doing ENTDAA.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 97 #. Do ``ENTDAA`` to start dynamic address assignment, if there are
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_shell.c | 598 /* i3c ccc entdaa <device> */ 2166 SHELL_CMD_ARG(entdaa, &dsub_i3c_device_name, 2167 "Send CCC ENTDAA\n" 2168 "Usage: ccc entdaa <device>",
|
D | i3c_stm32.c | 965 /* Handles broadcast/direct CCCs except for ENTDAA */ 1042 /* Handles the ENTDAA CCC */
|
D | i3c_cdns.c | 1584 LOG_DBG("%s: ENTDAA: No devices found", dev->name); in cdns_i3c_do_daa() 1973 * primary controller. When assigned through ENTDAA, the dynamic address, bcr, dcr, and pid in cdns_i3c_attach_device() 3202 * We will issue ENTDAA afterwards from the threaded IRQ handler. in cdns_i3c_bus_init()
|
D | i3c_npcx.c | 1331 LOG_DBG("DAA: ENTDAA"); in npcx_i3c_do_daa() 1390 /* Find a usable address during ENTDAA */ in npcx_i3c_do_daa()
|
D | i3c_mcux.c | 1210 LOG_DBG("DAA: ENTDAA"); in mcux_i3c_do_daa()
|