Sha256: 04d384a3485717f193350641463320c4ec890a6bd51e7a5739994558ebebf63d

Contents?: true

Size: 660 Bytes

Versions: 2

Compression:

Stored size: 660 Bytes

Contents

/* =========================================================================
    CMock - Automatic Mock Generation for C
    ThrowTheSwitch.org
    Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
    SPDX-License-Identifier: MIT
========================================================================= */

#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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/examples/temp_sensor/src/UsartConfigurator.h
ceedling-1.0.0 vendor/cmock/examples/temp_sensor/src/UsartConfigurator.h