Sha256: 4a346e4a00dbf4215e5d98e5f75ae57f5973407e66434310ae3434456fc88252
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 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 _INTRINSICS_WRAPPER_H #define _INTRINSICS_WRAPPER_H void Interrupt_Enable(void); void Interrupt_Disable(void); #endif // _INTRINSICS_WRAPPER_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/IntrinsicsWrapper.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/IntrinsicsWrapper.h |