aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bossac/src/WordCopyArm.h
blob: d3975e830ffbf28ee300d71f06b4c57578bbf490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// WARNING!!! DO NOT EDIT - FILE GENERATED BY APPLETGEN
#ifndef _WORDCOPYARM_H
#define _WORDCOPYARM_H

#include <stdint.h>

typedef struct
{
    uint32_t dst_addr;
    uint32_t reset;
    uint32_t src_addr;
    uint32_t stack;
    uint32_t start;
    uint32_t words;
    uint8_t code[52];
} WordCopyArm;

#endif // _WORDCOPYARM_H