Sha256: 06af2514a6cf862563764c2e2813897882363bc68a5a9c6aaff0e5fe453e2283

Contents?: true

Size: 1.67 KB

Versions: 2

Compression:

Stored size: 1.67 KB

Contents

/* AUTOGENERATED FILE. DO NOT EDIT. */
#ifndef _MOCKINTRINSICSWRAPPER_H
#define _MOCKINTRINSICSWRAPPER_H

#include "unity.h"
#include "IntrinsicsWrapper.h"

/* Ignore the following warnings, since we are copying code */
#if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__)
#if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0)))
#pragma GCC diagnostic push
#endif
#if !defined(__clang__)
#pragma GCC diagnostic ignored "-Wpragmas"
#endif
#pragma GCC diagnostic ignored "-Wunknown-pragmas"
#pragma GCC diagnostic ignored "-Wduplicate-decl-specifier"
#endif

void MockIntrinsicsWrapper_Init(void);
void MockIntrinsicsWrapper_Destroy(void);
void MockIntrinsicsWrapper_Verify(void);




#define Interrupt_Enable_Ignore() Interrupt_Enable_CMockIgnore()
void Interrupt_Enable_CMockIgnore(void);
#define Interrupt_Enable_StopIgnore() Interrupt_Enable_CMockStopIgnore()
void Interrupt_Enable_CMockStopIgnore(void);
#define Interrupt_Enable_Expect() Interrupt_Enable_CMockExpect(__LINE__)
void Interrupt_Enable_CMockExpect(UNITY_LINE_TYPE cmock_line);
#define Interrupt_Disable_Ignore() Interrupt_Disable_CMockIgnore()
void Interrupt_Disable_CMockIgnore(void);
#define Interrupt_Disable_StopIgnore() Interrupt_Disable_CMockStopIgnore()
void Interrupt_Disable_CMockStopIgnore(void);
#define Interrupt_Disable_Expect() Interrupt_Disable_CMockExpect(__LINE__)
void Interrupt_Disable_CMockExpect(UNITY_LINE_TYPE cmock_line);

#if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__)
#if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0)))
#pragma GCC diagnostic pop
#endif
#endif

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.31.1 examples/temp_sensor/build/test/mocks/MockIntrinsicsWrapper.h
ceedling-0.31.0 examples/temp_sensor/build/test/mocks/MockIntrinsicsWrapper.h