Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_flash_ex.c108 static void FLASH_OB_WRPConfigWRP2OrPCROP2(uint32_t WRP2OrPCROP2, FunctionalState New…
1283 static void FLASH_OB_WRPConfigWRP2OrPCROP2(uint32_t WRP2OrPCROP2, FunctionalState NewState) in FLASH_OB_WRPConfigWRP2OrPCROP2() argument
1290 assert_param(IS_OB_WRP(WRP2OrPCROP2)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1295 wrp45data = (uint16_t)(((WRP2OrPCROP2 & WRP_MASK_LOW) | OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1296 wrp67data = (uint16_t)((((WRP2OrPCROP2 & WRP_MASK_HIGH)>>16U | OB->WRP67))); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1305 wrp45data = (uint16_t)(~WRP2OrPCROP2 & (WRP_MASK_LOW & OB->WRP45)); in FLASH_OB_WRPConfigWRP2OrPCROP2()
1306 wrp67data = (uint16_t)((((~WRP2OrPCROP2 & WRP_MASK_HIGH)>>16U & OB->WRP67))); in FLASH_OB_WRPConfigWRP2OrPCROP2()

Completed in 5 milliseconds