
Series 30i/ 31i/ 32i-A
C executor library for conversion
Programming manual
01 04.05.06
S. Hasegawa
New registration
B-64183EN/01
EDIT
DATE
DESIG.
DESCRIPTION
74/226
DRAW.NO.
3.5.11
Write to the PMC Address (long)
[Name]
pl_memlwrt2
[Syntax]
#include <pmclib.h>
short pl_memlwrt2(unsigned short id, unsigned short offset, long data);
[Arguments]
Input
id: PMC ADDRESS ID
G:0, F:1, Y:2, X:3, A:4, R:5, T:6, K:7, C:8, D:9, M:10, N:11,
E:12
offset: PMC address offset
data: Write value
Output
---
[Return]
0: Normal completion.
-1: The specification of "id" or "offset" is invalid.
[Description]
This function writes "long" type value to the PMC address.
[Related Function]
pmc_rdpmcrng(), pmc_wrpmcrng()