|
Contiki 3.x
|
Driver for the cc2538 SoC. More...
Files | |
| file | soc.c |
| Implementation of the cc2538 SoC driver. | |
| file | soc.h |
| Header file with macro and function declarations for the cc2538 SoC. | |
SoC features | |
| #define | SOC_FEATURE_AES_SHA 0x00000002 |
| Security HW AES/SHA. | |
| #define | SOC_FEATURE_ECC_RSA 0x00000001 |
| Security HW ECC/RSA. | |
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. | |
Driver for the cc2538 SoC.
| uint32_t soc_get_features | ( | void | ) |
Gets the hardware features of the SoC that are enabled.
SOC_FEATURE_x values Definition at line 81 of file soc.c.
Referenced by soc_print_info().
| uint8_t soc_get_rev | ( | void | ) |
Gets the SoC revision.
Definition at line 61 of file soc.c.
Referenced by soc_print_info().
| uint32_t soc_get_sram_size | ( | void | ) |
Gets the SRAM size of the SoC.
Definition at line 72 of file soc.c.
Referenced by soc_print_info().
1.8.6