Home
last modified time | relevance | path

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

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/
Dsystem.c1043 uint8_t * dst_single_byte; in bsp_copy_multibyte() local
1061 dst_single_byte = (uint8_t *) dst; in bsp_copy_multibyte()
1065 *dst_single_byte++ = *src_single_byte++; in bsp_copy_multibyte()