CC23x0R5DriverLibrary
hw_device.h File Reference
#include "hw_memmap.h"
#include "hw_platform.h"
Include dependency graph for hw_device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOT_CSTACK_SIZE   (1024-CCFG_USER_RECORD_SIZE)
 Size of the call stack used in ROM, in number of bytes. More...
 
#define FLASH_1T_SECTOR_SIZE   2048
 Size of a 1T flash sector, in number of bytes. More...
 
#define FLASH_DATAWIDTH_BITS   128
 Flash word width in number of bits. More...
 
#define FLASH_2T_SECTOR_SIZE   (FLASH_1T_SECTOR_SIZE/2)
 Size of a 2T flash sector, in number of bytes. More...
 
#define FLASH_MAIN_SECTOR_SIZE   FLASH_1T_SECTOR_SIZE
 Size of a MAIN flash sector, in number of bytes. More...
 
#define FCFG_GENERALTRIMS_SIZE   ((FLASH_2T_SECTOR_SIZE / 4) - 104)
 Size of generalTrims section in FCFG, in number of 32-bit words. More...
 
#define CCFG_DEFAULT_VALUES
 

Macro Definition Documentation

§ BOOT_CSTACK_SIZE

#define BOOT_CSTACK_SIZE   (1024-CCFG_USER_RECORD_SIZE)

Size of the call stack used in ROM, in number of bytes.

§ FLASH_1T_SECTOR_SIZE

#define FLASH_1T_SECTOR_SIZE   2048

Size of a 1T flash sector, in number of bytes.

§ FLASH_DATAWIDTH_BITS

#define FLASH_DATAWIDTH_BITS   128

Flash word width in number of bits.

§ FLASH_2T_SECTOR_SIZE

#define FLASH_2T_SECTOR_SIZE   (FLASH_1T_SECTOR_SIZE/2)

Size of a 2T flash sector, in number of bytes.

§ FLASH_MAIN_SECTOR_SIZE

#define FLASH_MAIN_SECTOR_SIZE   FLASH_1T_SECTOR_SIZE

Size of a MAIN flash sector, in number of bytes.

Referenced by FlashGetSectorSize().

§ FCFG_GENERALTRIMS_SIZE

#define FCFG_GENERALTRIMS_SIZE   ((FLASH_2T_SECTOR_SIZE / 4) - 104)

Size of generalTrims section in FCFG, in number of 32-bit words.

§ CCFG_DEFAULT_VALUES

#define CCFG_DEFAULT_VALUES

Macro for default CCFG configuration. All fields can be overwritten by setting the field to another value further down in the struct definition within a C file.