Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c531 uint64_t * p_dest64 = (uint64_t *) ((uint32_t) p_dest & ~(OSPI_B_PRV_CPU_ACCESS_ALIGNMENT - 1)); in R_OSPI_B_Write() local
543 *p_dest64 = *p_src64; in R_OSPI_B_Write()
544 p_dest64++; in R_OSPI_B_Write()