Contiki-NG
Functions
CC1350_LAUNCHXL_433.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 CC1350_LAUNCHXL_433_initGeneral (void)
 Initialize the general board specific settings. More...
 
void CC1350_LAUNCHXL_433_shutDownExtFlash (void)
 Turn off the external flash on LaunchPads.
 
void CC1350_LAUNCHXL_433_wakeUpExtFlash (void)
 Wake up the external flash present on the board files. More...
 

Detailed Description

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

CC1350 LaunchPad Board Specific header file.

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


Definition in file CC1350_LAUNCHXL_433.h.

Function Documentation

◆ CC1350_LAUNCHXL_433_initGeneral()

void CC1350_LAUNCHXL_433_initGeneral ( void  )

Initialize the general board specific settings.

This function initializes the general board specific settings.

Definition at line 817 of file CC1350_LAUNCHXL_433.c.

◆ CC1350_LAUNCHXL_433_wakeUpExtFlash()

void CC1350_LAUNCHXL_433_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 89 of file CC1350_LAUNCHXL_433_fxns.c.

Referenced by CC1350_LAUNCHXL_433_shutDownExtFlash().