Searched refs:Option (Results 1 – 14 of 14) sorted by relevance
306 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option) in FLASH_ProgramOptionByte() argument309 u32 CP = ~(Option->MainSecurity | Option->OptionProtect << 1); in FLASH_ProgramOptionByte()314 FLASH_ProgramWordData(OB_PP0 + i * 4, ~(Option->WriteProtect[i])); in FLASH_ProgramOptionByte()315 checksum += ~(Option->WriteProtect[i]); in FLASH_ProgramOptionByte()331 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option) in FLASH_GetOptionByteStatus() argument337 Option->WriteProtect[i] = ~HT_FLASH->PPSR[i]; in FLASH_GetOptionByteStatus()340 Option->MainSecurity = !(HT_FLASH->CPSR & 1); in FLASH_GetOptionByteStatus()341 Option->OptionProtect = !((HT_FLASH->CPSR >> 1) & 1); in FLASH_GetOptionByteStatus()
433 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option) in FLASH_ProgramOptionByte() argument436 u32 CP = ~(Option->MainSecurity | Option->OptionProtect << 1); in FLASH_ProgramOptionByte()441 FLASH_ProgramWordData(OB_PP0 + i * 4, ~(Option->WriteProtect[i])); in FLASH_ProgramOptionByte()442 checksum += ~(Option->WriteProtect[i]); in FLASH_ProgramOptionByte()458 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option) in FLASH_GetOptionByteStatus() argument464 Option->WriteProtect[i] = ~HT_FLASH->PPSR[i]; in FLASH_GetOptionByteStatus()467 Option->MainSecurity = !(HT_FLASH->CPSR & 1); in FLASH_GetOptionByteStatus()468 Option->OptionProtect = !((HT_FLASH->CPSR >> 1) & 1); in FLASH_GetOptionByteStatus()
25 u32 Option; member49 if ((Options & OptionTable[Index].Option) != (u32)(0)) in FUart_SetOptions()70 if ((Options & OptionTable[Index].Option) == (u32)(0)) in FUart_SetSpecificOptions()91 if ((Options & OptionTable[Index].Option) == (u32)(0)) in FUart_ClearSpecificOptions()
172 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option);173 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option);
168 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option);169 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option);
1 menu "Common Option"
76 …M + 64K RAM (see Table 2-1 of datasheet CH32V307, and chapter 32.6 "User Option Bytes" of Referenc…
63 Option: Download and run<br>
64 Option: Download and run<br>
38 ### 3.3 Enable The SPI Flash Option in The Onboard Peripheral Configuration Menu
68 Option: Download and run<br>
121 3.Choose`Import projects Option `:
544 "The Option Byte will be write protected (cannot be changed again) after the842 …+ Update "ht32_op.c" and "ht32_op.s" to support enable WDT function by Flash Option byte (Apply to…913 + Update "ht32_op.c", add CK_CODE/CK_DATA/CK_CODEOP in Option Bytes (same format with e-Writer32).
1244 "The Option Byte will be write protected (cannot be changed again) after the1708 …+ Update "ht32_op.c" and "ht32_op.s" to support enable WDT function by Flash Option byte (Apply to…1820 …+ Update "ht32_op.c" and "ht32_op.s", add CK_CODE/CK_DATA/CK_CODEOP in Option Bytes (same format w…
Completed in 37 milliseconds