Home
last modified time | relevance | path

Searched refs:CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dibi.h23 #ifndef CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE
24 #define CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE 0 macro
83 uint8_t payload[CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE];
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst352 * :kconfig:option:`CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE`
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c1455 uint8_t payload[CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE]; in mcux_i3c_ibi_work()
Di3c_npcx.c1610 uint8_t payload[CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE]; in npcx_i3c_ibi_work()
Di3c_cdns.c554 uint8_t ibi_data[CONFIG_I3C_IBI_MAX_PAYLOAD_SIZE];