|
RT-AICHIP-sample
|

マクロ定義 | |
| #define | SystemFrequency SystemCoreClock |
関数 | |
| void | UART_IRQHandler (void) |
| void | UARTInit (uint32_t baudrate) |
| void | UARTSend (uint8_t *BufferPtr, uint32_t Length) |
変数 | |
| volatile uint32_t | UARTStatus |
| volatile uint8_t | UARTTxEmpty = 1 |
| volatile uint8_t | UARTBuffer [BUFSIZE] |
| volatile uint32_t | UARTCount = 0 |