Searched refs:dst_addr (Results 1 – 1 of 1) sorted by relevance
89 uint32_t *dst_addr = dst; in da1469x_otp_read() local104 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() local143 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()