Represents a 32-bit, memory-mapped interface (peek/poke). More...
#include <uhd/types/memmap_iface.hpp>
| Public Types | |
| using | poke32_fn_t | 
| using | peek32_fn_t = std::function<uint32_t(const uint32_t addr)> | 
| Public Attributes | |
| poke32_fn_t | poke32 | 
| peek32_fn_t | peek32 | 
Represents a 32-bit, memory-mapped interface (peek/poke).
| using uhd::memmap32_iface_timed::peek32_fn_t = std::function<uint32_t(const uint32_t addr)> | 
| peek32_fn_t uhd::memmap32_iface_timed::peek32 | 
| poke32_fn_t uhd::memmap32_iface_timed::poke32 |