![]() |
STM8L libraries for CR95HF 1.0
|
Functions | |
void | CR95HF_Add_Data_ToCommand (CR95HF_CommandSending *Cmd, u8 *Cptr_ToIncrement, u8 DataLength, u8 *Data) |
This function add an array of data into the command's data and increments the counter of data. |
void CR95HF_Add_Data_ToCommand | ( | CR95HF_CommandSending * | Cmd, |
u8 * | Cptr_ToIncrement, | ||
u8 | DataLength, | ||
u8 * | Data | ||
) |
This function add an array of data into the command's data and increments the counter of data.
Cmd | : pointer on the commmand to fill in |
Cptr_ToIncrement | : pointer on the counter |
DataLength | : length of data to include |
Data | : pointer on the data to include |
void | : no return value |
*