Home
last modified time | relevance | path

Searched refs:SectorBank2 (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
832 assert_param(IS_OB_PCROP(SectorBank2)); in FLASH_OB_EnablePCROP()
834 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)SectorBank2; in FLASH_OB_EnablePCROP()
840 assert_param(IS_OB_PCROP(SectorBank2)); in FLASH_OB_EnablePCROP()
847 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)SectorBank2; in FLASH_OB_EnablePCROP()
877 static HAL_StatusTypeDef FLASH_OB_DisablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t… in FLASH_OB_DisablePCROP() argument
898 assert_param(IS_OB_PCROP(SectorBank2)); in FLASH_OB_DisablePCROP()
899 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS &= (~SectorBank2); in FLASH_OB_DisablePCROP()
[all …]