Home
last modified time | relevance | path

Searched refs:OB_WRPSTATE_DISABLE (Results 1 – 25 of 39) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h120 #define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired ban… macro
333 #define IS_WRPSTATE(VALUE)(((VALUE) == OB_WRPSTATE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h45 #define IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || \
185 #define OB_WRPSTATE_DISABLE (0x00U) /*!<Disable the write protection of the desired pages*/ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c1056 if (NewState != OB_WRPSTATE_DISABLE) in FLASH_OB_ProtectedSectorsConfig()
1074 if (NewState != OB_WRPSTATE_DISABLE) in FLASH_OB_ProtectedSectorsConfig()
1093 if (NewState != OB_WRPSTATE_DISABLE) in FLASH_OB_ProtectedSectorsConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h55 #define IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || \
230 #define OB_WRPSTATE_DISABLE (0x00U) /*!<Disable the write protection of the desired pages*/ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h59 #define IS_WRPSTATE(__VALUE__) (((__VALUE__) == OB_WRPSTATE_DISABLE) || \
263 #define OB_WRPSTATE_DISABLE (0x00U) /*!<Disable the write protection of the desired sectors… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h57 #define IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || ((VALUE) == OB_WRPSTATE_EN…
303 #define OB_WRPSTATE_DISABLE 0x00U /*!<Disable the write protection of the desired pages*/ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h138 #define OB_WRPSTATE_DISABLE ((uint32_t)0x00U) /*!< Disable the write protection of the desir… macro
554 #define IS_WRPSTATE(VALUE)(((VALUE) == OB_WRPSTATE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h234 #define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired … macro
722 #define IS_OB_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || ((VALUE) == OB_WRPS…
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h105 #define IS_WRPSTATE(__VALUE__) (((__VALUE__) == OB_WRPSTATE_DISABLE) || \
329 #define OB_WRPSTATE_DISABLE (0x00U) /*!<Disable the write protection of the desired sectors… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h688 #define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired fla… macro
947 #define IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) …
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h227 #define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired … macro
923 #define IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c927 if (WRPState == OB_WRPSTATE_DISABLE) in FLASH_OB_WRPConfig()
1160 *WRPState = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h164 #define OB_WRPSTATE_DISABLE 0x00000000U /*!< Disable the write protection of the desired ban… macro
819 #define IS_WRPSTATE(VALUE)(((VALUE) == OB_WRPSTATE_DISABLE) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1136 (*WRPState) = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1331 (*WRPState) = OB_WRPSTATE_DISABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h450 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h427 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h442 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h463 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h459 #define WRPSTATE_DISABLE OB_WRPSTATE_DISABLE

12