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.
Dependents: Hobbyking_Cheetah_Compact Hobbyking_Cheetah_Compact_DRV8323_14bit Hobbyking_Cheetah_Compact_DRV8323_V51_201907 HKC_MiniCheetah ... more
Fork of mbed-dev by
targets/TARGET_Atmel/TARGET_SAM_CortexM0P/utils/header_files/io.h
- Committer:
- <>
- Date:
- 2016-10-28
- Revision:
- 149:156823d33999
- Parent:
- targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/utils/header_files/io.h@ 15:a81a8d6c1dfe
File content as of revision 149:156823d33999:
#ifndef _SAM_IO_ #define _SAM_IO_ #include <stddef.h> #include <stdint.h> #include <stdbool.h> /* SAM D20 family */ #if (SAMD20) # include "samd20.h" #endif #if (SAMD21) # include "samd21.h" #endif #if (SAMR21) # include "samr21.h" #endif #if (SAMD10) # include "samd10.h" #endif #if (SAMD11) # include "samd11.h" #endif #if (SAML21) # include "saml21.h" #endif #endif /* _SAM_IO_ */