Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h313 #define OB_WRPAREA_ZONE2_A 0x00000004U /*!< Flash Bank 2 Zone A */ macro
977 ((__VALUE__) == OB_WRPAREA_ZONE2_A) || ((__VALUE__) == OB_WRPAREA_ZONE2_B)) : \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c671 else if (WRPArea == OB_WRPAREA_ZONE2_A) in FLASH_OB_WRPConfig()
713 else if (WRPArea == OB_WRPAREA_ZONE2_A) in FLASH_OB_GetWRP()