samd_family is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

samd_family struct

Syntax

struct samd_family {     uint8_t processor;     uint8_t family;     uint8_t series;     const struct samd_part *parts;     size_t num_parts;     uint64_t nvm_userrow_res_mask;  };

Fields

processor

No summary provided. Read more...

family

No summary provided. Read more...

series

No summary provided. Read more...

parts

No summary provided. Read more...

num_parts

No summary provided. Read more...

nvm_userrow_res_mask

No summary provided. Read more...

References

LocationReferrerScopeText
at91samd.c:306
struct samd_family {
atsame5.c:154
struct samd_family {
at91samd.c:316samd_families
static const struct samd_family samd_families[] = {
at91samd.c:362samd_find_family()
static const struct samd_family *samd_find_family(uint32_t id)
at91samd.c:386samd_find_part()::familysamd_find_part()
const struct samd_family *family = samd_find_family(id);
at91samd.c:627samd_get_reservedmask()::familysamd_get_reservedmask()
const struct samd_family *family;
atsame5.c:163samd_families
static const struct samd_family samd_families[] = {
atsame5.c:191samd_find_family()
static const struct samd_family *samd_find_family(uint32_t id)
atsame5.c:215samd_find_part()::familysamd_find_part()
const struct samd_family *family = samd_find_family(id);

Type Use

Variables of samd_family type
samd_family