Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_fmc.c363 uint32_t temp_spc; in ob_erase() local
369 temp_spc = OB_SPC_USER; in ob_erase()
372 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_erase()
390 OB_SPC_USER = (temp_spc & LOW_8BITS_MASK) | LOW_8BITS_MASK1; in ob_erase()
418 uint32_t temp_spc; in ob_write_protection_enable() local
424 temp_spc = OB_SPC_USER; in ob_write_protection_enable()
427 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_write_protection_enable()
485 uint32_t temp_spc; in ob_security_protection_config() local
491 temp_spc = OB_SPC_USER & LOW_16BITS_MASK; in ob_security_protection_config()
494 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))) { in ob_security_protection_config()
[all …]
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_fmc.c339 uint32_t temp_spc; in ob_erase() local
345 temp_spc = OB_SPC_USER; in ob_erase()
348 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_erase()
366 OB_SPC_USER = (temp_spc & LOW_8BITS_MASK) | LOW_8BITS_MASK1; in ob_erase()
400 uint32_t temp_spc; in ob_write_protection_enable() local
406 temp_spc = OB_SPC_USER; in ob_write_protection_enable()
409 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_write_protection_enable()
473 uint32_t temp_spc; in ob_security_protection_config() local
479 temp_spc = OB_SPC_USER & LOW_16BITS_MASK; in ob_security_protection_config()
482 if((RESET != ob_security_protection_flag_get()) && (FMC_HSPC == (temp_spc & LOW_8BITS_MASK))){ in ob_security_protection_config()
[all …]
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_fmc.c393 uint8_t temp_spc; in ob_erase() local
399 temp_spc = FMC_NSPC; in ob_erase()
401 temp_spc = FMC_USPC; in ob_erase()
404 temp = HIGH_16BITS_MASK | ((uint32_t)temp_spc); in ob_erase()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_fmc.c224 uint16_t temp_spc = FMC_NSPC; in ob_erase() local
230 temp_spc = FMC_USPC; in ob_erase()
248 OB_SPC = (uint16_t) temp_spc; in ob_erase()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_fmc.c509 uint16_t temp_spc = FMC_NSPC; in ob_erase() local
515 temp_spc = FMC_USPC; in ob_erase()
533 OB_SPC = (uint16_t)temp_spc; in ob_erase()