Searched refs:OB_WRP (Results 1 – 4 of 4) sorted by relevance
468 FLASH_Status FLASH_OB_EnableWRP(uint32_t OB_WRP) in FLASH_OB_EnableWRP() argument475 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()477 OB_WRP = (uint32_t)(~OB_WRP); in FLASH_OB_EnableWRP()478 WRP0_Data = (uint16_t)(OB_WRP & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()479 WRP1_Data = (uint16_t)((OB_WRP >> 8) & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()935 FLASH_Status FLASH_OB_EnableWRP(uint32_t OB_WRP) in FLASH_OB_EnableWRP() argument942 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()944 OB_WRP = (uint32_t)(~OB_WRP); in FLASH_OB_EnableWRP()945 WRP0_Data = (uint8_t)(OB_WRP & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()948 WRP1_Data = (uint8_t)((OB_WRP >> 8) & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()[all …]
568 FLASH_Status FLASH_OB_EnableWRP(uint32_t OB_WRP) in FLASH_OB_EnableWRP() argument575 assert_param(IS_OB_WRP(OB_WRP)); in FLASH_OB_EnableWRP()577 OB_WRP = (uint32_t)(~OB_WRP); in FLASH_OB_EnableWRP()578 WRP0_Data = (uint16_t)(OB_WRP & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()579 WRP1_Data = (uint16_t)((OB_WRP >> 8) & OB_WRP0_WRP0); in FLASH_OB_EnableWRP()
317 FLASH_Status FLASH_OB_EnableWRP(uint32_t OB_WRP);
338 FLASH_Status FLASH_OB_EnableWRP(uint32_t OB_WRP);
Completed in 13 milliseconds