Autodrone
Multi-Domain Vehicle
drv_tim.h
Go to the documentation of this file.
1
9
#ifndef __DRV_TIM_H__
10
#define __DRV_TIM_H__
11
12
/* Function Prototypes */
13
void
tim9Init
(
void
);
14
uint32_t
tim9GetCnt
(
void
);
15
void
tim9ResetCnt
(
void
);
16
void
tim9Enable
(
void
);
17
void
tim9Disable
(
void
);
18
19
#endif
/* __DRV_TIM_H__ */
20
21
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
tim9GetCnt
uint32_t tim9GetCnt(void)
Gets the counter value.
Definition:
drv_tim.c:32
tim9Disable
void tim9Disable(void)
Disables the timer.
Definition:
drv_tim.c:62
tim9Init
void tim9Init(void)
Initializes the low level registers to set up timer 9.
Definition:
drv_tim.c:17
tim9Enable
void tim9Enable(void)
Enables the timer.
Definition:
drv_tim.c:52
tim9ResetCnt
void tim9ResetCnt(void)
Resets the counter.
Definition:
drv_tim.c:42
STM32CubeIDE
Autodrone32
Src
drv
drv_tim.h
Generated by
1.9.3