Changes between Version 6 and Version 7 of howto/bitfields_in_microblaze


Ignore:
Timestamp:
Feb 18, 2015, 11:08:07 AM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/bitfields_in_microblaze

    v6 v7  
    223223}}}
    224224
    225 Finally, we use this struct to recast the {{{rx_bytes}} array defined earlier and print the result:
     225Finally, we use this struct to recast the {{{rx_bytes}}} array defined earlier and print the result:
    226226
    227227{{{
     
    234234}}}
    235235
    236 
    237 
    238 
    239 = Example: Register Access =
     236Here is the result of that print:
     237
     238{{{
     239#!div style="font-size: 90%"
     240  {{{
     241L-SIG Rate:            11
     242L-SIG Reserved:        0
     243L-SIG Length:          21
     244L-SIG Parity:          0
     245L-SIG Tail:            0
     246HT-SIG MCS:            7
     247HT-SIG BW:             0
     248HT-SIG LEN:            100
     249HT-SIG SMOOTHING:      1
     250HT-SIG NOT_SOUNDING:   1
     251HT-SIG RESERVED:       1
     252HT-SIG AGG:            0
     253HT-SIG STBC:           0
     254HT-SIG FEC:            0
     255HT-SIG SHORT_GI:       0
     256HT-SIG N_ESS:          0
     257HT-SIG CRC:            214
     258HT-SIG TAIL:           0
     259Service:               0x0
     260  }}}
     261}}}
     262
     263
     264
     265
     266