Home
last modified time | relevance | path

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

/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_otp.c88 uint32_t *src_addr = (uint32_t *)(MCU_OTP_M_BASE + offset); in da1469x_otp_read() local
104 for (; num_bytes; dst_addr++, src_addr++, num_bytes -= 4) { in da1469x_otp_read()
105 *dst_addr = *src_addr; in da1469x_otp_read()
119 const uint32_t *src_addr = src; in da1469x_otp_write() local
142 OTPC->OTPC_PWORD_REG = *src_addr; in da1469x_otp_write()
152 if (*dst_addr != *src_addr) { in da1469x_otp_write()
159 src_addr++; in da1469x_otp_write()