Pigweed
 
Loading...
Searching...
No Matches
pw::dump::FormattedHexDumper::Flags Struct Reference

Public Attributes

uint8_t bytes_per_line: 8
 Sets the number of source data bytes to print in each formatted line.
 
uint8_t group_every: 8
 
bool show_ascii: 1
 Show or hide ascii interpretation of binary data.
 
bool show_header: 1
 Show descriptive column headers.
 
AddressMode prefix_mode: 2
 Prefix each line of the dump with an offset or absolute address.
 

Member Data Documentation

◆ group_every

uint8_t pw::dump::FormattedHexDumper::Flags::group_every

Inserts a space every N bytes for readability. Note that this is in number of bytes converted to characters. Set to zero to disable.

i.e. a value of 2 results in:

0x00000000: 0102 0304 0506 0708

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