Loading...
Searching...
No Matches
TI CC2538

Texas Instruments CC2538 Cortex-M3 MCU specific code. More...

Detailed Description

Texas Instruments CC2538 Cortex-M3 MCU specific code.

Modules

 TI CC2538 CMSIS-style Headers
 CMSIS-style register definitions for the TI CC2538.
 

Files

file  cc2538_eui_primary.h
 CC2538 EUI-64 provider.
 
file  cc2538_rf.h
 Low-level radio driver for the CC2538.
 
file  cc2538_rf_internal.h
 Internal interfaces for the cc2538_rf driver.
 
file  cc2538_ssi.h
 CC2538 SSI interface.
 
file  cpu_conf.h
 Implementation specific CPU configuration options.
 
file  periph_cpu.h
 CPU specific definitions for internal peripheral handling.
 

Data Structures

struct  cc2538_ssi_t
 SSI component registers. More...
 

Macros

#define SSI_CR0_DSS(x)   (x - 1)
 Set CR0 data size (bits)
 
#define SSI_CC_CS_SYSDIV   (0x0)
 Define CC register bitfields.
 
#define SSI_CC_CS_IODIV   (0x1)
 
#define SSI_CC_CS_DSEN   (0x4)
 

Macro Definition Documentation

◆ SSI_CC_CS_DSEN

#define SSI_CC_CS_DSEN   (0x4)

Definition at line 57 of file cc2538_ssi.h.

◆ SSI_CC_CS_IODIV

#define SSI_CC_CS_IODIV   (0x1)

Definition at line 56 of file cc2538_ssi.h.

◆ SSI_CC_CS_SYSDIV

#define SSI_CC_CS_SYSDIV   (0x0)

Define CC register bitfields.

Definition at line 55 of file cc2538_ssi.h.

◆ SSI_CR0_DSS

#define SSI_CR0_DSS (   x)    (x - 1)

Set CR0 data size (bits)

Definition at line 49 of file cc2538_ssi.h.