Configure_TIM() is only used within TIM_DMA.
 
Symbols
loading...
Files
loading...

Configure_TIM() function

This function configures TIM3 channel 3 to generate a PWM edge aligned signal with a frequency equal to 17.57 KHz and a variable duty cycle that is changed by the DMA after a specific number of update DMA requests. The number of this repetitive requests is defined by the TIM3 repetition counter, each 4 update requests, the TIM3 Channel 3 Duty Cycle changes to the next new value defined by the aCCValue.

Syntax

__STATIC_INLINE void Configure_TIM(void);
Implemented in main.c:135

Return value

None

Notes

Peripheral configuration is minimal configuration from reset values. Thus, some useless LL unitary functions calls below are provided as commented examples - setting is default configuration from reset.