Home
last modified time | relevance | path

Searched refs:FLASH_OPTR_IWDG_STDBY (Results 1 – 25 of 103) sorted by relevance

12345

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c1027 assert_param(IS_OB_USER_IWDG_STDBY(UserConfig & FLASH_OPTR_IWDG_STDBY)); in FLASH_OB_UserConfig()
1030 optr_reg_val |= (UserConfig & FLASH_OPTR_IWDG_STDBY); in FLASH_OB_UserConfig()
1031 optr_reg_mask |= FLASH_OPTR_IWDG_STDBY; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h280 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independen…
397 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is …
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c1235 assert_param(IS_OB_USER_IWDG_STDBY(UserConfig & FLASH_OPTR_IWDG_STDBY)); in FLASH_OB_UserConfig()
1238 optr_reg_val |= (UserConfig & FLASH_OPTR_IWDG_STDBY); in FLASH_OB_UserConfig()
1239 optr_reg_mask |= FLASH_OPTR_IWDG_STDBY; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c875 assert_param(IS_OB_USER_IWDG_STDBY(UserConfig & FLASH_OPTR_IWDG_STDBY)); in FLASH_OB_UserConfig()
878 optr_reg_val |= (UserConfig & FLASH_OPTR_IWDG_STDBY); in FLASH_OB_UserConfig()
879 optr_reg_mask |= FLASH_OPTR_IWDG_STDBY; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c1176 assert_param(IS_OB_USER_IWDG_STDBY(UserConfig & FLASH_OPTR_IWDG_STDBY)); in FLASH_OB_UserConfig()
1179 optr_reg_val |= (UserConfig & FLASH_OPTR_IWDG_STDBY); in FLASH_OB_UserConfig()
1180 optr_reg_mask |= FLASH_OPTR_IWDG_STDBY; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c848 assert_param(IS_OB_USER_IWDG_STDBY(UserConfig & FLASH_OPTR_IWDG_STDBY)); in FLASH_OB_UserConfig()
851 optr_reg_val |= (UserConfig & FLASH_OPTR_IWDG_STDBY); in FLASH_OB_UserConfig()
852 optr_reg_mask |= FLASH_OPTR_IWDG_STDBY; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h301 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independen…
392 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is …
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h335 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter fre…
426 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is…
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h345 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independen…
474 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is …
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h288 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter fre…
394 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h307 #define OB_USER_IWDG_STDBY FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter freeze in …
394 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is running i…
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h351 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is run…
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h373 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is running i…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h427 #define OB_IWDG_STDBY_RUN FLASH_OPTR_IWDG_STDBY /*!< Independent watchdog counter is runni…
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h344 #define OB_IWDG_STDBY_RUN ((uint32_t)FLASH_OPTR_IWDG_STDBY) /*!< Independent watchdog co…
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h2404 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32c031xx.h2408 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32c071xx.h2687 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h2464 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g050xx.h2483 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g070xx.h2492 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g031xx.h2576 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g041xx.h2812 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g051xx.h2912 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro
Dstm32g061xx.h3148 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk macro

12345