Contiki-NG
LPSTK.h File Reference

=========================================================================== More...

#include "contiki-conf.h"
#include <ti/drivers/PIN.h>
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(driverlib/ioc.h)>

Go to the source code of this file.

Functions

void LPSTK_initGeneral (void)
 Initialize the general board specific settings. More...
 
void LPSTK_shutDownExtFlash (void)
 Shut down the external flash present on the board files. More...
 
void LPSTK_wakeUpExtFlash (void)
 Wake up the external flash present on the board files. More...
 

Detailed Description

===========================================================================

LPSTK Board Specific header file.

The LPSTK header file should be included in an application as follows:

#include "LPSTK.h"
===========================================================================

Definition in file LPSTK.h.

Function Documentation

◆ LPSTK_initGeneral()

void LPSTK_initGeneral ( void  )

Initialize the general board specific settings.

This function initializes the general board specific settings.

Definition at line 1052 of file LPSTK.c.

◆ LPSTK_shutDownExtFlash()

void LPSTK_shutDownExtFlash ( void  )

Shut down the external flash present on the board files.

This function bitbangs the SPI sequence necessary to turn off the external flash on LaunchPads.

Definition at line 122 of file LPSTK_fxns.c.

References LPSTK_wakeUpExtFlash().

◆ LPSTK_wakeUpExtFlash()

void LPSTK_wakeUpExtFlash ( void  )

Wake up the external flash present on the board files.

This function toggles the chip select for the amount of time needed to wake the chip up.

Definition at line 92 of file LPSTK_fxns.c.

Referenced by LPSTK_shutDownExtFlash().