Serial Wombat 18AB Firmware
Classes | Typedefs | Functions | Variables
uartHw.c File Reference
#include "serialWombat.h"
#include "mcc_generated_files/mcc.h"

Classes

struct  uartHw_n
 

Typedefs

typedef struct uartHw_n uartHw_t
 

Functions

void initUARTHw ()
 
void updateUARTHw ()
 

Variables

const uint16_t baudDivisor [] = { 13332,3332,1666, 832, 416, 207, 103, 68, 34 }
 

Typedef Documentation

◆ uartHw_t

typedef struct uartHw_n uartHw_t

Function Documentation

◆ initUARTHw()

void initUARTHw ( )

◆ updateUARTHw()

void updateUARTHw ( )

Variable Documentation

◆ baudDivisor

const uint16_t baudDivisor[] = { 13332,3332,1666, 832, 416, 207, 103, 68, 34 }