Hall mode for TLE88888 - VRSConfig1 VRSM #915

This commit is contained in:
rusefi 2019-09-04 20:02:32 -04:00
parent 6262a5e84e
commit c9241b89da
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ typedef enum {
#define CMD_LOCK CMD_WR(0x1e, 0x02)
*/
#define CMD_UNLOCK CMD_WR(0x1e, 0x01)
//#define CMD_VRSCONFIG0(d) CMD_WR(0x49, d)
#define CMD_VRSCONFIG1(d) CMD_WR(0x4a, d)
#define CMD_INCONFIG(n, d) CMD_WR(0x53 + (n & 0x03), d)
#define CMD_DDCONFIG(n, d) CMD_WR(0x57 + (n & 0x03), d)