STM32H735xx HAL User Manual
Defines
FLASH CRC Selection Type
FLASH Exported Constants

Defines

#define FLASH_CRC_ADDR   0x00000000U
#define FLASH_CRC_SECTORS   FLASH_CRCCR_CRC_BY_SECT
#define FLASH_CRC_BANK   (FLASH_CRCCR_ALL_BANK | FLASH_CRCCR_CRC_BY_SECT)

Define Documentation

#define FLASH_CRC_ADDR   0x00000000U

CRC selection type by address

Definition at line 693 of file stm32h7xx_hal_flash_ex.h.

#define FLASH_CRC_BANK   (FLASH_CRCCR_ALL_BANK | FLASH_CRCCR_CRC_BY_SECT)

CRC selection type by bank

Definition at line 695 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

#define FLASH_CRC_SECTORS   FLASH_CRCCR_CRC_BY_SECT

CRC selection type by sectors

Definition at line 694 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().