| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/ |
| A D | n32g4fr_flash.c | 584 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL1() 662 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL2_ENABLE() 841 return (uint32_t)((FLASH->OBR << 27) >> 29); in FLASH_GetUserOB() 863 if ((FLASH->OBR & RDPRTL1_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionSTS() 882 if ((FLASH->OBR & RDPRTL2_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionL2STS() 986 if ((FLASH->OBR & FLASH_FLAG_OBERR) != (uint32_t)RESET) in FLASH_GetFlagSTS()
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_flash.c | 584 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL1() 662 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL2_ENABLE() 841 return (uint32_t)((FLASH->OBR << 27) >> 29); in FLASH_GetUserOB() 863 if ((FLASH->OBR & RDPRTL1_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionSTS() 882 if ((FLASH->OBR & RDPRTL2_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionL2STS() 986 if ((FLASH->OBR & FLASH_FLAG_OBERR) != (uint32_t)RESET) in FLASH_GetFlagSTS()
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/ |
| A D | n32wb452_flash.c | 584 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL1() 662 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL2_ENABLE() 841 return (uint32_t)((FLASH->OBR << 27) >> 29); in FLASH_GetUserOB() 863 if ((FLASH->OBR & RDPRTL1_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionSTS() 882 if ((FLASH->OBR & RDPRTL2_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionL2STS() 986 if ((FLASH->OBR & FLASH_FLAG_OBERR) != (uint32_t)RESET) in FLASH_GetFlagSTS()
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/ |
| A D | n32g45x_flash.c | 585 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL1() 663 usertmp = ((OBR_USER_MSK & FLASH->OBR) << 0x0E); in FLASH_ReadOutProtectionL2_ENABLE() 842 return (uint32_t)((FLASH->OBR << 27) >> 29); in FLASH_GetUserOB() 864 if ((FLASH->OBR & RDPRTL1_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionSTS() 883 if ((FLASH->OBR & RDPRTL2_MSK) != (uint32_t)RESET) in FLASH_GetReadOutProtectionL2STS() 987 if ((FLASH->OBR & FLASH_FLAG_OBERR) != (uint32_t)RESET) in FLASH_GetFlagSTS()
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/ |
| A D | HAL_flash.c | 671 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 694 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 772 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/ |
| A D | HAL_flash.c | 692 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 715 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 793 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/ |
| A D | HAL_flash.c | 692 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 715 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 793 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f10x_flash.c | 516 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 541 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 614 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_flash.c | 310 return (FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 361 …return ((flag == FLASH_FLAG_OPTERR) ? (FLASH->OBR & FLASH_FLAG_OPTERR) : (FLASH->SR & flag)) ? SET… in FLASH_GetFlagStatus()
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32f20x_flash.c | 531 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 556 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 627 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_flash.c | 1291 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 1315 if ((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 1438 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus() 1477 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_flash.c | 575 return (uint32_t)(FLASH->OBR >> 2); in FLASH_GetUserOptionByte() 600 if((FLASH->OBR & RDPRT_Mask) != (uint32_t)RESET) in FLASH_GetReadOutProtectionStatus() 677 if((FLASH->OBR & FLASH_FLAG_OPTERR) != (uint32_t)RESET) in FLASH_GetFlagStatus()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_flash_ex.c | 608 pAdvOBInit->PCROPState = (FLASH->OBR & FLASH_OBR_SPRMOD) >> POSITION_VAL(FLASH_OBR_SPRMOD); in HAL_FLASHEx_AdvOBGetConfig() 626 pAdvOBInit->BootConfig = (FLASH->OBR & FLASH_OBR_nRST_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig() 1063 …return (uint8_t)((FLASH->OBR & (FLASH_OBR_IWDG_SW | FLASH_OBR_nRST_STOP | FLASH_OBR_nRST_STDBY)) >… in FLASH_OB_GetUser() 1076 uint8_t rdp_level = (uint8_t)(FLASH->OBR & FLASH_OBR_RDPRT); in FLASH_OB_GetRDP() 1095 return (uint8_t)((FLASH->OBR & (uint32_t)FLASH_OBR_BOR_LEV) >> 16U); in FLASH_OB_GetBOR()
|
| /bsp/mm32f327x/Libraries/MM32F327x/Include/ |
| A D | reg_flash.h | 69 …__IO u32 OBR; ///< Option bytes Regi… member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_flash.c | 1010 return (uint8_t)(FLASH->OBR >> 8); in FLASH_OB_GetUser() 1033 if ((uint8_t)(FLASH->OBR & (FLASH_OBR_RDPRT1 | FLASH_OBR_RDPRT2)) != RESET) in FLASH_OB_GetRDP()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/ |
| A D | ft32f0xx_flash.c | 1408 return (uint8_t)(FLASH->OBR >> 8); in FLASH_OB_GetUser() 1431 if ((uint8_t)(FLASH->OBR & (FLASH_OBR_RDPRT1 | FLASH_OBR_RDPRT2)) != RESET) in FLASH_OB_GetRDP()
|
| /bsp/ft32/libraries/FT32F0xx/CMSIS/FT32F0xx/Include/ |
| A D | ft32f030x6.h | 308 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| A D | ft32f030x8.h | 339 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| A D | ft32f072x8.h | 354 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| A D | ft32f032x8.h | 348 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| A D | ft32f032x6.h | 348 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| A D | ft32f072xb.h | 398 …__IO uint32_t OBR; /*!<FLASH option bytes register, Address offset: 0x1… member
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/CMSIS/WCH/CH32V10x/Include/ |
| A D | ch32v10x.h | 284 __IO uint32_t OBR; member
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x.h | 284 __IO uint32_t OBR; member
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/Include/ |
| A D | MM32L3xx.h | 451 __IO uint32_t OBR; member
|