Searched refs:SectorBank1 (Results 1 – 1 of 1) sorted by relevance
120 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t …121 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t…813 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t … in FLASH_OB_EnablePCROP() argument826 assert_param(IS_OB_PCROP(SectorBank1)); in FLASH_OB_EnablePCROP()828 *(__IO uint16_t *)OPTCR_BYTE2_ADDRESS |= (uint16_t)SectorBank1; in FLASH_OB_EnablePCROP()877 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t… in FLASH_OB_DisablePCROP() argument891 assert_param(IS_OB_PCROP(SectorBank1)); in FLASH_OB_DisablePCROP()893 *(__IO uint16_t *)OPTCR_BYTE2_ADDRESS &= (~SectorBank1); in FLASH_OB_DisablePCROP()