drv_usart.h 429 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2009-01-05 Bernard the first version
  9. * 2015-08-01 xiaonong the first version for stm32f7xx
  10. * 2016-01-15 ArdaFu the first version for stm32f4xx with STM32 HAL
  11. */
  12. #ifndef __USART_H__
  13. #define __USART_H__
  14. extern int hw_usart_init(void);
  15. #endif