Searched refs:cmd_type (Results 1 – 6 of 6) sorted by relevance
326 int32_t send_vendor_array(uint8_t cmd_type, const uint8_t * byte_array, uint16_t size, uint16_t cr… in send_vendor_array() argument330 length_cmd[1] = cmd_type; in send_vendor_array()353 data_cmd[1] = cmd_type; in send_vendor_array()386 crc_cmd[1] = cmd_type; in send_vendor_array()
120 uint8_t cmd_type; /**< Command type */ member
96 uint8_t cmd_type; /**< command type for XPI transfer */ member
386 sdxc_command_type_t cmd_type; /**< Command type */ member
306 if (cmd->cmd_type != sdxc_cmd_type_empty) { in sdxc_send_command()326 switch (cmd->cmd_type) { in sdxc_send_command()
403 …sdxc_cmd.cmd_type = (cmd->cmd_code == STOP_TRANSMISSION) ? sdxc_cmd_type_abort_cmd : sdxc_cmd_type… in hpm_sdmmc_request()
Completed in 17 milliseconds