|
Contiki-NG
|
Implementation of the cc2538 SoC driver. More...
#include "contiki.h"#include "dev/rom-util.h"#include "dev/sys-ctrl.h"#include "dev/ioc.h"#include "dev/nvic.h"#include "dev/gpio-hal.h"#include "lpm.h"#include "reg.h"#include "soc.h"#include <stdint.h>#include <stdio.h>#include "sys/log.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. | |
| void | soc_init (void) |
| Common initialisation routine for all CC2538-based platforms. | |
Implementation of the cc2538 SoC driver.
Definition in file soc.c.
1.8.13