Keil Logo

memset

概要
void memset (start_address, length, value)  /* fill memory with value*/
説明

memset 関数は、開始アドレスで指定されたメモリを設定し、長さを指定されたに設定します。

戻り値

なし

>MEMSET (0x20000, 0x1000, 'a')       /* Fill 0x20000 to 0x20FFF with 'a' */
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.