#include "includes.h"
Go to the source code of this file.
Macros | |
#define | Spi1IdleState 0 |
Functions | |
void | F_Spi1Init (void) |
void | F_Spi1Svc (void) |
INT8U | F_Spi1InUseCheck (void) |
INT8U | F_Spi1Allocate (INT16U UserId) |
INT8U | F_Spi1Release (INT16U UserId) |
INT8U | F_Spi1SpconSet (INT16U UserId, INT8U SpconValue) |
INT8U | F_Spi1SpstaGet (INT16U UserId, INT8U *pSpstaValue) |
INT8U | F_Spi1SppinSet (INT16U UserId, INT8U SppinValue) |
INT8U | F_Spi1SppreSet (INT16U UserId, INT8U SppreValue) |
INT8U | F_Spi1SptdatSet (INT16U UserId, INT8U SptdatValue) |
INT8U | F_Spi1SprdatGet (INT16U UserId, INT8U *pSprdatValue) |
INT8U | F_Spi0IsrHookFunctionSet (INT16U UserId, INT32U Function) |
INT8U | F_Spi1IsrHookFunctionSet (INT16U UserId, INT32U Function) |
Variables | |
SPI1_CONTROL | Spi1Ctrl |
SPI1_CONTROL Spi1Ctrl |