Searched defs:ads7846_packet (Results 1 – 2 of 2) sorted by relevance
79 struct ads7846_packet { struct80 unsigned int count;81 unsigned int count_skip;82 unsigned int cmds;83 unsigned int last_cmd_idx;84 struct ads7846_buf_layout l[5];85 struct ads7846_buf *rx;86 struct ads7846_buf *tx;111 struct ads7846_packet *packet; argument
82 struct ads7846_packet { struct83 unsigned int count;84 unsigned int count_skip;85 unsigned int cmds;86 unsigned int last_cmd_idx;87 struct ads7846_buf_layout l[5];88 struct ads7846_buf *rx;89 struct ads7846_buf *tx;91 struct ads7846_buf pwrdown_cmd;93 bool ignore;[all …]