lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [smio] Implement default initialization for SMIO modules #11

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

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).