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_ro< T, ADDRESS > Class Template Reference
Read only port. More...
#include <io_port.h>
Public Member Functions | |
operator T () const | |
Read. | |
T | read () const |
Read. | |
const_reference | operator* () const |
Read. | |
io_port_ro & | operator++ () |
Increment. | |
io_port_ro | 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_ro< T, ADDRESS >
Read only port.
Definition at line 130 of file io_port.h.
Member Function Documentation
const_pointer get_address | ( | ) | const |
io_port_ro& operator++ | ( | ) |
io_port_ro operator++ | ( | int | ) |
Generated on Tue Jul 12 2022 14:05:51 by
