Skip to content

Instantly share code, notes, and snippets.

@scottellis
Created December 6, 2010 00:58
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 scottellis/729672 to your computer and use it in GitHub Desktop.
Save scottellis/729672 to your computer and use it in GitHub Desktop.
struct spike_oontrol
struct spike_control {
struct spi_message msg;
struct spi_transfer transfer;
u32 busy;
u32 spi_callbacks;
u32 busy_counter;
u8 *tx_buff;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment