Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
ip6tos_stub.h
00001 /* 00002 * Copyright (c) 2016 ARM Limited. All rights reserved. 00003 */ 00004 #ifndef MBED_TRACE_TEST_STUBS_IP6STRING_H_ 00005 #define MBED_TRACE_TEST_STUBS_IP6STRING_H_ 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 #include <inttypes.h> 00011 00012 typedef struct { 00013 const char *output_string; 00014 uint8_t input_array[16]; 00015 } ip6tos_stub_def_t; 00016 00017 extern ip6tos_stub_def_t ip6tos_stub; 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 #endif /* MBED_TRACE_TEST_STUBS_IP6STRING_H_ */
Generated on Tue Jul 12 2022 12:28:33 by
