Lines Matching defs:ds_print_msg
213 static inline void ds_print_msg(unsigned char *buf, unsigned char *str, int off)
228 ds_print_msg(buf, "enable flag", 0);
229 ds_print_msg(buf, "1-wire speed", 1);
230 ds_print_msg(buf, "strong pullup duration", 2);
231 ds_print_msg(buf, "programming pulse duration", 3);
232 ds_print_msg(buf, "pulldown slew rate control", 4);
233 ds_print_msg(buf, "write-1 low time", 5);
234 ds_print_msg(buf, "data sample offset/write-0 recovery time",
236 ds_print_msg(buf, "reserved (test register)", 7);
237 ds_print_msg(buf, "device status flags", 8);
238 ds_print_msg(buf, "communication command byte 1", 9);
239 ds_print_msg(buf, "communication command byte 2", 10);
240 ds_print_msg(buf, "communication command buffer status", 11);
241 ds_print_msg(buf, "1-wire data output buffer status", 12);
242 ds_print_msg(buf, "1-wire data input buffer status", 13);
243 ds_print_msg(buf, "reserved", 14);
244 ds_print_msg(buf, "reserved", 15);
248 ds_print_msg(buf, "new device detect", i);
251 ds_print_msg(buf, "Result Register Value: ", i);