| 
    EZR32 Wonder Gecko Software Documentation
    ezr32wg-doc-5.1.2
    
   | 
 
#include <bmp.h>
Data Fields | |
| uint16_t | bitsPerPixel | 
| uint16_t | colorPlanes | 
| uint32_t | colorsRequired | 
| uint32_t | colorsUsed | 
| uint32_t | compressionType | 
| uint32_t | dataOffset | 
| uint32_t | fileSize | 
| uint32_t | headerSize | 
| uint32_t | height | 
| uint32_t | hPixelsPerMeter | 
| uint32_t | imageDataSize | 
| uint16_t | magic | 
| uint16_t | reserved1 | 
| uint16_t | reserved2 | 
| uint32_t | vPixelsPerMeter | 
| uint32_t | width | 
| uint16_t __BMP_Header::bitsPerPixel | 
Color depth
Definition at line 108 of file bmp.h.
Referenced by BMP_getBitsPerPixel(), BMP_readRawData(), BMP_readRgbData(), and BMP_reset().
| uint32_t __BMP_Header::colorsRequired | 
| uint32_t __BMP_Header::colorsUsed | 
| uint32_t __BMP_Header::compressionType | 
Compression type
Definition at line 110 of file bmp.h.
Referenced by BMP_getCompressionType(), BMP_readRawData(), BMP_readRgbData(), and BMP_reset().
| uint32_t __BMP_Header::dataOffset | 
Data offset relative to the start of the bmp data
Definition at line 98 of file bmp.h.
Referenced by BMP_getDataOffset(), and BMP_reset().
| uint32_t __BMP_Header::fileSize | 
Size of the bmp file in bytes
Definition at line 92 of file bmp.h.
Referenced by BMP_getFileSize(), and BMP_reset().
| uint32_t __BMP_Header::headerSize | 
| uint32_t __BMP_Header::height | 
Height of bmp
Definition at line 104 of file bmp.h.
Referenced by BMP_getHeight(), BMP_readRawData(), BMP_readRgbData(), and BMP_reset().
| uint32_t __BMP_Header::hPixelsPerMeter | 
| uint32_t __BMP_Header::imageDataSize | 
Size of raw BMP data
Definition at line 112 of file bmp.h.
Referenced by BMP_getImageDataSize(), BMP_readRawData(), BMP_readRgbData(), and BMP_reset().
| uint16_t __BMP_Header::magic | 
Magic identifier: "BM" (for bmp files)
Definition at line 90 of file bmp.h.
Referenced by BMP_reset().
| uint32_t __BMP_Header::vPixelsPerMeter | 
| uint32_t __BMP_Header::width | 
Width of bmp
Definition at line 102 of file bmp.h.
Referenced by BMP_getWidth(), BMP_readRawData(), and BMP_readRgbData().