Deleted Added
sdiff udiff text old ( 11421:74c1e6513bd0 ) new ( 12078:6bbedad2eb30 )
full compact
1/*
2 * Copyright (c) 2010,2013,2015 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 132 unchanged lines hidden (view full) ---

141 case Osc1:
142 case Osc2:
143 case Osc3:
144 case Osc4:
145 break;
146 case Lock:
147 sysLock.lockVal = pkt->get<uint16_t>();
148 break;
149 case Flags:
150 flags = pkt->get<uint32_t>();
151 break;
152 case FlagsClr:
153 flags = 0;
154 break;
155 case CfgData:
156 scData = pkt->get<uint32_t>();

--- 175 unchanged lines hidden ---