Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c115 static HAL_StatusTypeDef FLASH_OB_PCROP_Config(uint32_t PCROPSector);
361 status = FLASH_OB_PCROP_Config(pOBInit->PCROPSector); in HAL_FLASHEx_OBProgram()
409 pOBInit->PCROPSector = FLASH_OB_GetPCROP(); in HAL_FLASHEx_OBGetConfig()
1043 static HAL_StatusTypeDef FLASH_OB_PCROP_Config(uint32_t PCROPSector) in FLASH_OB_PCROP_Config() argument
1048 assert_param(IS_OB_PCROP_SECTOR(PCROPSector)); in FLASH_OB_PCROP_Config()
1055 MODIFY_REG(FLASH->OPTCR2, FLASH_OPTCR2_PCROP, PCROPSector); in FLASH_OB_PCROP_Config()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c453 …status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPSector2, pAdvOB… in HAL_FLASHEx_AdvOBProgram()
455 status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPState); in HAL_FLASHEx_AdvOBProgram()
493 pAdvOBInit->PCROPSector = FLASH->WRPR; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h211 …uint32_t PCROPSector; /*!< PCROPSector : This bitfield specifies the sector(s) which are re… member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h97 uint32_t PCROPSector; /*!< Set the PCROP sector. member