RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Macros

Macros

#define FLASH_CRC_BURST_SIZE_4   0x00000000U
 
#define FLASH_CRC_BURST_SIZE_16   FLASH_CRCCR_CRC_BURST_0
 
#define FLASH_CRC_BURST_SIZE_64   FLASH_CRCCR_CRC_BURST_1
 
#define FLASH_CRC_BURST_SIZE_256   FLASH_CRCCR_CRC_BURST
 

Detailed Description

Macro Definition Documentation

◆ FLASH_CRC_BURST_SIZE_16

#define FLASH_CRC_BURST_SIZE_16   FLASH_CRCCR_CRC_BURST_0

Every burst has a size of 16 Flash words (256-bit)

◆ FLASH_CRC_BURST_SIZE_256

#define FLASH_CRC_BURST_SIZE_256   FLASH_CRCCR_CRC_BURST

Every burst has a size of 256 Flash words (256-bit)

◆ FLASH_CRC_BURST_SIZE_4

#define FLASH_CRC_BURST_SIZE_4   0x00000000U

Every burst has a size of 4 Flash words (256-bit)

◆ FLASH_CRC_BURST_SIZE_64

#define FLASH_CRC_BURST_SIZE_64   FLASH_CRCCR_CRC_BURST_1

Every burst has a size of 64 Flash words (256-bit)