Skip to content

Instantly share code, notes, and snippets.

@Diltsman
Created November 20, 2018 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Diltsman/92ba94ad36106ffc91da276ec35837f5 to your computer and use it in GitHub Desktop.
Save Diltsman/92ba94ad36106ffc91da276ec35837f5 to your computer and use it in GitHub Desktop.
ARM Struct
const spi_tdr = packed struct{
var unused1: u7,
var lastxfr: u1,
var unused2: u4,
var pcs: u4,
var td: u8
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment