Home
last modified time | relevance | path

Searched refs:OB_WRPAREA_ZONE_A (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h310 #define OB_WRPAREA_ZONE_A 0x00000001U /*!< Flash Zone A */ macro
976 (((__VALUE__) == OB_WRPAREA_ZONE_A) || ((__VALUE__) == OB_WRPAREA_ZONE_B) || \
978 (((__VALUE__) == OB_WRPAREA_ZONE_A) || ((__VALUE__) == OB_WRPAREA_ZONE_B)))
980 #define IS_OB_WRPAREA(__VALUE__) (((__VALUE__) == OB_WRPAREA_ZONE_A)\
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h249 #define OB_WRPAREA_ZONE_A 0x00000001U /*!< Flash Zone A */ macro
779 #define IS_OB_WRPAREA(__VALUE__) (((__VALUE__) == OB_WRPAREA_ZONE_A) || \
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h274 #define OB_WRPAREA_ZONE_A 0x00000001U /*!< Flash Zone A */ macro
783 #define IS_OB_WRPAREA(__VALUE__) (((__VALUE__) == OB_WRPAREA_ZONE_A)\
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c525 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig()
551 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c551 if (WRPArea != OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig()
736 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c666 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_WRPConfig()
707 if (WRPArea == OB_WRPAREA_ZONE_A) in FLASH_OB_GetWRP()