mbed-os/libraries/mbed/api
Sissors fc0a2cf35e Mode added to BusIn + allow creation of NC pins
Now BusIn can also use PullUp, etc, instead of only BusInOut.

If the pin is NC, it does get to the init, but all write/mode functions
are disabled. This is how it used to be in the old gpio version. Quite
some libraries allow users to make pins NC, and they are all locking up
with the current mbed version. This is far from a perfect solution, but
more a temporary fix.
2014-04-03 09:22:51 +02:00
..
AnalogIn.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
AnalogOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
BusIn.h Mode added to BusIn + allow creation of NC pins 2014-04-03 09:22:51 +02:00
BusInOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
BusOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
CAN.h Add CAN->filter to API and add placeholders to hal's 2013-10-22 10:57:28 -07:00
CallChain.h Interrupt chaining: added documentation, fixed a synchronization issue in CallChain. 2013-08-07 14:46:40 +03:00
DigitalIn.h address concern from watarai-san about code size and performance by creating a set of common initialization functions 2014-03-04 14:09:41 +01:00
DigitalInOut.h fix more tabs to spaces 2014-03-04 15:07:30 +01:00
DigitalOut.h fix more tabs to spaces 2014-03-04 15:07:30 +01:00
DirHandle.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
Ethernet.h fix the documentation to match implementation 2013-11-21 11:24:58 +01:00
FileBase.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
FileHandle.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
FileLike.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
FilePath.h Fix NULL pointer indirection in FilePath 2013-09-05 14:09:27 +03:00
FileSystemLike.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
FunctionPointer.h Changed line endings to LF, removed non-ASCII chars from sources 2013-08-08 12:58:34 +03:00
I2C.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
I2CSlave.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
InterruptIn.h fix - KL46Z cmsis header (v2.2), shared interrupt PORTCD 2013-12-30 12:19:24 +01:00
InterruptManager.h Interrupt chaining: added documentation, fixed a synchronization issue in CallChain. 2013-08-07 14:46:40 +03:00
LocalFileSystem.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
PortIn.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
PortInOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
PortOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
PwmOut.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
RawSerial.h Added preliminary printf() support to RawSerial 2013-12-19 15:05:17 +02:00
SPI.h Provide generic pinout defines 2013-11-26 17:12:36 +02:00
SPISlave.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
Serial.h Added new serial class, remove interrupt chaining 2013-10-23 16:08:34 +03:00
SerialBase.h Added DEVICE_SERIAL_FC as an indicator for the flow control implementation 2013-12-11 10:26:18 +02:00
Stream.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
Ticker.h Added new serial class, remove interrupt chaining 2013-10-23 16:08:34 +03:00
Timeout.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
Timer.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
TimerEvent.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
can_helper.h Add CAN->filter to API and add placeholders to hal's 2013-10-22 10:57:28 -07:00
error.h Changed error(...) to a weak function 2014-03-31 10:27:14 -06:00
mbed.h Updated library version 2014-03-19 18:08:26 +00:00
mbed_debug.h Replace #ifdef with #if DEVICE_STDIO_MESSAGES 2013-09-17 18:19:22 -07:00
mbed_interface.h default mbed interface for ethernet 2013-08-13 21:49:04 +02:00
platform.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
rtc_time.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
semihost_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00
toolchain.h Update ARM toolchain symbols 2013-07-26 15:49:00 +01:00
wait_api.h Unify mbed library sources 2013-06-14 17:32:15 +01:00