HPM SDK
HPMicro Software Development Kit
gwc_ch_config Struct Reference

gwc channel config More...

#include <hpm_gwc_drv.h>

Data Fields

bool freeze
 
uint16_t start_col
 
uint16_t start_row
 
uint16_t end_col
 
uint16_t end_row
 
uint32_t ref_crc
 

Detailed Description

gwc channel config

Note
area of channel do not overlap. in other words, eache pixel belongs to a single channel at most.

Field Documentation

◆ end_col

uint16_t gwc_ch_config::end_col

end col is X of lower right corner. Range: 0 to 2^13-1.

◆ end_row

uint16_t gwc_ch_config::end_row

end row is Y of lower right corner. Range: 0 to 2^12-1.

◆ freeze

bool gwc_ch_config::freeze

freeze the channel configuration except reference CRC32 value setting.

◆ ref_crc

uint32_t gwc_ch_config::ref_crc

Reference CRC32 value.

◆ start_col

uint16_t gwc_ch_config::start_col

start col is X of upper left corner. Range: 0 to 2^13-1.

◆ start_row

uint16_t gwc_ch_config::start_row

start row is Y of upper left corner. Range: 0 to 2^12-1.


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