/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_flash_ex.c | 666 OB->RDP = tmp2; in HAL_FLASHEx_OB_SelectPCROP() 709 OB->RDP = tmp2; in HAL_FLASHEx_OB_DeSelectPCROP() 964 tmp1 = (uint32_t)(OB->RDP & FLASH_OBR_RDPRT); in FLASH_OB_RDPConfig() 980 tmp3 = (uint32_t)(OB->RDP & FLASH_OBR_SPRMOD); in FLASH_OB_RDPConfig() 996 OB->RDP = tmp2; in FLASH_OB_RDPConfig() 1029 tmp1 = OB->USER & ((~FLASH_OBR_BOR_LEV) >> 16U); in FLASH_OB_BORConfig() 1044 OB->USER = tmp; in FLASH_OB_BORConfig() 1247 wrp01data = (uint16_t)(((WRP1OrPCROP1 & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1248 wrp23data = (uint16_t)((((WRP1OrPCROP1 & WRP_MASK_HIGH)>>16U | OB->WRP23))); in FLASH_OB_WRPConfigWRP1OrPCROP1() 1250 OB->WRP01 = tmp1; in FLASH_OB_WRPConfigWRP1OrPCROP1() [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_flash_ex.c | 547 OB->RDP = tmp2; in HAL_FLASHEx_OB_SelectPCROP() 589 OB->RDP = tmp2; in HAL_FLASHEx_OB_DeSelectPCROP() 828 tmp1 = (uint32_t)(OB->RDP & ((~FLASH_OPTR_RDPROT) & 0x0000FFFF)); in FLASH_OB_RDPConfig() 843 OB->RDP = tmp2; in FLASH_OB_RDPConfig() 875 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() 1058 WRP_Data = (uint16_t)(((OB_WRP & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_ProtectedSectorsConfig() 1059 OB->WRP01 = (uint32_t)(~(WRP_Data) << 16U) | (WRP_Data); in FLASH_OB_ProtectedSectorsConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_flash_ex.c | 575 OB->WRP0 &= WRP0_Data; in FLASH_OB_EnableWRP() 585 OB->WRP1 &= WRP1_Data; in FLASH_OB_EnableWRP() 595 OB->WRP2 &= WRP2_Data; in FLASH_OB_EnableWRP() 605 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 687 OB->WRP0 = WRP0_Data; in FLASH_OB_DisableWRP() 697 OB->WRP1 = WRP1_Data; in FLASH_OB_DisableWRP() 707 OB->WRP2 = WRP2_Data; in FLASH_OB_DisableWRP() 717 OB->WRP3 = WRP3_Data; in FLASH_OB_DisableWRP() 771 WRITE_REG(OB->RDP, ReadProtectLevel); in FLASH_OB_RDP_LevelConfig() 819 OB->USER = (UserConfig | 0x08U); in FLASH_OB_UserConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_flash_ex.c | 579 OB->WRP0 &= WRP0_Data; in FLASH_OB_EnableWRP() 589 OB->WRP1 &= WRP1_Data; in FLASH_OB_EnableWRP() 599 OB->WRP2 &= WRP2_Data; in FLASH_OB_EnableWRP() 609 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 695 OB->WRP0 &= WRP0_Data; in FLASH_OB_DisableWRP() 705 OB->WRP1 &= WRP1_Data; in FLASH_OB_DisableWRP() 715 OB->WRP2 &= WRP2_Data; in FLASH_OB_DisableWRP() 725 OB->WRP3 &= WRP3_Data; in FLASH_OB_DisableWRP() 779 WRITE_REG(OB->RDP, ReadProtectLevel); in FLASH_OB_RDP_LevelConfig() 828 OB->USER = UserConfig; in FLASH_OB_UserConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_flash_ex.c | 706 OB->WRP0 &= WRP0_Data; in FLASH_OB_EnableWRP() 716 OB->WRP1 &= WRP1_Data; in FLASH_OB_EnableWRP() 726 OB->WRP2 &= WRP2_Data; in FLASH_OB_EnableWRP() 736 OB->WRP3 &= WRP3_Data; in FLASH_OB_EnableWRP() 829 OB->WRP0 |= WRP0_Data; in FLASH_OB_DisableWRP() 839 OB->WRP1 |= WRP1_Data; in FLASH_OB_DisableWRP() 849 OB->WRP2 |= WRP2_Data; in FLASH_OB_DisableWRP() 859 OB->WRP3 |= WRP3_Data; in FLASH_OB_DisableWRP() 911 WRITE_REG(OB->RDP, ReadProtectLevel); in FLASH_OB_RDP_LevelConfig() 956 OB->USER = (UserConfig | 0xF0U); in FLASH_OB_UserConfig() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 556 #define OB ((OB_TypeDef *)OB_BASE) macro
|
D | stm32f101xb.h | 571 #define OB ((OB_TypeDef *)OB_BASE) macro
|
D | stm32f100xb.h | 631 #define OB ((OB_TypeDef *)OB_BASE) macro
|
D | stm32f102x6.h | 596 #define OB ((OB_TypeDef *)OB_BASE) macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/soc/ |
D | stm32f030x6.h | 510 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f030x8.h | 526 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f070x6.h | 554 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f031x6.h | 521 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f030xc.h | 542 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f038xx.h | 520 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32f070xb.h | 577 #define OB ((OB_TypeDef *) OB_BASE) macro
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 600 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l010x8.h | 558 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l010xb.h | 562 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l011xx.h | 572 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l021xx.h | 592 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l031xx.h | 580 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l051xx.h | 614 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l010x4.h | 552 #define OB ((OB_TypeDef *) OB_BASE) macro
|
D | stm32l010x6.h | 557 #define OB ((OB_TypeDef *) OB_BASE) macro
|