K 10 svn:author V 3 ian K 8 svn:date V 27 2018-01-16T03:02:41.104938Z K 7 svn:log V 361 Add static inline rtcin_locked() and rtcout_locked() functions for doing a related series of operations without doing a lock/unlock for each byte. Use them when reading and writing the entire set of time registers. The original rtcin() and writertc() functions which do lock/unlock on each byte still exist, because they are public and called by outside code. END