Embedded Template Library 1.0
|
Read only port. More...
#include <io_port.h>
Public Types | |
typedef volatile T * | pointer |
typedef volatile const T * | const_pointer |
typedef volatile T & | reference |
typedef volatile const T & | const_reference |
![]() | |
typedef T | value_type |
typedef ptrdiff_t | difference_type |
typedef T * | pointer |
typedef T & | reference |
typedef ETL_OR_STD::input_iterator_tag | iterator_category |
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. | |
Read only port.