Home
last modified time | relevance | path

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

/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h160 #define OB_STOP_NO_RST ((uint8_t)0x40) /*!< No reset generated when entering in STO… macro
344 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h56 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
318 #define OB_STOP_NO_RST ((uint8_t)0x02U) /*!< No reset generated when entering in STOP */ macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h66 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
353 #define OB_STOP_NO_RST ((uint8_t)0x02U) /*!< No reset generated when entering in STOP */ macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h65 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
463 #define OB_STOP_NO_RST ((uint16_t)0x0002) /*!< No reset generated when entering in STOP … macro
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h194 #define OB_STOP_NO_RST ((uint32_t)0x40U) /*!< No reset generated when entering in STOP */ macro
576 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h289 #define OB_STOP_NO_RST 0x40U /*!< No reset generated when entering in STOP */ macro
879 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c323 pOBInit->USERConfig & OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
332 pOBInit->USERConfig & OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h204 #define OB_STOP_NO_RST ((uint8_t)0x40) /*!< No reset generated when entering in STO… macro
830 #define IS_OB_STOP_SOURCE(SOURCE) (((SOURCE) == OB_STOP_NO_RST) || ((SOURCE) == OB_STOP_RST))
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c293 pOBInit->USERConfig&OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c806 assert_param(IS_OB_STOP_SOURCE((UserConfig&OB_STOP_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c798 assert_param(IS_OB_STOP_SOURCE((UserConfig&OB_STOP_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c941 assert_param(IS_OB_STOP_SOURCE((UserConfig&OB_STOP_NO_RST))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c320 pOBInit->USERConfig & OB_STOP_NO_RST, in HAL_FLASHEx_OBProgram()