  | 
  
    USRP Hardware Driver and USRP Manual
    Version: 4.8.0.0
    
   UHD and USRP Manual 
   | 
           
 | 
 
 
 
 
Go to the documentation of this file.
   21     using poke32_fn_t = std::function<void(
const uint32_t addr, 
const uint32_t data)>;
 
   22     using peek32_fn_t = std::function<uint32_t(
const uint32_t addr)>;
 
   36     using peek32_fn_t = std::function<uint32_t(
const uint32_t addr)>;
 
  
 
std::function< void(const uint32_t addr, const uint32_t data)> poke32_fn_t
Definition: memmap_iface.hpp:21
 
Represents a 32-bit, memory-mapped interface (peek/poke).
Definition: memmap_iface.hpp:32
 
poke32_fn_t poke32
Definition: memmap_iface.hpp:24
 
#define UHD_API
Definition: config.h:87
 
std::function< void(const uint32_t addr, const uint32_t data, const uhd::time_spec_t &time)> poke32_fn_t
Definition: memmap_iface.hpp:35
 
poke32_fn_t poke32
Definition: memmap_iface.hpp:38
 
peek32_fn_t peek32
Definition: memmap_iface.hpp:39
 
Definition: build_info.hpp:12
 
Definition: time_spec.hpp:28
 
peek32_fn_t peek32
Definition: memmap_iface.hpp:25
 
std::function< uint32_t(const uint32_t addr)> peek32_fn_t
Definition: memmap_iface.hpp:22
 
Represents a 32-bit, memory-mapped interface (peek/poke).
Definition: memmap_iface.hpp:19
 
std::function< uint32_t(const uint32_t addr)> peek32_fn_t
Definition: memmap_iface.hpp:36