Abstracted registers for PWM and other timer modes
This commit is contained in:
@@ -31,6 +31,7 @@ public:
|
||||
|
||||
|
||||
void setAlternateFunction(GPIO_Alternate_Function AF) volatile;
|
||||
void setAlternateFunction(GPIO_Alternate_Function_Mapping AF) volatile;
|
||||
|
||||
void setOutputType(PinType type) volatile;
|
||||
|
||||
@@ -38,7 +39,6 @@ public:
|
||||
|
||||
void setInternalResistor(InternalResistorType type) volatile;
|
||||
|
||||
|
||||
void useAsExternalInterrupt(TriggerMode mode, EXTICallback callback);
|
||||
|
||||
SHAL_Result setPinMode(PinMode mode) volatile;
|
||||
|
||||
Reference in New Issue
Block a user