Home
last modified time | relevance | path

Searched refs:stm32hdr_v1 (Results 1 – 1 of 1) sorted by relevance

/tools/
A Dstm32image.c149 struct stm32_header_v1 *stm32hdr_v1 = (struct stm32_header_v1 *)ptr; in stm32image_print_header() local
153 stm32hdr_v1->header_version[VER_MAJOR], in stm32image_print_header()
154 stm32hdr_v1->header_version[VER_MINOR]); in stm32image_print_header()
156 (unsigned long)le32_to_cpu(stm32hdr_v1->image_length)); in stm32image_print_header()
158 le32_to_cpu(stm32hdr_v1->load_address)); in stm32image_print_header()
160 le32_to_cpu(stm32hdr_v1->image_entry_point)); in stm32image_print_header()
162 le32_to_cpu(stm32hdr_v1->image_checksum)); in stm32image_print_header()
163 switch (stm32hdr_v1->header_version[VER_MAJOR]) { in stm32image_print_header()
166 le32_to_cpu(stm32hdr_v1->option_flags)); in stm32image_print_header()
168 le32_to_cpu(stm32hdr_v1->binary_type)); in stm32image_print_header()

Completed in 3 milliseconds