Home
last modified time | relevance | path

Searched refs:WRP_MASK_LOW (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c1054 if ((OB_WRP & WRP_MASK_LOW) != 0x00000000U) in FLASH_OB_ProtectedSectorsConfig()
1058 WRP_Data = (uint16_t)(((OB_WRP & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_ProtectedSectorsConfig()
1063 WRP_Data = (uint16_t)(~OB_WRP & (WRP_MASK_LOW & OB->WRP01)); in FLASH_OB_ProtectedSectorsConfig()
1091 if ((OB_WRP & WRP_MASK_LOW) != 0x00000000U) in FLASH_OB_ProtectedSectorsConfig()
1095 WRP_Data = (uint16_t)(((OB_WRP & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_ProtectedSectorsConfig()
1100 WRP_Data = (uint16_t)(~OB_WRP & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_ProtectedSectorsConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c1247 wrp01data = (uint16_t)(((WRP1OrPCROP1 & WRP_MASK_LOW) | OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1257 wrp01data = (uint16_t)(~WRP1OrPCROP1 & (WRP_MASK_LOW & OB->WRP01)); in FLASH_OB_WRPConfigWRP1OrPCROP1()
1293 wrp45data = (uint16_t)(((WRP2OrPCROP2 & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1303 wrp45data = (uint16_t)(~WRP2OrPCROP2 & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1339 wrp89data = (uint16_t)(((WRP3 & WRP_MASK_LOW) | OB->WRP89)); in FLASH_OB_WRPConfigWRP3()
1349 wrp89data = (uint16_t)(~WRP3 & (WRP_MASK_LOW & OB->WRP89)); in FLASH_OB_WRPConfigWRP3()
1384 wrp1213data = (uint16_t)(((WRP4 & WRP_MASK_LOW) | OB->WRP1213)); in FLASH_OB_WRPConfigWRP4()
1394 wrp1213data = (uint16_t)(~WRP4 & (WRP_MASK_LOW & OB->WRP1213)); in FLASH_OB_WRPConfigWRP4()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h43 #define WRP_MASK_LOW (0x0000FFFFU) macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h90 #define WRP_MASK_LOW (0x0000FFFFU) macro