예제 #1
0
        private static void ClearStatus()
        {
            var buf = _xspi.ReadSync(4, 4);

            _xspi.Write(4, buf);
        }