3.3.22.10 DT_PADDING Macro
C
#define DT_PADDING (int16_t)12
Summary
Defines the constant value used as padding for the dead time count in PWM calculations
Description
This macro defines a constant value used as padding for the dead time count in PWM calculations. It is primarily used to ensure there is an adequate buffer to account for any discrepancies or additional requirements in the PWM dead time configuration
Remarks
Note:
- Ensure that the value of
DT_PADDING
is appropriate for the specific application and hardware being used. - The padding value should be chosen based on the timing requirements and constraints of the PWM signals in the application.