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.
io_port_rw< T, ADDRESS > Class Template Reference
Read write port. More...
#include <io_port.h>
Public Member Functions | |
| operator T () const | |
| Read. | |
| T | read () const |
| Read. | |
| void | write (T value_) |
| Write. | |
| io_port_rw & | operator= (T value_) |
| Write. | |
| reference | operator* () |
| Read / Write. | |
| const_reference | operator* () const |
| Read. | |
| io_port_rw & | operator++ () |
| Increment. | |
| io_port_rw | operator++ (int) |
| Increment. | |
| pointer | get_address () |
| Get the IO port address. | |
| const_pointer | get_address () const |
| Get the IO port address. | |
Detailed Description
template<typename T, uintptr_t ADDRESS = 0>
class etl::io_port_rw< T, ADDRESS >
Read write port.
Definition at line 50 of file io_port.h.
Member Function Documentation
| const_pointer get_address | ( | ) | const |
| io_port_rw operator++ | ( | int | ) |
| io_port_rw& operator++ | ( | ) |
| io_port_rw& operator= | ( | T | value_ ) |
Generated on Tue Jul 12 2022 14:05:51 by
1.7.2