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.
jmLPC17xx_gpio.h
00001 /***********************************************************************//** 00002 * @file jmLPC17xx_gpio.h 00003 * @brief LPC17xx GPIO Command Line Interface 00004 * 00005 * @version 1.0 00006 * @date Feb 2, 2011 00007 */ 00008 00009 // Section Port Information 00010 void PortInfo(unsigned int portNumber); 00011 void PortsInfo(void); 00012 void cli_PortInfo(void); 00013 00014 // Section Port All Bits Access 00015 void cli_GPPG0(void); 00016 void cli_gpioBits(void); 00017 void cli_gpioBit(void); 00018 void gpio(unsigned int pin, unsigned int action); 00019 00020 // Section Port Bitd 00021 void cli_BitRead(void); 00022 00023 //-------------------------- CLIG PLUGS -------------------- 00024 // CLIG-INCLUDE 00025 /* 00026 #include "jmLPC17xx_gpio.h" 00027 */ 00028 00029 // CLIG-CMD 00030 /* 00031 iport cli_PortInfo(); 00032 iports PortsInfo(); 00033 GPPG0 cli_GPPG0(); 00034 gpioBits cli_gpioBits(); 00035 gpioBit cli_gpioBit(); 00036 bitRead cli_BitRead(); 00037 */ 00038 //-------------------------- END CLIG PLUGS --------------------
Generated on Tue Jul 12 2022 21:02:31 by
1.7.2