RX72M Group
Single-Chip Motor Control via EtherCAT Communications
R01AN5434EJ0110 Rev.1.10
Page 42 of 85
Aug.31.2020
5.16 R_MTR_InputBuffParamReset
This function sets the buffer of variables for ICS input to the default value.
Format
void R_MTR_InputBuffParamReset(void)
Parameters
None
Return Values
None
Properties
The prototypes are declared in r_mtr_driver_acces.h.
Description
The buffer of variables for ICS input is for use with the motor control parameters, input by the user interface
module, and is for use by the interface module.
Variable Name
Type
Variable Symbol
Module/Layer in Use
ICS input variable
mtr_ctrl_input_t type
st_ctrl_input
User interface / Application
Buffer of variables for
ICS input
mtr_ctrl_input_t type
st_ctrl_input_buff
Interface / Middle
Example
/* Initialize st_ctrl_input_buff parameters */
R_MTR_InputBuffParamReset();