Xsram_Write_Byte - ICP DAS USA MP-8 43 Series Function Reference

Hide thumbs Also See for MP-8 43 Series:
Table of Contents

Advertisement

2.8.4 XSRAM_Write_Byte

Description:
This function is used to write a byte to BBSRAM' offset address on Current
Block.
Syntax:
++
[C
]
void XSRAM_Write_Byte(unsigned char address,unsigned char
Parameter:
address :
[Input] the offset address on Current Block.
data :
[Input] the byte data will be write.
Return Value:
None
Example:
bool
Ret;
XSRAM_Init();
Ret= XSRAM_Set_Block(0);
XSRAM_Write_Byte(0,100);
Remark:
This function can be applied BBSRAM on PAC Backplane.
http://www.icpdas.com
MP-8x43 Function Reference V 1.0
data);
70 

Advertisement

Table of Contents
loading

Table of Contents