Home
last modified time | relevance | path

Searched refs:USER (Results 1 – 25 of 90) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c875 tmp1 = OB->USER & ((~FLASH_OPTR_BOR_LEV) >> 16U); in FLASH_OB_BORConfig()
890 OB->USER = tmp; in FLASH_OB_BORConfig()
917 tmp1 = OB->USER & ((~FLASH_OPTR_BOOT1) >> 16U); in FLASH_OB_BOOTBit1Config()
931 OB->USER = tmp; in FLASH_OB_BOOTBit1Config()
1141 tmp1 = OB->USER & ((~FLASH_OPTR_USER) >> 16U); in FLASH_OB_UserConfig()
1156 OB->USER = tmp; in FLASH_OB_UserConfig()
1185 tmp1 = OB->USER & ((~FLASH_OPTR_BFB2) >> 16U); in FLASH_OB_BootConfig()
1200 OB->USER = tmp; in FLASH_OB_BootConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c1029 tmp1 = OB->USER & ((~FLASH_OBR_BOR_LEV) >> 16U); in FLASH_OB_BORConfig()
1044 OB->USER = tmp; in FLASH_OB_BORConfig()
1433 tmp1 = OB->USER & ((~(FLASH_OBR_IWDG_SW | FLASH_OBR_nRST_STOP | FLASH_OBR_nRST_STDBY)) >> 16U); in FLASH_OB_UserConfig()
1448 OB->USER = tmp; in FLASH_OB_UserConfig()
1484 tmp1 = OB->USER & ((~FLASH_OBR_nRST_BFB2) >> 16U); in FLASH_OB_BootConfig()
1499 OB->USER = tmp; in FLASH_OB_BootConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c819 OB->USER = (UserConfig | 0x08U); in FLASH_OB_UserConfig()
821 OB->USER = (UserConfig | 0x88U); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c828 OB->USER = UserConfig; in FLASH_OB_UserConfig()
830 OB->USER = (UserConfig | 0x88U); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c956 OB->USER = (UserConfig | 0xF0U); in FLASH_OB_UserConfig()
958 OB->USER = (UserConfig | 0x88U); in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h267 __IO uint16_t USER; member
Dstm32f101xb.h272 __IO uint16_t USER; member
Dstm32f100xb.h314 __IO uint16_t USER; member
Dstm32f102x6.h270 __IO uint16_t USER; member
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h218 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f030x8.h223 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f070x6.h220 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f031x6.h220 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f030xc.h227 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f038xx.h219 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
Dstm32f070xb.h226 …__IO uint16_t USER; /*!< FLASH option byte user options, Address offset: 0x… member
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h264 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l010x8.h229 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l010xb.h230 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l011xx.h244 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l021xx.h263 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l031xx.h245 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l051xx.h249 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l010x4.h229 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member
Dstm32l010x6.h229 …__IO uint32_t USER; /*!< user register, Address offset: 0x04… member

1234