Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c106 static void FLASH_OB_WRPConfigWRP2OrPCROP2(uint32_t WRP2OrPCROP2, FunctionalState New…
1281 static void FLASH_OB_WRPConfigWRP2OrPCROP2(uint32_t WRP2OrPCROP2, FunctionalState NewState) in FLASH_OB_WRPConfigWRP2OrPCROP2() argument
1288 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1293 wrp45data = (uint16_t)(((WRP2OrPCROP2 & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1294 wrp67data = (uint16_t)((((WRP2OrPCROP2 & WRP_MASK_HIGH)>>16U | OB->WRP67))); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1303 wrp45data = (uint16_t)(~WRP2OrPCROP2 & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1304 wrp67data = (uint16_t)((((~WRP2OrPCROP2 & WRP_MASK_HIGH)>>16U & OB->WRP67))); in FLASH_OB_WRPConfigWRP2OrPCROP2()