|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|

マクロ定義 | |
| #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 |
| #define SystemFrequency SystemCoreClock |
| void UART_IRQHandler | ( | void | ) |
| void UARTInit | ( | uint32_t | baudrate | ) |

| volatile uint32_t UARTCount = 0 |
| volatile uint32_t UARTStatus |
| volatile uint8_t UARTTxEmpty = 1 |