Home
last modified time | relevance | path

Searched refs:OB_BOOT1_RESET (Results 1 – 4 of 4) 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))
336 #define OB_BOOT1_RESET ((uint8_t)0x00U) /*!< BOOT1 Reset */ 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))
371 #define OB_BOOT1_RESET ((uint8_t)0x00U) /*!< BOOT1 Reset */ 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))
482 #define OB_BOOT1_RESET ((uint16_t)0x0000) /*!< BOOT1 Reset */ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_flash.h461 #define OB_BOOT1_RESET 0x00000000U /*!< nBOOT1 = 0 */ macro