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