foo
This commit is contained in:
		@@ -108,10 +108,7 @@ void SDIO_InitModule(){
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int SDIO_parseR1Ans(uint32_t resp, StatusConv_t converter){
 | 
					
 | 
				
			||||||
    statusConverter.value = resp;
 | 
					 | 
				
			||||||
    return 0;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
//Send Command
 | 
					//Send Command
 | 
				
			||||||
//Clear respone Flags
 | 
					//Clear respone Flags
 | 
				
			||||||
//->CRC Fail, complete response, Timeout
 | 
					//->CRC Fail, complete response, Timeout
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -66,7 +66,7 @@ typedef struct _CardStatus {
 | 
				
			|||||||
typedef struct _SDInfo {
 | 
					typedef struct _SDInfo {
 | 
				
			||||||
    uint32_t rca;
 | 
					    uint32_t rca;
 | 
				
			||||||
    uint8_t  type;
 | 
					    uint8_t  type;
 | 
				
			||||||
}SDInfo_t
 | 
					}SDInfo_t;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef union _StatusConv {
 | 
					typedef union _StatusConv {
 | 
				
			||||||
    CardStatus_t statusstruct;
 | 
					    CardStatus_t statusstruct;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user