Jim Flynn / easy-connect

Dependencies:   WNC14A2AInterface

Dependents:   http-example-wnc http-example-wnc-modified

Embed: (wiki syntax)

« Back to documentation index

SPIRIT Libraries

SPIRIT Libraries

This firmware implements libraries which allow the user to manage the features of Spirit without knowing the hardware details. More...

Modules

 SPI Driver
 

Header file for low level SPIRIT SPI driver.


 AES
 

Configuration and management of SPIRIT AES Engine.


 Configuration
 

Spirit Configuration and useful defines.


 CSMA
 

Configuration and management of SPIRIT CSMA.


 GPIO
 

Configuration and management of SPIRIT GPIO.


 IRQ
 

Configuration and management of SPIRIT IRQs.


 Radio
 

Configuration and management of SPIRIT RF Analog and Digital part.


 SPIRIT Management
 SPIRIT_Calibration
 SPIRIT_Commands
 SPIRIT_DirectRf
 SPIRIT_General
 SPIRIT_LinearFifo
 SPIRIT_PktBasic
 SPIRIT_PktCommon
 SPIRIT_PktMbus
 SPIRIT_PktStack
 SPIRIT_Qi
 SPIRIT_Timer
 SPIRIT_Types

Detailed Description

This firmware implements libraries which allow the user to manage the features of Spirit without knowing the hardware details.

The SPIRIT_Libraries modules are totally platform independent. The library provides one module for each device feature. Each module refers to some functions whose prototypes are located in the header file MCU_Interface.h. The user who want to use these libraries on a particular platform has to implement these functions respecting them signatures.