#include <rw_t.hpp>
|
| static void | write (volatile unsigned *device, unsigned offset, unsigned mask, unsigned value) |
| |
| static void | set (volatile unsigned *device, unsigned mask) |
| |
| static void | clear (volatile unsigned *device, unsigned mask) |
| |
| static unsigned | read (volatile unsigned *device, unsigned offset, unsigned mask) |
| |
A read-only mutability policy for use with reg_t.
| static void rw_t::write |
( |
volatile unsigned * |
device, |
|
|
unsigned |
offset, |
|
|
unsigned |
mask, |
|
|
unsigned |
value |
|
) |
| |
|
inlinestatic |
| static void rw_t::set |
( |
volatile unsigned * |
device, |
|
|
unsigned |
mask |
|
) |
| |
|
inlinestatic |
| static void rw_t::clear |
( |
volatile unsigned * |
device, |
|
|
unsigned |
mask |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: