/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 470 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA0) >> FLASH_POSITION_OB_USERDATA0_BIT; in HAL_FLASHEx_OBGetUserData() 475 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA1) >> FLASH_POSITION_OB_USERDATA1_BIT; in HAL_FLASHEx_OBGetUserData() 899 tmp_reg = READ_BIT(FLASH->OBR, FLASH_OBR_RDPRT); in FLASH_OB_GetRDP() 901 tmp_reg = READ_BIT(FLASH->OBR, (FLASH_OBR_LEVEL1_PROT | FLASH_OBR_LEVEL2_PROT)); in FLASH_OB_GetRDP() 931 return (uint8_t)((READ_REG(FLASH->OBR) & FLASH_OBR_USER) >> FLASH_POSITION_IWDGSW_BIT); in FLASH_OB_GetUser()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_flash_ex.h | 633 (FLASH->OBR & FLASH_OBR_OPTERR) : \ 657 CLEAR_BIT(FLASH->OBR, FLASH_OBR_OPTERR); \ 705 (FLASH->OBR & FLASH_OBR_OPTERR) : \ 721 CLEAR_BIT(FLASH->OBR, FLASH_OBR_OPTERR); \
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 470 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA0) >> FLASH_POSITION_OB_USERDATA0_BIT; in HAL_FLASHEx_OBGetUserData() 475 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA1) >> FLASH_POSITION_OB_USERDATA1_BIT; in HAL_FLASHEx_OBGetUserData() 907 tmp_reg = READ_BIT(FLASH->OBR, (FLASH_OBR_RDPRT1 | FLASH_OBR_RDPRT2)); in FLASH_OB_GetRDP() 932 return (uint8_t)((READ_REG(FLASH->OBR) & FLASH_OBR_USER) >> FLASH_POSITION_IWDGSW_BIT); in FLASH_OB_GetUser()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 551 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA0) >> FLASH_POSITION_OB_USERDATA0_BIT; in HAL_FLASHEx_OBGetUserData() 556 value = READ_BIT(FLASH->OBR, FLASH_OBR_DATA1) >> FLASH_POSITION_OB_USERDATA1_BIT; in HAL_FLASHEx_OBGetUserData() 1035 tmp_reg = READ_BIT(FLASH->OBR, FLASH_OBR_RDPRT); in FLASH_OB_GetRDP() 1058 return (uint8_t)((READ_REG(FLASH->OBR) & FLASH_OBR_USER) >> FLASH_POSITION_IWDGSW_BIT); in FLASH_OB_GetUser()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 606 pAdvOBInit->PCROPState = (FLASH->OBR & FLASH_OBR_SPRMOD) >> POSITION_VAL(FLASH_OBR_SPRMOD); in HAL_FLASHEx_AdvOBGetConfig() 624 pAdvOBInit->BootConfig = (FLASH->OBR & FLASH_OBR_nRST_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig() 1061 …return (uint8_t)((FLASH->OBR & (FLASH_OBR_IWDG_SW | FLASH_OBR_nRST_STOP | FLASH_OBR_nRST_STDBY)) >… in FLASH_OB_GetUser() 1074 uint8_t rdp_level = (uint8_t)(FLASH->OBR & FLASH_OBR_RDPRT); in FLASH_OB_GetRDP() 1093 return (uint8_t)((FLASH->OBR & (uint32_t)FLASH_OBR_BOR_LEV) >> 16U); in FLASH_OB_GetBOR()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 256 __IO uint32_t OBR; member
|
D | stm32f101xb.h | 261 __IO uint32_t OBR; member
|
D | stm32f100xb.h | 303 __IO uint32_t OBR; member
|
D | stm32f102x6.h | 259 __IO uint32_t OBR; member
|
D | stm32f100xe.h | 351 __IO uint32_t OBR; member
|
D | stm32f101xg.h | 331 __IO uint32_t OBR; member
|
D | stm32f101xe.h | 325 __IO uint32_t OBR; member
|
D | stm32f102xb.h | 264 __IO uint32_t OBR; member
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 208 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f030x8.h | 213 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f070x6.h | 210 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f031x6.h | 210 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f030xc.h | 217 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f038xx.h | 209 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f070xb.h | 216 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f058xx.h | 267 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f051x8.h | 268 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
D | stm32f071xb.h | 286 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
/hal_stm32-latest/stm32cube/stm32l1xx/soc/ |
D | stm32l152xb.h | 284 …__IO uint32_t OBR; /*!< Option byte register, Address offset: 0x1c… member
|
D | stm32l152xba.h | 284 …__IO uint32_t OBR; /*!< Option byte register, Address offset: 0x1c… member
|