|
STM32F479xx HAL User Manual
|
Defines | |
| #define | FLASH_PSIZE_BYTE 0x00000000U |
| #define | FLASH_PSIZE_HALF_WORD 0x00000100U |
| #define | FLASH_PSIZE_WORD 0x00000200U |
| #define | FLASH_PSIZE_DOUBLE_WORD 0x00000300U |
| #define | CR_PSIZE_MASK 0xFFFFFCFFU |
| #define CR_PSIZE_MASK 0xFFFFFCFFU |
Definition at line 147 of file stm32f4xx_hal_flash.h.
| #define FLASH_PSIZE_BYTE 0x00000000U |
Definition at line 143 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_Erase_Sector(), and FLASH_Program_Byte().
| #define FLASH_PSIZE_DOUBLE_WORD 0x00000300U |
Definition at line 146 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_Erase_Sector(), and FLASH_Program_DoubleWord().
| #define FLASH_PSIZE_HALF_WORD 0x00000100U |
Definition at line 144 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_Erase_Sector(), and FLASH_Program_HalfWord().
| #define FLASH_PSIZE_WORD 0x00000200U |
Definition at line 145 of file stm32f4xx_hal_flash.h.
Referenced by FLASH_Erase_Sector(), and FLASH_Program_Word().
1.7.6.1