Searched refs:Iwdgstdby (Results 1 – 1 of 1) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_flash_ex.c | 108 uint32_t Iwdgstdby, uint32_t NDBank, uint32_t NDBoot); 111 …int32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, uint32_t Iwdgstdby); 577 uint32_t Iwdgstdby, uint32_t NDBank, uint32_t NDBoot) in FLASH_OB_UserConfig() argument 590 assert_param(IS_OB_IWDG_STDBY_FREEZE(Iwdgstdby)); in FLASH_OB_UserConfig() 603 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby | NDBoot | NDBank); in FLASH_OB_UserConfig() 745 …uint32_t Wwdg, uint32_t Iwdg, uint32_t Stop, uint32_t Stdby, uint32_t Iwdgstop, uint32_t Iwdgstdby) in FLASH_OB_UserConfig() argument 758 assert_param(IS_OB_IWDG_STDBY_FREEZE(Iwdgstdby)); in FLASH_OB_UserConfig() 768 useroptionvalue = (Iwdg | Wwdg | Stop | Stdby | Iwdgstop | Iwdgstdby); in FLASH_OB_UserConfig()
|