Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_fmc.c279 uint16_t temp_wp0, temp_wp1, temp_wp2, temp_wp3; in ob_write_protection_enable() local
287 temp_wp3 = (uint16_t) ((ob_wp & OB_WP3_WP3) >> 24U); in ob_write_protection_enable()
312 if((FMC_READY == fmc_state) && (0xFFU != temp_wp3)){ in ob_write_protection_enable()
313 OB_WP3 = temp_wp3; in ob_write_protection_enable()

Completed in 5 milliseconds