ConfigureTIMOnePulse_SwTrigger() is only used within TIM_OnePulse.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTIM_OnePulseConfigureTIMOnePulse_SwTrigger()

ConfigureTIMOnePulse_SwTrigger() function

This function configures TIM3 to generate a positive pulse on OC1 with a length of 50 us and after a delay of 50 us after enabling the timer counter.

Syntax

__STATIC_INLINE void ConfigureTIMOnePulse_SwTrigger(void);
Implemented in main.c:94

Return value

None

Notes

The counter is enabled every time the user presses the user button. The delay and the pulse length are measured in the CC1 interrupt service routine. 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:94
__STATIC_INLINE void ConfigureTIMOnePulse_SwTrigger(void)
main.c:44
__STATIC_INLINE void ConfigureTIMOnePulse_SwTrigger(void);
main.c:69main()
ConfigureTIMOnePulse_SwTrigger();