Home
last modified time | relevance | path

Searched refs:OB_WRPSTATE_ENABLE (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h121 #define OB_WRPSTATE_ENABLE 0x00000001U /*!< Enable the write protection of the desired bank… macro
334 ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h46 ((VALUE) == OB_WRPSTATE_ENABLE))
186 #define OB_WRPSTATE_ENABLE (0x01U) /*!<Enable the write protection of the desired pagess*/ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h56 ((VALUE) == OB_WRPSTATE_ENABLE))
231 #define OB_WRPSTATE_ENABLE (0x01U) /*!<Enable the write protection of the desired pagess*/ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h60 ((__VALUE__) == OB_WRPSTATE_ENABLE))
264 #define OB_WRPSTATE_ENABLE (0x01U) /*!<Enable the write protection of the desired sectors*/ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h57 …e IS_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || ((VALUE) == OB_WRPSTATE_ENABLE))
304 #define OB_WRPSTATE_ENABLE 0x01U /*!<Enable the write protection of the desired pagess*/ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h139 #define OB_WRPSTATE_ENABLE ((uint32_t)0x01U) /*!< Enable the write protection of the desire… macro
555 ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash.h235 #define OB_WRPSTATE_ENABLE 0x00000001U /*!< Enable the write protection of the desired s… macro
722 …_WRPSTATE(VALUE) (((VALUE) == OB_WRPSTATE_DISABLE) || ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h106 ((__VALUE__) == OB_WRPSTATE_ENABLE))
330 #define OB_WRPSTATE_ENABLE (0x01U) /*!<Enable the write protection of the desired sectors*/ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h689 #define OB_WRPSTATE_ENABLE 0x00000001U /*!< Enable the write protection of the desired flas… macro
948 ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h228 #define OB_WRPSTATE_ENABLE 0x00000001U /*!< Enable the write protection of the desired b… macro
924 ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c931 else if (WRPState == OB_WRPSTATE_ENABLE) in FLASH_OB_WRPConfig()
1165 *WRPState = OB_WRPSTATE_ENABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h165 #define OB_WRPSTATE_ENABLE 0x00000001U /*!< Enable the write protection of the desired bank… macro
820 ((VALUE) == OB_WRPSTATE_ENABLE))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c361 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
1140 (*WRPState) = OB_WRPSTATE_ENABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c460 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
1335 (*WRPState) = OB_WRPSTATE_ENABLE; in FLASH_OB_GetWRP()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c268 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c374 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c374 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c299 if(pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c455 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c295 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c418 if (pOBInit->WRPState == OB_WRPSTATE_ENABLE) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h451 #define WRPSTATE_ENABLE OB_WRPSTATE_ENABLE
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h428 #define WRPSTATE_ENABLE OB_WRPSTATE_ENABLE
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h443 #define WRPSTATE_ENABLE OB_WRPSTATE_ENABLE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h460 #define WRPSTATE_ENABLE OB_WRPSTATE_ENABLE

12