Searched refs:FLASH_OB_ProtectedSectorsConfig (Results 1 – 1 of 1) sorted by relevance
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/ |
H A D | stm32l0xx_hal_flash_ex.c | 114 static HAL_StatusTypeDef FLASH_OB_ProtectedSectorsConfig(uint32_t Sector, uint32_t Sector2, uint32… 116 static HAL_StatusTypeDef FLASH_OB_ProtectedSectorsConfig(uint32_t Sector, uint32_t NewState); 342 …status = FLASH_OB_ProtectedSectorsConfig(pOBInit->WRPSector, pOBInit->WRPSector2, pOBInit->WRPStat… in HAL_FLASHEx_OBProgram() 344 status = FLASH_OB_ProtectedSectorsConfig(pOBInit->WRPSector, pOBInit->WRPState); in HAL_FLASHEx_OBProgram() 458 …status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPSector2, pAdvOB… in HAL_FLASHEx_AdvOBProgram() 460 status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPState); in HAL_FLASHEx_AdvOBProgram() 1035 static HAL_StatusTypeDef FLASH_OB_ProtectedSectorsConfig(uint32_t Sector, uint32_t Sector2, uint32_… in FLASH_OB_ProtectedSectorsConfig() function 1046 static HAL_StatusTypeDef FLASH_OB_ProtectedSectorsConfig(uint32_t Sector, uint32_t NewState) in FLASH_OB_ProtectedSectorsConfig()
|