diff options
Diffstat (limited to 'mpm/python/usrp_mpm/bist.py')
-rw-r--r-- | mpm/python/usrp_mpm/bist.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/bist.py b/mpm/python/usrp_mpm/bist.py index e26d6d36c..b20020e1f 100644 --- a/mpm/python/usrp_mpm/bist.py +++ b/mpm/python/usrp_mpm/bist.py @@ -246,7 +246,9 @@ def get_tpm_caps_info(): return result def gpio_set_all(gpio_bank, value, gpio_size, ddr_mask): - """Helper function for set gpio. + """ + Helper function to set GPIOs + What this function do is take decimal value and convert to a binary string then try to set those individual bits to the gpio_bank. Arguments: |