Sha256: afd3cc3303c06f4a326f86cf7c8f3ba7cfa066c5685123994187e416621bf6b2

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 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 _TIMERINTERRUPTHANDLER_H
#define _TIMERINTERRUPTHANDLER_H

#include "Types.h"

void Timer_SetSystemTime(uint32 time);
uint32 Timer_GetSystemTime(void);
void Timer_InterruptHandler(void);

#endif // _TIMERINTERRUPTHANDLER_H

Version data entries

2 entries across 2 versions & 1 rubygems

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