X-CUBE-SPN7 for X-NUCLEO-IHM07M1: C:/Users/giuseppe scuderi-sl/Desktop/MOTOR CONTROL/Peppe/trunk/Firmware/X-CUBE-SPN7-MC-6STEP/Middlewares/ST/UART_serial_com/Inc/UART_UI.h Source File
From X-NUCLEO-IHM07M1 X-CUBE-SPN7
|
X-CUBE-SPN7 for X-NUCLEO-IHM07M1
|
Go to the documentation of this file.
46 #define COUNTOF(__BUFFER__) (sizeof(__BUFFER__) / sizeof(*(__BUFFER__)))
47 #define TXBUFFERSIZE (COUNTOF(aTxBuffer) - 1)
48 #define RXBUFFERSIZE 8
52 void (*pCmdFunc)(void);
74 void CMD_STOPMT(
void );
75 void CMD_DIRECTION(
void );
76 void CMD_SETSPD(
void );
77 void CMD_GETSPD(
void );
78 void CMD_STATUS(
void );
79 void CMD_POTENZ(
void );
81 void CMD_INIREF(
void);
82 void CMD_POLESP(
void);
83 void CMD_ACCELE(
void);
84 void CMD_KP_PRM(
void);
85 void CMD_KI_PRM(
void);
This header file provides the set of functions for Motor Control library.
void CMD_STARTM(void)
UART function.