summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/UsartConfigurator.h
blob: 02bede2ab89d0757bc4514d5aee485158bb46bdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _USARTCONFIGURATOR_H
#define _USARTCONFIGURATOR_H

#include "Types.h"

void Usart_ConfigureUsartIO(void);
void Usart_EnablePeripheralClock(void);
void Usart_Reset(void);
void Usart_ConfigureMode(void);
void Usart_SetBaudRateRegister(uint8 baudRateRegisterSetting);
void Usart_Enable(void);

#endif // _USARTCONFIGURATOR_H