Global

group Global_supportStdio

supportStdio globals

lorem

Macros

group Macros_supportStdio_h

Defines

supportStdio_memcpy(dest, src, len)
supportStdio_memcmp(str1, str2, len)
supportStdio_memset(dest, val, len)

Variables

group Variables_supportStdio_h

API’s

group Apis_supportStdio_h

Getters

group Getters_supportStdio_h

Setters

group Setters_supportStdio_h

General

group General_supportStdio_h

Functions

void supportStdio_memcpyInternal(BitWidthType id, AddressType *src, AddressType *dest, BitWidthType size)

Memcpy operation. This function cannot be called from the unprivileged context directly. DEMO.

The implementation contains supportStdio_memcpy function call.

Parameters
  • id[in] is used during the system call dispatching

  • src[in] source address pointer

  • dest[in] destination address pointer

  • size[in] number of bytes to copy

Returns

none