Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_fmc.h207 #define OB_WP2_WP2 ((uint32_t)0x00FF0000U) /*!< FMC write protection option … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_fmc.c286 temp_wp2 = (uint16_t) ((ob_wp & OB_WP2_WP2) >> 16U); in ob_write_protection_enable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_fmc.h246 #define OB_WP2_WP2 ((uint32_t)0x00FF0000U) /*!< FMC write protection option … macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_fmc.c568 temp_wp2 = (uint16_t)((ob_wp & OB_WP2_WP2) >> 16U); in ob_write_protection_enable()