Home
last modified time | relevance | path

Searched refs:OTP (Results 1 – 24 of 24) sorted by relevance

/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_otp.c31 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 Dair32f10x_otp.c15 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 Dlink.ld17 /* 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 Dlink.ld17 /* 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 Dlink.ld17 /* 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 Dlink.ld17 /* 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 Dlink.lds25 OTP (rx): ORIGIN = 0x03000000, LENGTH = 6876
117 } >OTP
122 } >OTP
/bsp/hc32l136/board/linker_scripts/
A Dlink.lds25 OTP (rx): ORIGIN = 0x03000000, LENGTH = 6876
117 } >OTP
122 } >OTP
/bsp/k210/
A DREADME.md30 | | 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 Dmax32660_sbl.ld119 /** Info block/OTP reserved area */
136 /** OTP area */
/bsp/sparkfun-redv/
A DREADME.md27 - OTP 非易失性存储器
/bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/
A DREADME.md17 * One-time-programmable (OTP) 1-Kb eFuse array
/bsp/hc32/ev_hc32f472_lqfp100/board/linker_scripts/
A Dlink.ld19 Take OTP sector 16 for example. */
/bsp/hc32/lckfb-hc32f4a0-lqfp100/board/linker_scripts/
A Dlink.ld19 Take OTP sector 16 for example. */
/bsp/hc32/ev_hc32f448_lqfp80/board/linker_scripts/
A Dlink.ld19 Take OTP sector 16 for example. */
/bsp/stm32/stm32f410-st-nucleo/
A DREADME.md21 - 512 bytes of OTP memory
/bsp/stm32/stm32g431-st-nucleo/
A DREADME.md35 …y with ECC support, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
/bsp/stm32/stm32g491-st-nucleo/
A DREADME.md35 …y with ECC support, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
/bsp/stm32/stm32g474-st-nucleo/
A DREADME.md33 …s read-while-write, proprietary code readout protection (PCROP), securable memory area, 1 Kbyte OTP
/bsp/stm32/stm32u575-st-nucleo/
A DREADME.md88 - 512-byte OTP (one-time programmable)
/bsp/stm32/stm32u585-iot02a/
A DREADME.md88 - 512-byte OTP (one-time programmable)
/bsp/hpmicro/libraries/hpm_sdk/
A DCHANGELOG.md383 - 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 Dair105.h1062 #define OTP ((OTP_TypeDef *)OTP_BASE) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x.h1121 #define OTP ((OTP_TypeDef *)OTP_BASE) macro

Completed in 95 milliseconds