Searched refs:MAX_I3C_BYTES (Results 1 – 1 of 1) sorted by relevance
23 #define MAX_I3C_BYTES 16 macro354 uint8_t buf[MAX_I3C_BYTES + MAX_BYTES_FOR_REGISTER_INDEX - 1]; in i3c_write_from_buffer()383 if (data_length + reg_addr_bytes > MAX_I3C_BYTES) { in i3c_write_from_buffer()384 data_length = MAX_I3C_BYTES - reg_addr_bytes; in i3c_write_from_buffer()386 MAX_I3C_BYTES - reg_addr_bytes); in i3c_write_from_buffer()475 uint8_t buf[MAX_I3C_BYTES]; in cmd_i3c_read()481 if (num_bytes > MAX_I3C_BYTES) { in cmd_i3c_read()482 num_bytes = MAX_I3C_BYTES; in cmd_i3c_read()485 num_bytes = MAX_I3C_BYTES; in cmd_i3c_read()502 uint8_t buf[MAX_I3C_BYTES]; in cmd_i3c_hdr_ddr_write()[all …]