usart2.h 177 B

123456789101112131415161718
  1. #ifndef __USART2_H
  2. #define __USART2_H
  3. #include "sys.h"
  4. void prvvUARTTxReadyISR( void );
  5. void prvvUARTRxISR( void );
  6. void BSP_UART2_Init(u16 bandvalue);
  7. #endif