Modules | |
FLASH Private macros to check input parameters | |
#define IS_BOOT_ADDRESS | ( | ADDRESS | ) | ((ADDRESS) <= (0x3FFF0000U)) |
Definition at line 823 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_BOOT_ADDRESS | ( | ADDRESS | ) | ((ADDRESS) <= (0x3FFF0000U)) |
Definition at line 823 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_BANK | ( | BANK | ) | ((BANK) == FLASH_BANK_1) |
Definition at line 832 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_BANK | ( | BANK | ) | ((BANK) == FLASH_BANK_1) |
Definition at line 832 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_BANK_EXCLUSIVE | ( | BANK | ) | ((BANK) == FLASH_BANK_1) |
Definition at line 833 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_BANK_EXCLUSIVE | ( | BANK | ) | ((BANK) == FLASH_BANK_1) |
Definition at line 833 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_FLAG_BANK1 | ( | FLAG | ) | (((FLAG) & FLASH_FLAG_ALL_BANK1) == (FLAG)) |
Definition at line 791 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_FLAG_BANK1 | ( | FLAG | ) | (((FLAG) & FLASH_FLAG_ALL_BANK1) == (FLAG)) |
Definition at line 791 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_IT_BANK1 | ( | IT | ) | (((IT) & FLASH_IT_ALL_BANK1) == (IT)) |
Definition at line 786 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_IT_BANK1 | ( | IT | ) | (((IT) & FLASH_IT_ALL_BANK1) == (IT)) |
Definition at line 786 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_PROGRAM_ADDRESS | ( | ADDRESS | ) | (IS_FLASH_PROGRAM_ADDRESS_BANK1(ADDRESS)) |
Definition at line 819 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_PROGRAM_ADDRESS | ( | ADDRESS | ) | (IS_FLASH_PROGRAM_ADDRESS_BANK1(ADDRESS)) |
Definition at line 819 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_PROGRAM_ADDRESS_BANK1 | ( | ADDRESS | ) | (((ADDRESS) >= FLASH_BANK1_BASE) && ((ADDRESS) <= FLASH_END)) |
Definition at line 800 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_PROGRAM_ADDRESS_BANK1 | ( | ADDRESS | ) | (((ADDRESS) >= FLASH_BANK1_BASE) && ((ADDRESS) <= FLASH_END)) |
Definition at line 800 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_TYPEPROGRAM | ( | VALUE | ) | ((VALUE) == FLASH_TYPEPROGRAM_FLASHWORD) |
Definition at line 783 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.
#define IS_FLASH_TYPEPROGRAM | ( | VALUE | ) | ((VALUE) == FLASH_TYPEPROGRAM_FLASHWORD) |
Definition at line 783 of file stm32h747/stm32h747i-disco/CM7/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h.