diff options
Diffstat (limited to 'host/lib/include/uhdlib/rfnoc/client_zero.hpp')
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/client_zero.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/client_zero.hpp b/host/lib/include/uhdlib/rfnoc/client_zero.hpp index 52330bffa..b9bcb32e5 100644 --- a/host/lib/include/uhdlib/rfnoc/client_zero.hpp +++ b/host/lib/include/uhdlib/rfnoc/client_zero.hpp @@ -153,6 +153,11 @@ public: */ bool complete_flush(uint16_t portno); + /*! Go through the entire flush process for all ports + * \throws uhd::runtime_error if flush failed + */ + void complete_flush_all_blocks(); + /*! Reset a port's control logic * * It is recommended to flush a port calling this. |