Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h175 #define OB_WWDG_SW ((uint32_t)0x10U) /*!< Software WWDG selected */ macro
572 #define IS_OB_WWDG_SOURCE(SOURCE) (((SOURCE) == OB_WWDG_SW) || ((SOURCE) == OB_WWDG_HW))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h370 #define OB_WWDG_SW FLASH_OPTSR_WWDG_SW /*!< Software window watchdog */ macro
969 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h360 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
960 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c321 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
330 status = FLASH_OB_UserConfig(pOBInit->USERConfig & OB_WWDG_SW, in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h403 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
1004 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h382 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
1030 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h436 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
1033 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h353 #define OB_WWDG_SW ((uint32_t)FLASH_OPTR_WWDG_SW) /*!< Software window watchdo… macro
960 #define IS_OB_USER_WWDG(VALUE) (((VALUE) == OB_WWDG_HW) || ((VALUE) == OB_WWDG_SW))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h407 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h401 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h435 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h483 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h403 #define OB_WWDG_SW FLASH_OPTR_WWDG_SW /*!< Software window watchdog */ macro