/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_flash_ex.h | 333 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Freeze IWDG counter in STOP mode */ macro 941 #define IS_OB_IWDG_STOP_FREEZE(FREEZE) (((FREEZE) == OB_IWDG_STOP_FREEZE) || ((FREEZE) == OB_IWDG… 997 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG_S…
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_flash_ex.h | 212 #define OB_IWDG_STOP_FREEZE ((uint32_t)0x00000000U) /*!< Freeze IWDG counter in STOP mode */ macro 580 #define IS_OB_IWDG_STOP_FREEZE(FREEZE) (((FREEZE) == OB_IWDG_STOP_FREEZE) || ((FREEZE) == OB_IWDG_S…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_flash.h | 319 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog frozen i… macro 739 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_flash_ex.h | 431 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< IWDG counter frozen in STOP mode */ macro 981 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG_S…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_flash.h | 341 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is fro… macro 956 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_flash.h | 384 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is frozen in S… macro 1000 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_flash.h | 363 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is frozen in S… macro 1026 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_flash.h | 417 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is froze… macro 1029 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_flash.h | 334 #define OB_IWDG_STOP_FREEZE ((uint32_t)0x00000) /*!< Independent watchdog co… macro 956 #define IS_OB_USER_IWDG_STOP(VALUE) (((VALUE) == OB_IWDG_STOP_FREEZE) || ((VALUE) == OB_IWDG…
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_flash.h | 384 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is … macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_flash.h | 382 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is … macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_flash.h | 416 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is … macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_flash.h | 464 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is … macro
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_flash.h | 384 #define OB_IWDG_STOP_FREEZE 0x00000000U /*!< Independent watchdog counter is … macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 482 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 459 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 474 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 493 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 495 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 491 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 493 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 493 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 493 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 493 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 491 #define IWDG_STOP_FREEZE OB_IWDG_STOP_FREEZE
|