Home
last modified time | relevance | path

Searched refs:SectorAddr (Results 1 – 4 of 4) sorted by relevance

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_flash.c94 void FLASH_SectorErase(uint32_t SectorAddr) in FLASH_SectorErase() argument
97 assert_parameters(IS_FLASH_ADDRESS(SectorAddr)); in FLASH_SectorErase()
102 FLASH->PGADDR = SectorAddr; in FLASH_SectorErase()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_flash.c95 void FLASH_SectorErase(uint32_t SectorAddr) in FLASH_SectorErase() argument
98 assert_parameters(IS_FLASH_ADDRESS(SectorAddr)); in FLASH_SectorErase()
103 FLASH->PGADDR = SectorAddr; in FLASH_SectorErase()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_flash.h56 void FLASH_SectorErase(uint32_t SectorAddr);
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_flash.h137 void FLASH_SectorErase(uint32_t SectorAddr);

Completed in 5 milliseconds