Searched refs:OB_OBSTAT_PLEVEL_HIGH (Results 1 – 5 of 5) sorted by relevance
139 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()
939 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()
163 #define OB_OBSTAT_PLEVEL_HIGH ((uint32_t)0x00000006U) /*!< high security protection */ macro
464 if(OB_OBSTAT_PLEVEL_HIGH == ob_obstat_plevel_get()){ in ob_security_protection_config()
336 #define OB_OBSTAT_PLEVEL_HIGH ((uint8_t)0x03U) /*!< high s… macro