|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
USART configuration structure. More...
#include <uart.h>
Data Fields | |
| int16_t | baud |
| long | fosc |
| char | recieve_buffer |
USART configuration structure.
| baud | Desired baud rate for UART communication. |
| fosc | CPU clock frequency (Hz). |
| recieve_buffer | Temporary buffer for received characters. |