| /bsp/airm2m/air105/libraries/HAL_Driver/Src/ |
| A D | core_otp.c | 31 OTP->RO = 0; in OTP_Write() 32 OTP->CFG = 0; in OTP_Write() 35 OTP->PDATA = Data[i]; in OTP_Write() 37 OTP->PROT = OTP_KEY1; in OTP_Write() 38 OTP->PROT = OTP_KEY2; in OTP_Write() 39 OTP->CS |= 1; in OTP_Write() 49 OTP->CFG = 0x02; in OTP_Read() 57 OTP->CFG = 0x02; in OTP_Lock() 58 OTP->RO = 0xffffffff; in OTP_Lock() 59 OTP->ROL = 0xffffffff; in OTP_Lock() [all …]
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/ |
| A D | air32f10x_otp.c | 15 OTP->OTP_LDO =Time; in OTP_PowerOn() 19 OTP->OTP_LDO = OTP_POWERON_TIME; in OTP_PowerOn() 31 OTP->OTP_10ns |= Time; in OTP_SetTime() 38 OTP->OTP_WR = (Addr << 8) | Data; in OTP_WriteByte() 39 OTP->OTP_CTRL = BIT(0); in OTP_WriteByte() 40 while(OTP->OTP_CTRL & BIT(2)); in OTP_WriteByte()
|
| /bsp/hc32/ev_hc32f4a8_lqfp176/board/linker_scripts/ |
| A D | link.ld | 17 /* OTP section(data sections are not flash multiplexed region) implementation. 18 You need to pay attention to the size of the specified OTP block. 19 Take two OTP blocks for example. */ 22 /* OTP block 16 */ 27 /* OTP block 17 */
|
| /bsp/hc32/ev_hc32f334_lqfp64/board/linker_scripts/ |
| A D | link.ld | 17 /* OTP section(not flash multiplexed region) implementation. 18 You need to pay attention to the size of the specified OTP block. 19 Take two OTP blocks for example. */ 22 /* OTP block 1 */ 27 /* OTP block 2 */
|
| /bsp/hc32/ev_hc32f460_lqfp100_v2/board/linker_scripts/ |
| A D | link.ld | 17 /* OTP section implementation. 18 You need to pay attention to the size of the specified OTP block. 19 Take two OTP blocks for example. */ 22 /* OTP block 0 */ 27 /* OTP block 1 */
|
| /bsp/hc32/ev_hc32f4a0_lqfp176/board/linker_scripts/ |
| A D | link.ld | 17 /* OTP section(data sections are not flash multiplexed region) implementation. 18 You need to pay attention to the size of the specified OTP block. 19 Take two OTP blocks for example. */ 22 /* OTP block 16 */ 27 /* OTP block 17 */
|
| /bsp/tae32f5300/board/linker_scripts/ |
| A D | link.lds | 25 OTP (rx): ORIGIN = 0x03000000, LENGTH = 6876 117 } >OTP 122 } >OTP
|
| /bsp/hc32l136/board/linker_scripts/ |
| A D | link.lds | 25 OTP (rx): ORIGIN = 0x03000000, LENGTH = 6876 117 } >OTP 122 } >OTP
|
| /bsp/k210/ |
| A D | README.md | 30 | | DVP、JTAG、OTP、FPIOA、GPIO、UART、SPI、RTC、I²S、I²C、WDT、Timer与PWM |
|
| /bsp/maxim/libraries/MAX32660PeriphDriver/CMSIS/Device/Maxim/MAX32660/Source/GCC/ |
| A D | max32660_sbl.ld | 119 /** Info block/OTP reserved area */ 136 /** OTP area */
|
| /bsp/sparkfun-redv/ |
| A D | README.md | 27 - OTP 非易失性存储器
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/ |
| A D | README.md | 17 * One-time-programmable (OTP) 1-Kb eFuse array
|
| /bsp/hc32/ev_hc32f472_lqfp100/board/linker_scripts/ |
| A D | link.ld | 19 Take OTP sector 16 for example. */
|
| /bsp/hc32/lckfb-hc32f4a0-lqfp100/board/linker_scripts/ |
| A D | link.ld | 19 Take OTP sector 16 for example. */
|
| /bsp/hc32/ev_hc32f448_lqfp80/board/linker_scripts/ |
| A D | link.ld | 19 Take OTP sector 16 for example. */
|
| /bsp/stm32/stm32f410-st-nucleo/ |
| A D | README.md | 21 - 512 bytes of OTP memory
|
| /bsp/stm32/stm32g431-st-nucleo/ |
| A D | README.md | 35 …y with ECC support, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
|
| /bsp/stm32/stm32g491-st-nucleo/ |
| A D | README.md | 35 …y with ECC support, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
|
| /bsp/stm32/stm32g474-st-nucleo/ |
| A D | README.md | 33 …s read-while-write, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
|
| /bsp/stm32/stm32u575-st-nucleo/ |
| A D | README.md | 88 - 512-byte OTP (one-time programmable)
|
| /bsp/stm32/stm32u585-iot02a/ |
| A D | README.md | 88 - 512-byte OTP (one-time programmable)
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | CHANGELOG.md | 383 - soc: hpm6360/hpm6750/hpm6800: add MAC-related definitions in OTP section 478 - soc: hpm6750: otp Fix OTP program and read logic 1193 - samples: provide OTP API demo
|
| /bsp/airm2m/air105/libraries/HAL_Driver/Inc/ |
| A D | air105.h | 1062 #define OTP ((OTP_TypeDef *)OTP_BASE) macro
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x.h | 1121 #define OTP ((OTP_TypeDef *)OTP_BASE) macro
|