Jean Mercier / Mbed 2 deprecated jmGPIO

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers jmLPC17xx_gpio.h Source File

jmLPC17xx_gpio.h

Go to the documentation of this file.
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 --------------------