7aeffa6b70
feat: 1. updated uvw duty cycle every 41.6us (24KHz) 2. EPWM->CCMRn_OUTPUT_b.OCnPE=1
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
#Generated from Visual Studio settings
|
|
---
|
|
BasedOnStyle: webkit
|
|
BraceWrapping:
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
AfterClass: true
|
|
AfterFunction: true
|
|
AfterControlStatement: true
|
|
AfterEnum: true
|
|
AfterNamespace: true
|
|
AfterObjCDeclaration: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
AfterExternBlock: true
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Custom
|
|
NamespaceIndentation: All
|
|
TabWidth: 4
|
|
IndentCaseLabels: true
|
|
AlignAfterOpenBracket: Align
|
|
PointerAlignment: Right
|
|
AlignOperands: true
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortLoopsOnASingleLine: true
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeTernaryOperators: false
|
|
BreakAfterJavaFieldAnnotations: true
|
|
AlignTrailingComments: true
|
|
BreakConstructorInitializers: AfterColon
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: true
|
|
AlignArrayOfStructures: Right
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AcrossEmptyLines: false
|
|
AcrossComments: false
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
AlignConsecutiveBitFields:
|
|
Enabled: true
|
|
AcrossEmptyLines: false
|
|
AcrossComments: false
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
AlignEscapedNewlines: Right
|
|
...
|