STM32H735xx HAL User Manual
|
Defines | |
#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 |
#define FLASH_CRC_BURST_SIZE_16 FLASH_CRCCR_CRC_BURST_0 |
Every burst has a size of 16 Flash words (256-bit)
Definition at line 704 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_CRC_BURST_SIZE_256 FLASH_CRCCR_CRC_BURST |
Every burst has a size of 256 Flash words (256-bit)
Definition at line 706 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_CRC_BURST_SIZE_4 0x00000000U |
Every burst has a size of 4 Flash words (256-bit)
Definition at line 703 of file stm32h7xx_hal_flash_ex.h.
#define FLASH_CRC_BURST_SIZE_64 FLASH_CRCCR_CRC_BURST_1 |
Every burst has a size of 64 Flash words (256-bit)
Definition at line 705 of file stm32h7xx_hal_flash_ex.h.