Searched defs:SDCardClass (Results 1 – 1 of 1) sorted by relevance
94 struct SDCardClass { struct96 DeviceClass parent_class;108 size_t (*do_command)(SDState *sd, SDRequest *req,117 void (*write_byte)(SDState *sd, uint8_t value);126 uint8_t (*read_byte)(SDState *sd);127 bool (*receive_ready)(SDState *sd);128 bool (*data_ready)(SDState *sd);129 void (*set_voltage)(SDState *sd, uint16_t millivolts);130 uint8_t (*get_dat_lines)(SDState *sd);131 bool (*get_cmd_line)(SDState *sd);[all …]