Home
last modified time | relevance | path

Searched refs:OB_IWDG_SW (Results 1 – 25 of 47) sorted by relevance

12

/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h151 #define OB_IWDG_SW ((uint8_t)0x20) /*!< Software IWDG selected */ macro
342 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h54 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
309 #define OB_IWDG_SW ((uint8_t)0x01U) /*!< Software IWDG selected */ macro
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h64 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
344 #define OB_IWDG_SW ((uint8_t)0x01U) /*!< Software IWDG selected */ macro
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h75 #define IS_OB_IWDG_SOURCE(__SOURCE__) (((__SOURCE__) == OB_IWDG_SW) || ((__SOURCE__) == OB_IWDG_H…
409 #define OB_IWDG_SW ((uint8_t)0x10) /*!< Software WDG selected */ macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h63 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
454 #define OB_IWDG_SW ((uint16_t)0x0001) /*!< Software IWDG selected */ macro
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h185 #define OB_IWDG_SW ((uint32_t)0x20U) /*!< Software IWDG selected */ macro
574 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h325 #define OB_IWDG_SW FLASH_OPTSR_IWDG_SW /*!< Software independent watchdog */ macro
896 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h121 #define IS_OB_IWDG_SOURCE(__SOURCE__) (((__SOURCE__) == OB_IWDG_SW) || ((__SOURCE__) == OB_IWDG_H…
575 #define OB_IWDG_SW ((uint8_t)0x10U) /*!< Software WDG selected */ macro
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h333 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
955 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h280 #define OB_IWDG_SW OB_IWDG1_SW /*!< Software IWDG selected */ macro
877 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c322 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
331 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h376 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
997 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h355 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
1024 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h409 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
1027 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h195 #define OB_IWDG_SW ((uint8_t)0x20) /*!< Software IWDG selected */ macro
828 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h326 #define OB_IWDG_SW ((uint32_t)FLASH_OPTR_IWDG_SW) /*!< Software independent wa… macro
954 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h362 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c292 status = FLASH_OB_UserConfig(pOBInit->USERConfig&OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c805 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c797 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h456 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c940 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h376 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h408 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c364 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()

12