TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
Loading...
Searching...
No Matches
USART_config Struct Reference

USART configuration structure. More...

#include <uart.h>

Data Fields

int16_t baud
long fosc
char recieve_buffer

Detailed Description

USART configuration structure.

Parameters
baudDesired baud rate for UART communication.
foscCPU clock frequency (Hz).
recieve_bufferTemporary buffer for received characters.

Definition at line 22 of file uart.h.

Field Documentation

◆ baud

int16_t USART_config::baud

Definition at line 23 of file uart.h.

◆ fosc

long USART_config::fosc

Definition at line 24 of file uart.h.

◆ recieve_buffer

char USART_config::recieve_buffer

Definition at line 25 of file uart.h.


The documentation for this struct was generated from the following file: