Home
last modified time | relevance | path

Searched refs:OB_BOOT1_SET (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h60 #define IS_OB_BOOT1(BOOT1) (((BOOT1) == OB_BOOT1_RESET) || ((BOOT1) == OB_BOOT1_SET))
337 #define OB_BOOT1_SET ((uint8_t)0x10U) /*!< BOOT1 Set */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h70 #define IS_OB_BOOT1(BOOT1) (((BOOT1) == OB_BOOT1_RESET) || ((BOOT1) == OB_BOOT1_SET))
372 #define OB_BOOT1_SET ((uint8_t)0x10U) /*!< BOOT1 Set */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_flash_ex.h70 #define IS_OB_BOOT1(BOOT1) (((BOOT1) == OB_BOOT1_RESET) || ((BOOT1) == OB_BOOT1_SET))
483 #define OB_BOOT1_SET ((uint16_t)0x0008) /*!< BOOT1 Set */ macro
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c800 assert_param(IS_OB_BOOT1((UserConfig&OB_BOOT1_SET))); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c808 assert_param(IS_OB_BOOT1((UserConfig&OB_BOOT1_SET))); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h462 #define OB_BOOT1_SET FLASH_OPTR_nBOOT1 /*!< nBOOT1 = 1 */ macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c941 assert_param(IS_OB_BOOT1((UserConfig&OB_BOOT1_SET))); in FLASH_OB_UserConfig()