CC27xxDriverLibrary
chipinfo.h File Reference
#include "../inc/hw_types.h"
#include "../inc/hw_memmap.h"
#include "../inc/hw_sys0.h"
#include "../inc/hw_fcfg.h"
Include dependency graph for chipinfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ChipType { CHIP_TYPE_CC2744 = 0x3548U, CHIP_TYPE_CC2745 = 0xAF23U, CHIP_TYPE_CC2755 = 0x6301U }
 Chip type enumeration. More...
 
enum  ChipPartId {
  CC2744R74E0WRHARQ1 = 0x483548U, CC2745R10E0WRHARQ1 = 0xE8AF23U, CC2745R10E1WRHARQ1 = 0xE8AF23U, CC2745P10E0WRHARQ1 = 0xDEAF23U,
  CC2745R74E0WRHARQ1 = 0x87AF23U, CC2755R105E0WRHAR = 0x9D6301U, CC2755P105E0WRHAR = 0xE66301U, CC2755R105E0YCJR = 0x316301U
}
 Chip part ID enumeration. More...
 

Functions

__STATIC_INLINE uint32_t ChipInfoGetVersion (void)
 Returns hardware version number. More...
 
__STATIC_INLINE ChipType ChipInfoGetChipType (void)
 Returns chip type. More...
 
__STATIC_INLINE ChipPartId ChipInfoGetPartId (void)
 Returns part ID. More...