Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c120 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() argument
826 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() argument
891 assert_param(IS_OB_PCROP(SectorBank1)); in FLASH_OB_DisablePCROP()
893 *(__IO uint16_t *)OPTCR_BYTE2_ADDRESS &= (~SectorBank1); in FLASH_OB_DisablePCROP()