BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
spi1.c File Reference
#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

Macro Definition Documentation

#define Spi1IdleState   0

Definition at line 11 of file spi1.c.


Function Documentation

INT8U F_Spi0IsrHookFunctionSet ( INT16U  UserId,
INT32U  Function 
)

Definition at line 111 of file spi0.c.

INT8U F_Spi1Allocate ( INT16U  UserId)

Definition at line 52 of file spi1.c.

void F_Spi1Init ( void  )

Definition at line 28 of file spi1.c.

INT8U F_Spi1InUseCheck ( void  )

Definition at line 48 of file spi1.c.

INT8U F_Spi1IsrHookFunctionSet ( INT16U  UserId,
INT32U  Function 
)

Definition at line 110 of file spi1.c.

INT8U F_Spi1Release ( INT16U  UserId)

Definition at line 60 of file spi1.c.

INT8U F_Spi1SpconSet ( INT16U  UserId,
INT8U  SpconValue 
)

Definition at line 68 of file spi1.c.

INT8U F_Spi1SppinSet ( INT16U  UserId,
INT8U  SppinValue 
)

Definition at line 82 of file spi1.c.

INT8U F_Spi1SppreSet ( INT16U  UserId,
INT8U  SppreValue 
)

Definition at line 89 of file spi1.c.

INT8U F_Spi1SprdatGet ( INT16U  UserId,
INT8U pSprdatValue 
)

Definition at line 103 of file spi1.c.

INT8U F_Spi1SpstaGet ( INT16U  UserId,
INT8U pSpstaValue 
)

Definition at line 75 of file spi1.c.

INT8U F_Spi1SptdatSet ( INT16U  UserId,
INT8U  SptdatValue 
)

Definition at line 96 of file spi1.c.

void F_Spi1Svc ( void  )

Definition at line 47 of file spi1.c.


Variable Documentation

SPI1_CONTROL Spi1Ctrl

Definition at line 13 of file spi1.c.