Configure_TIMInputCapture() is only used within TIM_InputCapture.
 
Symbols
loading...
Files
loading...

Configure_TIMInputCapture() function

This function enables the peripheral clock on TIM3, configures TIM3_CH1 as input and enables the capture/compare 1 interrupt It enables also the peripheral clock for GPIOA and configures PA.06 as alternate function for TIM3_CH1.

Syntax

__STATIC_INLINE void Configure_TIMInputCapture(void);
Implemented in main.c:112

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.

References

LocationReferrerText
main.c:112
__STATIC_INLINE void Configure_TIMInputCapture(void)
main.c:65
__STATIC_INLINE void Configure_TIMInputCapture(void);
main.c:90main()
Configure_TIMInputCapture();

Call Tree

Data read by Configure_TIMInputCapture()
all items filtered out
Configure_TIMInputCapture()