/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_flash_ex.h | 151 #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-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash_ex.h | 54 #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-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_flash_ex.h | 64 #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-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_flash_ex.h | 75 #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-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_flash_ex.h | 63 #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-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 185 #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-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 275 #define OB_IWDG_SW FLASH_OBW1SRP_IWDG_HW /*!< IWDG watchdog is controlled by so… macro 729 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_flash_ex.h | 121 #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-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 361 #define OB_IWDG_SW FLASH_OPTSR_IWDG_SW /*!< Software independent watchdog */ macro 967 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 333 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro 954 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_flash_ex.h | 306 #define OB_IWDG_SW OB_IWDG1_SW /*!< Software IWDG selected */ macro 935 #define IS_OB_IWDG_SOURCE(SOURCE) (((SOURCE) == OB_IWDG_SW) || ((SOURCE) == OB_IWDG_HW))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 322 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram() 331 pOBInit->USERConfig & OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 376 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro 998 #define IS_OB_USER_IWDG(VALUE) (((VALUE) == OB_IWDG_HW) || ((VALUE) == OB_IWDG_SW))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 355 #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-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 409 #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-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_flash_ex.h | 195 #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-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 326 #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-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 376 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_flash_ex.c | 289 status = FLASH_OB_UserConfig(pOBInit->USERConfig&OB_IWDG_SW, in HAL_FLASHEx_OBProgram()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 374 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 797 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 805 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 408 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 456 #define OB_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Software independent watchdog */ macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 937 assert_param(IS_OB_IWDG_SOURCE((UserConfig&OB_IWDG_SW))); in FLASH_OB_UserConfig()
|