Home
last modified time | relevance | path

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

/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_otp.c89 uint32_t *dst_addr = dst; 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()
118 uint32_t *dst_addr = (uint32_t *)(MCU_OTP_M_BASE + offset); in da1469x_otp_write() local
143 OTPC->OTPC_PADDR_REG = ((uint32_t)dst_addr >> 2) & in da1469x_otp_write()
152 if (*dst_addr != *src_addr) { in da1469x_otp_write()
160 dst_addr++; in da1469x_otp_write()