Fork

Dependencies:   mbed libscpi

Committer:
bavovanachte
Date:
Thu Jun 10 13:29:48 2021 +0000
Revision:
31:0475756cede6
Parent:
22:fd929620e873
Implemented; - Word write; - SPEED aliases

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wuliqunyy 12:9f8c7f4da5f6 1 #define NV_POSITION_DEFAULT (17<<NV_POSITION_PULSE_TIME_OFFSET)|(3<<NV_POSITION_DUTY_OFFSET)|(0<<NV_POSI_MAJO_VOTE_OFFSET)|(0<<NV_ANTI_COG_OFFSET)|(1<<NV_FIRST_NON_FLAT_TIME_OFFSET)
wuliqunyy 6:019ab407ac3c 2 #define NV_START_UP_DEFAULT (0<<NV_SOFT_START_OFFSET)|(0<<NV_SINGLE_PULSE_START_OFFSET)|(0<<NV_LONG_START_OFFSET)|(3<<NV_COMM_START_NUM_OFFSET)|(3<<NV_START_DUTY_OFFSET)|(3<<NV_SOFT_STEP_SIZE_OFFSET)|(36<<NV_START_UP_TIME_OFFSET)
wuliqunyy 6:019ab407ac3c 3 #define NV_WIND_BRAKE_DEFAULT (1<<NV_QUICK_START_OFFSET)|(0<<NV_WIND_START_OFFSET)|(1<<NV_SOFT_NUM_STEP_OFFSET)|(1<<NV_WIND_WINDOW_OFFSET)|(0<<NV_BRAKE_WINDOW_OFFSET)
wuliqunyy 11:b86aea372744 4 #define NV_SPD_CONTROL_1_DEFAULT 0
wuliqunyy 12:9f8c7f4da5f6 5 #define NV_SPD_CONTROL_2_DEFAULT 0
wuliqunyy 12:9f8c7f4da5f6 6 #define NV_GEN_CTRL_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 7 #define NV_APPLICATION_CFG_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 8 #define NV_I_ZC_TH_HIGH_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 9 #define NV_I_ZC_TH_LOW_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 10 #define NV_DI_TH_1ST_DEFAULT 0
wuliqunyy 15:83bbc18cccbc 11 #define NV_DI_TH_2ND_DEFAULT 0
wuliqunyy 22:fd929620e873 12 #define NV_DIG_CONFIG_DEFAULT 0
wuliqunyy 22:fd929620e873 13 #define NV_CLIM_USER_1_DEFAULT 0
wuliqunyy 22:fd929620e873 14 #define NV_CLIM_USER_0_DEFAULT 0
wuliqunyy 22:fd929620e873 15 #define NV_CLIM_POSITIN2_DEFAULT 0
wuliqunyy 9:76a0b9f29a2d 16
wuliqunyy 10:a8390614edcc 17 #define RAM_OPEN_DUTY_DEFAULT 65535
wuliqunyy 22:fd929620e873 18 #define RAM_DEBUG_CTRL_DEFAULT 0
wuliqunyy 6:019ab407ac3c 19