Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/cmsis/gd/gd32f3x0/source/
Dsystem_gd32f3x0.c139 if(((FMC_OBSTAT & OB_OBSTAT_PLEVEL_HIGH) != OB_OBSTAT_PLEVEL_HIGH) && in SystemInit()
150 if((FMC_OBSTAT & OB_OBSTAT_PLEVEL_HIGH) == OB_OBSTAT_PLEVEL_NO){ in SystemInit()
152 }else if ((FMC_OBSTAT & OB_OBSTAT_PLEVEL_HIGH) == OB_OBSTAT_PLEVEL_LOW){ in SystemInit()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_fmc.c939 if(OB_OBSTAT_PLEVEL_HIGH == ob_plevel_get()) { in ob_erase()
1009 if(OB_OBSTAT_PLEVEL_HIGH == ob_plevel_get()) { in ob_write_protection_enable()
1105 if(OB_OBSTAT_PLEVEL_HIGH == ob_plevel_get()) { in ob_security_protection_config()
1192 if(OB_OBSTAT_PLEVEL_HIGH == ob_plevel_get()) { in ob_user_write()
1279 if(OB_OBSTAT_PLEVEL_HIGH == ob_plevel_get()) { in ob_data_program()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_fmc.h163 #define OB_OBSTAT_PLEVEL_HIGH ((uint32_t)0x00000006U) /*!< high security protection */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_fmc.c464 if(OB_OBSTAT_PLEVEL_HIGH == ob_obstat_plevel_get()){ in ob_security_protection_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_fmc.h336 #define OB_OBSTAT_PLEVEL_HIGH ((uint8_t)0x03U) /*!< high s… macro