Searched defs:pn533_frame_ops (Results 1 – 1 of 1) sorted by relevance
197 struct pn533_frame_ops { struct198 void (*tx_frame_init)(void *frame, u8 cmd_code);199 void (*tx_frame_finish)(void *frame);201 int tx_header_len;202 int tx_tail_len;205 bool (*rx_frame_is_ack)(void *frame);206 int (*rx_frame_size)(void *frame);207 int rx_header_len;208 int rx_tail_len;210 int max_payload_len;[all …]