Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c437 pAdvOBInit->SectorsBank2 = (*(__IO uint16_t *)(OPTCR1_BYTE2_ADDRESS)); in HAL_FLASHEx_AdvOBGetConfig()
507 return (*(__IO uint16_t *)(OPTCR1_BYTE2_ADDRESS)); in HAL_FLASHEx_OB_GetBank2WRP()
671 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS &= (~(WRPSector >> 12)); in FLASH_OB_EnableWRP()
682 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS &= (~(WRPSector >> 12)); in FLASH_OB_EnableWRP()
742 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)(WRPSector >> 12); in FLASH_OB_DisableWRP()
753 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)(WRPSector >> 12); in FLASH_OB_DisableWRP()
834 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)SectorBank2; in FLASH_OB_EnablePCROP()
847 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS |= (uint16_t)SectorBank2; in FLASH_OB_EnablePCROP()
899 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS &= (~SectorBank2); in FLASH_OB_DisablePCROP()
912 *(__IO uint16_t *)OPTCR1_BYTE2_ADDRESS &= (~SectorBank2); in FLASH_OB_DisablePCROP()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h795 #define OPTCR1_BYTE2_ADDRESS 0x40023C1AU macro