STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
#define | IS_FLASH_TYPEERASE(VALUE) |
#define | IS_VOLTAGERANGE(RANGE) |
#define | IS_WRPSTATE(VALUE) |
#define | IS_OPTIONBYTE(VALUE) |
#define | IS_OB_RDP_LEVEL(LEVEL) |
#define | IS_OB_IWDG_SOURCE(SOURCE) |
#define | IS_OB_STOP_SOURCE(SOURCE) |
#define | IS_OB_STDBY_SOURCE(SOURCE) |
#define | IS_OB_BOR_LEVEL(LEVEL) |
#define | IS_PCROPSTATE(VALUE) |
#define | IS_OBEX(VALUE) |
#define | IS_FLASH_LATENCY(LATENCY) |
#define | IS_FLASH_BANK(BANK) |
#define | IS_FLASH_SECTOR(SECTOR) |
#define | IS_FLASH_ADDRESS(ADDRESS) |
#define | IS_FLASH_NBSECTORS(NBSECTORS) |
#define | IS_OB_WRP_SECTOR(SECTOR) |
#define | IS_OB_PCROP(SECTOR) |
#define | IS_OB_PCROP_SELECT(PCROP) |
#define IS_FLASH_TYPEERASE | ( | VALUE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 811 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
#define IS_VOLTAGERANGE | ( | RANGE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 814 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_Erase_Sector(), and FLASH_MassErase().
#define IS_WRPSTATE | ( | VALUE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 819 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_OBProgram().
#define IS_OPTIONBYTE | ( | VALUE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 822 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_OBProgram().
#define IS_OB_RDP_LEVEL | ( | LEVEL | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 824 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_RDP_LevelConfig().
#define IS_OB_IWDG_SOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 828 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define IS_OB_STOP_SOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 830 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define IS_OB_STDBY_SOURCE | ( | SOURCE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 832 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_UserConfig().
#define IS_OB_BOR_LEVEL | ( | LEVEL | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 834 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_BOR_LevelConfig().
#define IS_PCROPSTATE | ( | VALUE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 842 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
#define IS_OBEX | ( | VALUE | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 858 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_AdvOBProgram().
#define IS_FLASH_LATENCY | ( | LATENCY | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 864 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_RCC_ClockConfig().
#define IS_FLASH_BANK | ( | BANK | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 908 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_MassErase(), FLASH_OB_DisableWRP(), and FLASH_OB_EnableWRP().
#define IS_FLASH_SECTOR | ( | SECTOR | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 961 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_Erase_Sector().
#define IS_FLASH_ADDRESS | ( | ADDRESS | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 967 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_Program_Byte(), FLASH_Program_DoubleWord(), FLASH_Program_HalfWord(), and FLASH_Program_Word().
#define IS_FLASH_NBSECTORS | ( | NBSECTORS | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 970 of file stm32f4xx_hal_flash_ex.h.
Referenced by HAL_FLASHEx_Erase(), and HAL_FLASHEx_Erase_IT().
#define IS_OB_WRP_SECTOR | ( | SECTOR | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 994 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_DisableWRP(), and FLASH_OB_EnableWRP().
#define IS_OB_PCROP | ( | SECTOR | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 1015 of file stm32f4xx_hal_flash_ex.h.
Referenced by FLASH_OB_DisablePCROP(), and FLASH_OB_EnablePCROP().
#define IS_OB_PCROP_SELECT | ( | PCROP | ) |
#include <stm32f4xx_hal_flash_ex.h>
Definition at line 1028 of file stm32f4xx_hal_flash_ex.h.