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.
PortInOut Class Reference
A multiple pin digital in/out used to set/read multiple bi-directional pins. More...
#include <PortInOut.h>
Public Member Functions | |
PortInOut (PortName port, int mask=0xFFFFFFFF) | |
Create an PortInOut, connected to the specified port. | |
void | write (int value) |
Write the value to the output port. | |
int | read () |
Read the value currently output on the port. | |
void | output () |
Set as an output. | |
void | input () |
Set as an input. | |
void | mode (PinMode mode) |
Set the input pin mode. | |
PortInOut & | operator= (int value) |
A shorthand for write() | |
operator int () | |
A shorthand for read() | |
PortInOut (PortName port, int mask=0xFFFFFFFF) | |
Create an PortInOut, connected to the specified port. | |
void | write (int value) |
Write the value to the output port. | |
int | read () |
Read the value currently output on the port. | |
void | output () |
Set as an output. | |
void | input () |
Set as an input. | |
void | mode (PinMode mode) |
Set the input pin mode. | |
PortInOut & | operator= (int value) |
A shorthand for write() | |
operator int () | |
A shorthand for read() |
Detailed Description
A multiple pin digital in/out used to set/read multiple bi-directional pins.
Synchronization level: Interrupt safe
Definition at line 32 of file mbed-dev/api/PortInOut.h.
Constructor & Destructor Documentation
PortInOut | ( | PortName | port, |
int | mask = 0xFFFFFFFF |
||
) |
Create an PortInOut, connected to the specified port.
- Parameters:
-
port Port to connect to (Port0-Port5) mask A bitmask to identify which bits in the port should be included (0 - ignore)
Definition at line 40 of file mbed-dev/api/PortInOut.h.
PortInOut | ( | PortName | port, |
int | mask = 0xFFFFFFFF |
||
) |
Create an PortInOut, connected to the specified port.
- Parameters:
-
port Port to connect to (Port0-Port5) mask A bitmask to identify which bits in the port should be included (0 - ignore)
Definition at line 40 of file usb_cdc/mbed-dev/api/PortInOut.h.
Member Function Documentation
void input | ( | ) |
Set as an input.
Definition at line 73 of file mbed-dev/api/PortInOut.h.
void input | ( | ) |
Set as an input.
Definition at line 73 of file usb_cdc/mbed-dev/api/PortInOut.h.
void mode | ( | PinMode | mode ) |
Set the input pin mode.
- Parameters:
-
mode PullUp, PullDown, PullNone, OpenDrain
Definition at line 83 of file mbed-dev/api/PortInOut.h.
void mode | ( | PinMode | mode ) |
Set the input pin mode.
- Parameters:
-
mode PullUp, PullDown, PullNone, OpenDrain
Definition at line 83 of file usb_cdc/mbed-dev/api/PortInOut.h.
operator int | ( | ) |
A shorthand for read()
Definition at line 103 of file mbed-dev/api/PortInOut.h.
operator int | ( | ) |
A shorthand for read()
Definition at line 103 of file usb_cdc/mbed-dev/api/PortInOut.h.
PortInOut& operator= | ( | int | value ) |
A shorthand for write()
Definition at line 91 of file usb_cdc/mbed-dev/api/PortInOut.h.
PortInOut& operator= | ( | int | value ) |
A shorthand for write()
Definition at line 91 of file mbed-dev/api/PortInOut.h.
void output | ( | ) |
Set as an output.
Definition at line 65 of file usb_cdc/mbed-dev/api/PortInOut.h.
void output | ( | ) |
Set as an output.
Definition at line 65 of file mbed-dev/api/PortInOut.h.
int read | ( | void | ) |
Read the value currently output on the port.
- Returns:
- An integer with each bit corresponding to associated port pin setting
Definition at line 59 of file mbed-dev/api/PortInOut.h.
int read | ( | void | ) |
Read the value currently output on the port.
- Returns:
- An integer with each bit corresponding to associated port pin setting
Definition at line 59 of file usb_cdc/mbed-dev/api/PortInOut.h.
void write | ( | int | value ) |
Write the value to the output port.
- Parameters:
-
value An integer specifying a bit to write for every corresponding port pin
Definition at line 50 of file mbed-dev/api/PortInOut.h.
void write | ( | int | value ) |
Write the value to the output port.
- Parameters:
-
value An integer specifying a bit to write for every corresponding port pin
Definition at line 50 of file usb_cdc/mbed-dev/api/PortInOut.h.
Generated on Tue Jul 12 2022 22:19:22 by
