Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c115 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t Sector);
121 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t…
399 status = FLASH_OB_DisablePCROP(pAdvOBInit->Sectors); in HAL_FLASHEx_AdvOBProgram()
401 …status = FLASH_OB_DisablePCROP(pAdvOBInit->SectorsBank1, pAdvOBInit->SectorsBank2, pAdvOBInit->Ban… in HAL_FLASHEx_AdvOBProgram()
877 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t… in FLASH_OB_DisablePCROP() function
1124 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t Sector) in FLASH_OB_DisablePCROP() function