Home
last modified time | relevance | path

Searched refs:FLASH_OPTR_nBOOT0 (Results 1 – 25 of 98) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c1097 assert_param(IS_OB_USER_BOOT0(UserConfig & FLASH_OPTR_nBOOT0)); in FLASH_OB_UserConfig()
1100 optr_reg_val |= (UserConfig & FLASH_OPTR_nBOOT0); in FLASH_OB_UserConfig()
1101 optr_reg_mask |= FLASH_OPTR_nBOOT0; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h290 #define OB_USER_NBOOT0 FLASH_OPTR_nBOOT0 /*!< nBoot0 con…
465 #define OB_NBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c1286 assert_param(IS_OB_USER_BOOT0(UserConfig & FLASH_OPTR_nBOOT0)); in FLASH_OB_UserConfig()
1289 optr_reg_val |= (UserConfig & FLASH_OPTR_nBOOT0); in FLASH_OB_UserConfig()
1290 optr_reg_mask |= FLASH_OPTR_nBOOT0; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c945 assert_param(IS_OB_USER_BOOT0(UserConfig & FLASH_OPTR_nBOOT0)); in FLASH_OB_UserConfig()
948 optr_reg_val |= (UserConfig & FLASH_OPTR_nBOOT0); in FLASH_OB_UserConfig()
949 optr_reg_mask |= FLASH_OPTR_nBOOT0; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c1266 assert_param(IS_OB_USER_BOOT0(UserConfig & FLASH_OPTR_nBOOT0)); in FLASH_OB_UserConfig()
1269 optr_reg_val |= (UserConfig & FLASH_OPTR_nBOOT0); in FLASH_OB_UserConfig()
1270 optr_reg_mask |= FLASH_OPTR_nBOOT0; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c947 assert_param(IS_OB_USER_BOOT0(UserConfig & FLASH_OPTR_nBOOT0)); in FLASH_OB_UserConfig()
950 optr_reg_val |= (UserConfig & FLASH_OPTR_nBOOT0); in FLASH_OB_UserConfig()
951 optr_reg_mask |= FLASH_OPTR_nBOOT0; in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_flash.h306 #define OB_USER_NBOOT0 FLASH_OPTR_nBOOT0 /*!< nBoot0 con…
437 #define OB_NBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h341 #define OB_USER_nBOOT0 FLASH_OPTR_nBOOT0 /*!< nBOOT0 option bit */
480 #define OB_BOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h354 #define OB_USER_nBOOT0 FLASH_OPTR_nBOOT0 /*!< nBoot0 con…
539 #define OB_nBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h294 #define OB_USER_nBOOT0 FLASH_OPTR_nBOOT0 /*!< nBOOT0 option bit */
448 #define OB_BOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h312 #define OB_USER_nBOOT0 FLASH_OPTR_nBOOT0 /*!< nBOOT0 option bit */
440 #define OB_nBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h434 #define OB_nBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h445 #define OB_nBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h510 #define OB_NBOOT0_SET FLASH_OPTR_nBOOT0 /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h444 #define OB_BOOT0_SET ((uint32_t)FLASH_OPTR_nBOOT0) /*!< nBOOT0 = 1 */
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h2422 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32c031xx.h2429 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32c071xx.h2708 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h2479 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g050xx.h2498 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g070xx.h2507 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g031xx.h2591 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g041xx.h2827 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g051xx.h2927 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro
Dstm32g061xx.h3163 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk macro

1234