Searched refs:Iwdgstop (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 107 …ASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, \ 111 …g(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, uint32_t Iwdgstd… 576 …ASH_OB_UserConfig(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, \ in FLASH_OB_UserConfig() argument 589 assert_param(IS_OB_IWDG_STOP_FREEZE(Iwdgstop)); in FLASH_OB_UserConfig() 603 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby | NDBoot | NDBank); in FLASH_OB_UserConfig() 745 …g(uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, uint32_t Iwdgstd… in FLASH_OB_UserConfig() argument 757 assert_param(IS_OB_IWDG_STOP_FREEZE(Iwdgstop)); in FLASH_OB_UserConfig() 768 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby); in FLASH_OB_UserConfig()
|