Home
last modified time | relevance | path

Searched refs:Option (Results 1 – 14 of 14) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_flash.c306 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option) in FLASH_ProgramOptionByte() argument
309 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() argument
337 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()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_flash.c433 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option) in FLASH_ProgramOptionByte() argument
436 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() argument
464 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()
/bsp/ft2004/libraries/bsp/ft_uart/
A Dft_uart_options.c25 u32 Option; member
49 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()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_flash.h172 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option);
173 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option);
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_flash.h168 FLASH_State FLASH_ProgramOptionByte(FLASH_OptionByte *Option);
169 void FLASH_GetOptionByteStatus(FLASH_OptionByte *Option);
/bsp/allwinner/libraries/sunxi-hal/hal/source/common/
A DKconfig1 menu "Common Option"
/bsp/wch/risc-v/yd-ch32v307vct6/
A DREADME.md76 …M + 64K RAM (see Table 2-1 of datasheet CH32V307, and chapter 32.6 "User Option Bytes" of Referenc…
/bsp/nuvoton/nk-n9h30/
A DREADME.md63 Option: Download and run<br>
/bsp/nuvoton/nk-rtu980/
A DREADME.md64 Option: Download and run<br>
/bsp/renesas/docs/
A DBSP_Peripheral_Driver_Tutorial_of_RA_Series.md38 ### 3.3 Enable The SPI Flash Option in The Onboard Peripheral Configuration Menu
/bsp/nuvoton/nk-980iot/
A DREADME.md68 Option: Download and run<br>
/bsp/core-v-mcu/core-v-cv32e40p/
A Dreadme_EN.md121 3.Choose`Import projects Option `:
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt544 "The Option Byte will be write protected (cannot be changed again) after the
842 …+ 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).
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt1244 "The Option Byte will be write protected (cannot be changed again) after the
1708 …+ 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