Xsram_Read_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.5 XSRAM_Read_Byte

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

Advertisement

Table of Contents
loading

Table of Contents