Searched refs:PCROPSector (Results 1 – 4 of 4) sorted by relevance
115 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() argument1048 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()
453 …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()
211 …uint32_t PCROPSector; /*!< PCROPSector : This bitfield specifies the sector(s) which are re… member
97 uint32_t PCROPSector; /*!< Set the PCROP sector. member