Embedded Template Library 1.0
etl::io_port_ro< T, ADDRESS > Class Template Reference

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
 
- Public Types inherited from etl::iterator< ETL_OR_STD::input_iterator_tag, T >
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.
 
read () const
 Read.
 
const_reference operator* () const
 Read.
 
io_port_rooperator++ ()
 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.


The documentation for this class was generated from the following file: