Home
last modified time | relevance | path

Searched refs:hdr_mode (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/drivers/i3c/
Dtarget_device.h245 uint8_t *buf, uint16_t len, uint8_t hdr_mode) in i3c_target_tx_write() argument
254 return api->target_tx_write(dev, buf, len, hdr_mode); in i3c_target_tx_write()
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Di3c.h497 uint8_t hdr_mode; member
871 uint8_t *buf, uint16_t len, uint8_t hdr_mode);
1785 msg.hdr_mode = 0; in i3c_write()
1812 msg.hdr_mode = 0; in i3c_read()
1844 msg[0].hdr_mode = 0; in i3c_write_read()
1850 msg[1].hdr_mode = 0; in i3c_write_read()
1913 msg[0].hdr_mode = 0; in i3c_burst_write()
1919 msg[1].hdr_mode = 0; in i3c_burst_write()
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_cdns.c2149 ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode == 0))) { in cdns_i3c_transfer()
2191 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && (msgs[i].flags & I3C_MSG_HDR)) { in cdns_i3c_transfer()
2243 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, msgs[i].hdr_mode); in cdns_i3c_transfer()
2799 uint8_t hdr_mode) in cdns_i3c_target_tx_write() argument
2825 if (hdr_mode == I3C_MSG_HDR_DDR) { in cdns_i3c_target_tx_write()
2833 } else if (hdr_mode == 0) { in cdns_i3c_target_tx_write()
2868 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, hdr_mode); in cdns_i3c_target_tx_write()
Di3c_npcx.c1048 if (!is_msg_hdr || msgs[i].hdr_mode == 0) { in npcx_i3c_transfer()
1074 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && is_msg_hdr) { in npcx_i3c_transfer()
1089 msgs[i].hdr_mode, msgs[i].flags); in npcx_i3c_transfer()