Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h311 #define OB_WRPAREA_ZONE_B 0x00000002U /*!< Flash Zone B */ macro
976 (((__VALUE__) == OB_WRPAREA_ZONE_A) || ((__VALUE__) == OB_WRPAREA_ZONE_B) || \
978 (((__VALUE__) == OB_WRPAREA_ZONE_A) || ((__VALUE__) == OB_WRPAREA_ZONE_B)))
981 || ((__VALUE__) == OB_WRPAREA_ZONE_B))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h250 #define OB_WRPAREA_ZONE_B 0x00000002U /*!< Flash Zone B */ macro
780 ((__VALUE__) == OB_WRPAREA_ZONE_B))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h275 #define OB_WRPAREA_ZONE_B 0x00000002U /*!< Flash Zone B */ macro
784 || ((__VALUE__) == OB_WRPAREA_ZONE_B))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c556 else if (WRPArea == OB_WRPAREA_ZONE_B) in FLASH_OB_GetWRP()