![]() |
EVE 1.0
|
EVE module stub. More...
#include <nrf.h>
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... | |
EVE module stub.
The file is actually a placeholder for an module-specific part of board.h Not yet completed.
Definition in file eve-module.h.
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.
Spi | SPI 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.
Spi | SPI to be used |