stepRocker Open Source TMCL
1.00
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Macros
SPI.h
Go to the documentation of this file.
1
/*******************************************************************************
2
Project: stepRocker Mini-TMCL (for stepRocker V2.2)
3
4
Module: SPI.h
5
Definitions of SPI access functions
6
7
Copyright (C) 2016 TRINAMIC Motion Control GmbH & Co KG
8
Waterloohain 5
9
D - 22769 Hamburg, Germany
10
http://www.trinamic.com/
11
12
This program is free software; you can redistribute it and/or modify it
13
freely.
14
15
This program is distributed "as is" in the hope that it will be useful, but
16
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
17
or FITNESS FOR A PARTICULAR PURPOSE.
18
*******************************************************************************/
19
30
void
InitSPI
(
void
);
31
UCHAR
ReadWriteSPI(
USHORT
DeviceNumber,
UCHAR
Data,
UCHAR
LastTransfer);
32
33
34
InitSPI
void InitSPI(void)
SPI intialization.
Definition:
SPI.c:44
UCHAR
unsigned char UCHAR
8 bits unsigned
Definition:
stepRocker.h:31
USHORT
unsigned short USHORT
16 bits unsigned
Definition:
stepRocker.h:32
Generated by
1.8.6