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_wo< T, ADDRESS > Class Template Reference
Write only port. More...
#include <io_port.h>
Public Member Functions | |
void | operator= (T value) |
Write. | |
void | write (T value_) |
Write. | |
io_port_wo & | operator* () |
Write. | |
io_port_wo & | operator++ () |
Increment. | |
io_port_wo | 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_wo< T, ADDRESS >
Write only port.
Definition at line 194 of file io_port.h.
Member Function Documentation
const_pointer get_address | ( | ) | const |
io_port_wo& operator* | ( | ) |
io_port_wo operator++ | ( | int | ) |
io_port_wo& operator++ | ( | ) |
Generated on Tue Jul 12 2022 14:05:51 by
