drv_tim.h 389 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2022-11-01 Meco Man First version
  9. */
  10. #ifndef __DRV_TIM_H__
  11. #define __DRV_TIM_H__
  12. #include <rtdef.h>
  13. void stm32_tim_pclkx_doubler_get(rt_uint32_t *pclk1_doubler, rt_uint32_t *pclk2_doubler);
  14. #endif /* __DRV_TIM_H__ */