bossa 2.3.0

Rust cxx wrapper around BOSSA SAM-BA library
Documentation
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