Sha256: 4cca3ddb76db1a0fb6a3a729a76c8af1cec04fad0e70c637d875f2f20e7a6ed0
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-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 | examples/temp_sensor/src/IntrinsicsWrapper.h |
ceedling-1.0.0 | examples/temp_sensor/src/IntrinsicsWrapper.h |