Contiki 3.x
soc.c File Reference

Implementation of the cc2538 SoC driver. More...

#include "contiki-conf.h"
#include "dev/rom-util.h"
#include "dev/sys-ctrl.h"
#include "reg.h"
#include "soc.h"
#include <stdint.h>
#include <stdio.h>

Go to the source code of this file.

Functions

SoC functions
uint8_t soc_get_rev (void)
 Gets the SoC revision. More...
 
uint32_t soc_get_sram_size (void)
 Gets the SRAM size of the SoC. More...
 
uint32_t soc_get_features (void)
 Gets the hardware features of the SoC that are enabled. More...
 
void soc_print_info (void)
 Prints SoC information.
 

Detailed Description

Implementation of the cc2538 SoC driver.

Definition in file soc.c.