#include <uhd/rfnoc/register_iface.hpp>
Public Attributes | |
uint32_t | end_addr |
std::function< void(uint32_t, uint32_t)> | poke_fn |
std::function< uint32_t(uint32_t)> | peek_fn |
custom_register_space doesn't store start_addr, as start_addr should be stored as the key value for the map that keeps track of custom register spaces
uint32_t uhd::rfnoc::custom_register_space::end_addr |
std::function<uint32_t(uint32_t)> uhd::rfnoc::custom_register_space::peek_fn |
std::function<void(uint32_t, uint32_t)> uhd::rfnoc::custom_register_space::poke_fn |