Problem: On loading an SMIO module, we should be able to set some default values to some registers
Solution: Implement an unified approach, using the available exported functions. By doing this we keep the modularity and internal module consistency , as we would use the same functions as the clients and would not bypass the API (error checking and the like).
Issue by lerwys Friday Jun 27, 2014 at 12:14 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/11
Problem: On loading an SMIO module, we should be able to set some default values to some registers
Solution: Implement an unified approach, using the available exported functions. By doing this we keep the modularity and internal module consistency , as we would use the same functions as the clients and would not bypass the API (error checking and the like).