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 |
gwc channel config
| uint16_t gwc_ch_config::end_col |
end col is X of lower right corner. Range: 0 to 2^13-1.
| uint16_t gwc_ch_config::end_row |
end row is Y of lower right corner. Range: 0 to 2^12-1.
| bool gwc_ch_config::freeze |
freeze the channel configuration except reference CRC32 value setting.
| uint32_t gwc_ch_config::ref_crc |
Reference CRC32 value.
| uint16_t gwc_ch_config::start_col |
start col is X of upper left corner. Range: 0 to 2^13-1.
| uint16_t gwc_ch_config::start_row |
start row is Y of upper left corner. Range: 0 to 2^12-1.