HPM SDK
HPMicro Software Development Kit
sdio_resp_r5_t Union Reference

Response R5 definition. More...

#include <hpm_sdmmc_sdio.h>

Data Fields

uint32_t value
 
struct {
   uint8_t   rw_data
 
   uint8_t   err_out_of_range: 1
 
   uint8_t   err_num_func: 1
 
   uint8_t   err_general: 1
 
   uint8_t   io_current_state: 2
 
   uint8_t   err_illegal_cmd: 1
 
   uint8_t   err_com_crc: 1
 
   uint8_t   stuff [2]
 
}; 
 

Detailed Description

Response R5 definition.

Field Documentation

◆ 

struct { ... }

◆ err_com_crc

uint8_t sdio_resp_r5_t::err_com_crc

◆ err_general

uint8_t sdio_resp_r5_t::err_general

◆ err_illegal_cmd

uint8_t sdio_resp_r5_t::err_illegal_cmd

◆ err_num_func

uint8_t sdio_resp_r5_t::err_num_func

◆ err_out_of_range

uint8_t sdio_resp_r5_t::err_out_of_range

◆ io_current_state

uint8_t sdio_resp_r5_t::io_current_state

◆ rw_data

uint8_t sdio_resp_r5_t::rw_data

◆ stuff

uint8_t sdio_resp_r5_t::stuff[2]

◆ value

uint32_t sdio_resp_r5_t::value

The documentation for this union was generated from the following file: