|
Contiki 3.x
|
Header file with macro and function declarations for the cc2538 SoC. More...
#include "contiki-conf.h"#include <stdint.h>Go to the source code of this file.
Macros | |
SoC features | |
| #define | SOC_FEATURE_AES_SHA 0x00000002 |
| Security HW AES/SHA. | |
| #define | SOC_FEATURE_ECC_RSA 0x00000001 |
| Security HW ECC/RSA. | |
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. | |
Header file with macro and function declarations for the cc2538 SoC.
Definition in file soc.h.
1.8.6