EVE 1.0
eve-module.h File Reference

EVE module stub. More...

#include <nrf.h>
Include dependency graph for eve-module.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Functions called from application programs
void EveSpiPowerUp (const struct spi_t *Spi)
 Name: EveSpiPowerUp
Power up VCC for components connected to SPI. SpiEnable() must be called after this function to get SPI pin setup. More...
 
void EveSpiPowerDown (const struct spi_t *Spi)
 Name: EveSpiPowerDown
Power down VCC for components connected to SPI. SpiDisable() must be called prior to this function to get default pin setup. More...
 

Detailed Description

EVE module stub.

The file is actually a placeholder for an module-specific part of board.h Not yet completed.

Author
KLO, Jetro AS

Definition in file eve-module.h.

Function Documentation

void EveSpiPowerUp ( const struct spi_t Spi)

Name: EveSpiPowerUp
Power up VCC for components connected to SPI. SpiEnable() must be called after this function to get SPI pin setup.

Parameters
SpiSPI to be used
void EveSpiPowerDown ( const struct spi_t Spi)

Name: EveSpiPowerDown
Power down VCC for components connected to SPI. SpiDisable() must be called prior to this function to get default pin setup.

Parameters
SpiSPI to be used