Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h314 #define OB_WRPAREA_ZONE2_B 0x00000008U /*!< Flash Bank 2 Zone B */ macro
977 ((__VALUE__) == OB_WRPAREA_ZONE2_A) || ((__VALUE__) == OB_WRPAREA_ZONE2_B)) : \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c675 else if (WRPArea == OB_WRPAREA_ZONE2_B) in FLASH_OB_WRPConfig()
718 else if (WRPArea == OB_WRPAREA_ZONE2_B) in FLASH_OB_GetWRP()