Searched refs:FLASH_OB_EnableWRP (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 88 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks); 271 status = FLASH_OB_EnableWRP(pOBInit->WRPSector, pOBInit->Banks); in HAL_FLASHEx_OBProgram() 463 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_flash_ex.c | 101 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks); 298 status = FLASH_OB_EnableWRP(pOBInit->WRPSector, pOBInit->Banks); in HAL_FLASHEx_OBProgram() 641 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks) in FLASH_OB_EnableWRP() function 1027 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 99 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage); 377 status = FLASH_OB_EnableWRP(pOBInit->WRPPage); in HAL_FLASHEx_OBProgram() 519 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 99 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage); 377 status = FLASH_OB_EnableWRP(pOBInit->WRPPage); in HAL_FLASHEx_OBProgram() 519 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 94 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector); 302 status = FLASH_OB_EnableWRP(pOBInit->WRPSector); in HAL_FLASHEx_OBProgram() 806 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WRPSector) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 99 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage); 458 status = FLASH_OB_EnableWRP(pOBInit->WRPPage); in HAL_FLASHEx_OBProgram() 639 static HAL_StatusTypeDef FLASH_OB_EnableWRP(uint32_t WriteProtectPage) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_flash_ex.c | 112 static void FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks); 364 FLASH_OB_EnableWRP(pOBInit->WRPSector, pOBInit->Banks); in HAL_FLASHEx_OBProgram() 1053 static void FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks) in FLASH_OB_EnableWRP() function
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_flash_ex.c | 115 static void FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks); 463 FLASH_OB_EnableWRP(pOBInit->WRPSector,pOBInit->Banks); in HAL_FLASHEx_OBProgram() 1237 static void FLASH_OB_EnableWRP(uint32_t WRPSector, uint32_t Banks) in FLASH_OB_EnableWRP() function
|