Home
last modified time | relevance | path

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

/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Source/
A Dgd32vf103_fmc.c277 fmc_state_enum ob_write_protection_enable(uint32_t ob_wp) in ob_write_protection_enable() argument
283 ob_wp = (uint32_t) (~ob_wp); in ob_write_protection_enable()
284 temp_wp0 = (uint16_t) (ob_wp & OB_WP0_WP0); in ob_write_protection_enable()
285 temp_wp1 = (uint16_t) ((ob_wp & OB_WP1_WP1) >> 8U); in ob_write_protection_enable()
286 temp_wp2 = (uint16_t) ((ob_wp & OB_WP2_WP2) >> 16U); in ob_write_protection_enable()
287 temp_wp3 = (uint16_t) ((ob_wp & OB_WP3_WP3) >> 24U); in ob_write_protection_enable()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_fmc.h279 fmc_state_enum ob_write_protection_enable(uint32_t ob_wp);

Completed in 5 milliseconds