![]() |
![]() |
|
MSPM0G3519SensorlessFOCMotorControlLibrary
1.0
|
#include "services.h"
Go to the source code of this file.
Functions | |
| void | HAL_setDeadTime (uint32_t value) |
| Sets deadtime. More... | |
| int32_t | gateDriverGetMinOTimeSineMod (void) |
| Gets minimum on time for sine modulation. More... | |
| int32_t | gateDriverGetMinOnTimeOverMod (void) |
| Gets minimum on time for over modulation. More... | |
| int32_t | gateDriverGetPropagationDelay (void) |
| Gets the gate driver propagation delay. More... | |
| void HAL_setDeadTime | ( | uint32_t | value | ) |
Sets deadtime.
| [in] | value | Value for Deadtime configuration |
References FOC_PWMA0_INST, gateDriverGetMinOTimeSineMod(), and gateDriverGetPropagationDelay().
Referenced by peri1Config().
| int32_t gateDriverGetMinOTimeSineMod | ( | void | ) |
Gets minimum on time for sine modulation.
Referenced by HAL_setDeadTime().
| int32_t gateDriverGetMinOnTimeOverMod | ( | void | ) |
Gets minimum on time for over modulation.
| int32_t gateDriverGetPropagationDelay | ( | void | ) |
Gets the gate driver propagation delay.
Referenced by HAL_setDeadTime().