Xilinx / embeddedsw

Xilinx Embedded Software (embeddedsw) Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xrfdc: DAC variable output power (VOP) has setter but no getter

gsmecher opened this issue · comments

Most of the RFDC API is symmetric - for every Set(...) there is a corresponding Get(...) call.

XRFdc_SetDACVOP() has no corresponding XRFdc_GetDACVOP() call. Please consider adding it.