mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 66fb5a29bb
			
		
	
	66fb5a29bb
	
	
	
		
			
			Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
		
			
				
	
	
		
			18 lines
		
	
	
		
			585 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			585 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #Ethernet Data Frame Format
 | |
| 
 | |
| rackdiag ethernet_data_frame {
 | |
|     node_width = 500;
 | |
|     default_fontsize = 15;
 | |
|     ascending;
 | |
|     8U;
 | |
|     description = "Ethernet Data Frame Format";
 | |
|     1: Preamble (7 Bytes) [color = lightgrey];
 | |
|     2: Start-of-Frame Delimiter (1 Byte) [color = lightgrey];
 | |
|     3: Destination Address (6 Bytes) [color = lightblue];
 | |
|     4: Source Address (6 Bytes) [color = lightblue];
 | |
|     5: Type / Length (2 Bytes) [color = lightyellow];
 | |
|     6: Payload (0 ~ 1500 Bytes) [2U];
 | |
|     6: Pad (if necessary) [2U];
 | |
|     8: Frame Check Sequence (4 Bytes) [color = lightgrey];
 | |
| }
 |