HAL + 0/54 examples
CodeScope will show references to FLASH_EraseInitTypeDef::Sector from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Applications
USB_Device
STM32446E-Nucleo
Applications
EEPROM
STM32446E_EVAL
Applications
EEPROM
IAP
USB_Device
USB_Host
Examples
FLASH
STM32469I-Discovery
Applications
EEPROM
USB_Device
USB_Host
FileX
FX_IAP
Examples
FLASH
STM32469I_EVAL
Applications
EEPROM
IAP
USB_Device
Examples
FLASH
STM324x9I_EVAL
Applications
EEPROM
IAP
LwIP
USB_Device
USB_Host
Examples
FLASH
STM324xG_EVAL
Applications
EEPROM
IAP
LwIP
USB_Device
USB_Host
Examples
FLASH
STM32F4-Discovery
Applications
EEPROM
Examples
FLASH
STM32F401-Discovery
Applications
EEPROM
Examples
FLASH
STM32F401RE-Nucleo
Applications
EEPROM
STM32F410xx-Nucleo
Applications
EEPROM
STM32F411E-Discovery
Applications
EEPROM
Examples
FLASH
STM32F411RE-Nucleo
Applications
EEPROM
STM32F412G-Discovery
Applications
EEPROM
STM32F412ZG-Nucleo
Applications
EEPROM
Examples
FLASH
STM32F413ZH-Nucleo
Applications
EEPROM
USB_Device
Examples
FLASH
STM32F429I-Discovery
Applications
EEPROM
USB_Host
Examples
FLASH
STM32F429ZI-Nucleo
Applications
EEPROM
USBX
USB_Device
Examples
FLASH
STM32F446ZE-Nucleo
Applications
EEPROM
USB_Device
Examples
FLASH
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALFLASH_EraseInitTypeDef::Sector

FLASH_EraseInitTypeDef::Sector field

Initial FLASH sector to erase when Mass erase is disabled This parameter must be a value of FLASHEx_Sectors

Syntax

uint32_t Sector;

Examples

FLASH_EraseInitTypeDef::Sector is referenced by 54 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_flash_ex.h:53
uint32_t Sector; /*!< Initial FLASH sector to erase when Mass erase is disabled
stm32f4xx_hal_flash_ex.c:193HAL_FLASHEx_Erase()
assert_param(IS_FLASH_NBSECTORS(pEraseInit->NbSectors + pEraseInit->Sector));
stm32f4xx_hal_flash_ex.c:196HAL_FLASHEx_Erase()
for (index = pEraseInit->Sector; index < (pEraseInit->NbSectors + pEraseInit->Sector); index++)
stm32f4xx_hal_flash_ex.c:263HAL_FLASHEx_Erase_IT()
assert_param(IS_FLASH_NBSECTORS(pEraseInit->NbSectors + pEraseInit->Sector));
stm32f4xx_hal_flash_ex.c:267HAL_FLASHEx_Erase_IT()
stm32f4xx_hal_flash_ex.c:271HAL_FLASHEx_Erase_IT()

Data Use

Functions reading FLASH_EraseInitTypeDef::Sector
FLASH_EraseInitTypeDef::Sector
Type of FLASH_EraseInitTypeDef::Sector
FLASH_EraseInitTypeDef::Sector
uint32_t
all items filtered out