ファームウェア関数一覧
uint16_t USART_ReceiveData(USART_TypeDef* USARTx)
/* Receive one halfword on USART2 */ uint16_t RxData; RxData = USART_ReceiveData(USART2);