Home
last modified time | relevance | path

Searched refs:OB_STDBY_NO_RST (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h170 #define OB_STDBY_NO_RST ((uint8_t)0x80) /*!< No reset generated when entering in STA… macro
346 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h58 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
327 #define OB_STDBY_NO_RST ((uint8_t)0x04U) /*!< No reset generated when entering in STANDB… macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h68 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
362 #define OB_STDBY_NO_RST ((uint8_t)0x04U) /*!< No reset generated when entering in STANDB… macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h67 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
472 #define OB_STDBY_NO_RST ((uint16_t)0x0004) /*!< No reset generated when entering in STAND… macro
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h203 #define OB_STDBY_NO_RST ((uint32_t)0x80U) /*!< No reset generated when entering in STANDBY */ macro
578 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h298 #define OB_STDBY_NO_RST 0x80U /*!< No reset generated when entering in STANDBY */ macro
881 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RS…
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c324 pOBInit->USERConfig & OB_STDBY_NO_RST, in HAL_FLASHEx_OBProgram()
333 pOBInit->USERConfig & OB_STDBY_NO_RST, in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h214 #define OB_STDBY_NO_RST ((uint8_t)0x80) /*!< No reset generated when entering in STA… macro
832 #define IS_OB_STDBY_SOURCE(SOURCE) (((SOURCE) == OB_STDBY_NO_RST) || ((SOURCE) == OB_STDBY_RST))
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c294 pOBInit->USERConfig&OB_STDBY_NO_RST); in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c807 assert_param(IS_OB_STDBY_SOURCE((UserConfig&OB_STDBY_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c799 assert_param(IS_OB_STDBY_SOURCE((UserConfig&OB_STDBY_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c942 assert_param(IS_OB_STDBY_SOURCE((UserConfig&OB_STDBY_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c321 pOBInit->USERConfig & OB_STDBY_NO_RST); in HAL_FLASHEx_OBProgram()