Lines Matching refs:Peripheral

39                 if(!IsPeripheralEnabled(accessMethods.Peripheral))  in ReadByte()
41 …ng, "Tried to read a locked peripheral: {0}. Address 0x{1:X}.", accessMethods.Peripheral, address); in ReadByte()
96 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteByte()
98 …locked peripheral: {0}. Address 0x{1:X}, value 0x{2:X}", accessMethods.Peripheral, address, value); in WriteByte()
153 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadWord()
155 …ng, "Tried to read a locked peripheral: {0}. Address 0x{1:X}.", accessMethods.Peripheral, address); in ReadWord()
210 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteWord()
212 …locked peripheral: {0}. Address 0x{1:X}, value 0x{2:X}", accessMethods.Peripheral, address, value); in WriteWord()
267 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadDoubleWord()
269 …ng, "Tried to read a locked peripheral: {0}. Address 0x{1:X}.", accessMethods.Peripheral, address); in ReadDoubleWord()
324 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteDoubleWord()
326 …locked peripheral: {0}. Address 0x{1:X}, value 0x{2:X}", accessMethods.Peripheral, address, value); in WriteDoubleWord()
381 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in ReadQuadWord()
383 …ng, "Tried to read a locked peripheral: {0}. Address 0x{1:X}.", accessMethods.Peripheral, address); in ReadQuadWord()
438 if(!IsPeripheralEnabled(accessMethods.Peripheral)) in WriteQuadWord()
440 …locked peripheral: {0}. Address 0x{1:X}, value 0x{2:X}", accessMethods.Peripheral, address, value); in WriteQuadWord()