Implemented protection mechanism
Now all Persistent writable register are protected, you have to unlock
them prior any write in it. An unlock is valid just for one write. If
you try to write to a locked register
(PERSISTENT | WRITABLE) & ~(UNLOCKED), then a SBCP_CERR_REG_PROTECTED
error is raised.