€•a]Œsphinx.addnodes”Œdocument”“”)”}”(Œ rawsource”Œ”Œchildren”]”(Œ translations”Œ LanguagesNode”“”)”}”(hhh]”(hŒ pending_xref”“”)”}”(hhh]”Œdocutils.nodes”ŒText”“”ŒChinese (Simplified)”…””}”Œparent”hsbaŒ attributes”}”(Œids”]”Œclasses”]”Œnames”]”Œdupnames”]”Œbackrefs”]”Œ refdomain”Œstd”Œreftype”Œdoc”Œ reftarget”Œ#/translations/zh_CN/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuŒtagname”hhh ubh)”}”(hhh]”hŒChinese (Traditional)”…””}”hh2sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ#/translations/zh_TW/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒItalian”…””}”hhFsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ#/translations/it_IT/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒJapanese”…””}”hhZsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ#/translations/ja_JP/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒKorean”…””}”hhnsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ#/translations/ko_KR/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒSpanish”…””}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ#/translations/sp_SP/i2c/fault-codes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubeh}”(h]”h ]”h"]”h$]”h&]”Œcurrent_language”ŒEnglish”uh1h hhŒ _document”hŒsource”NŒline”NubhŒsection”“”)”}”(hhh]”(hŒtitle”“”)”}”(hŒI2C/SMBUS Fault Codes”h]”hŒI2C/SMBUS Fault Codes”…””}”(hh¨hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hh£hžhhŸŒ=/var/lib/git/docbuild/linux/Documentation/i2c/fault-codes.rst”h KubhŒ paragraph”“”)”}”(hŒbThis is a summary of the most important conventions for use of fault codes in the I2C/SMBus stack.”h]”hŒbThis is a summary of the most important conventions for use of fault codes in the I2C/SMBus stack.”…””}”(hh¹hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khh£hžhubh¢)”}”(hhh]”(h§)”}”(hŒ"A "Fault" is not always an "Error"”h]”hŒ*A “Fault†is not always an “Error—…””}”(hhÊhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hhÇhžhhŸh¶h K ubh¸)”}”(hXUNot all fault reports imply errors; "page faults" should be a familiar example. Software often retries idempotent operations after transient faults. There may be fancier recovery schemes that are appropriate in some cases, such as re-initializing (and maybe resetting). After such recovery, triggered by a fault report, there is no error.”h]”hXYNot all fault reports imply errors; “page faults†should be a familiar example. Software often retries idempotent operations after transient faults. There may be fancier recovery schemes that are appropriate in some cases, such as re-initializing (and maybe resetting). After such recovery, triggered by a fault report, there is no error.”…””}”(hhØhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K hhÇhžhubh¸)”}”(hŒÅIn a similar way, sometimes a "fault" code just reports one defined result for an operation ... it doesn't indicate that anything is wrong at all, just that the outcome wasn't on the "golden path".”h]”hŒÑIn a similar way, sometimes a “fault†code just reports one defined result for an operation ... it doesn’t indicate that anything is wrong at all, just that the outcome wasn’t on the “golden pathâ€.”…””}”(hhæhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubh¸)”}”(hŒÏIn short, your I2C driver code may need to know these codes in order to respond correctly. Other code may need to rely on YOUR code reporting the right fault code, so that it can (in turn) behave correctly.”h]”hŒÏIn short, your I2C driver code may need to know these codes in order to respond correctly. Other code may need to rely on YOUR code reporting the right fault code, so that it can (in turn) behave correctly.”…””}”(hhôhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubeh}”(h]”Œa-fault-is-not-always-an-error”ah ]”h"]”Œ"a "fault" is not always an "error"”ah$]”h&]”uh1h¡hh£hžhhŸh¶h K ubh¢)”}”(hhh]”(h§)”}”(hŒI2C and SMBus fault codes”h]”hŒI2C and SMBus fault codes”…””}”(hj hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hj hžhhŸh¶h Kubh¸)”}”(hX These are returned as negative numbers from most calls, with zero or some positive number indicating a non-fault return. The specific numbers associated with these symbols differ between architectures, though most Linux systems use numbering.”h]”hX These are returned as negative numbers from most calls, with zero or some positive number indicating a non-fault return. The specific numbers associated with these symbols differ between architectures, though most Linux systems use numbering.”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khj hžhubh¸)”}”(hXNote that the descriptions here are not exhaustive. There are other codes that may be returned, and other cases where these codes should be returned. However, drivers should not return other codes for these cases (unless the hardware doesn't provide unique fault reports).”h]”hXNote that the descriptions here are not exhaustive. There are other codes that may be returned, and other cases where these codes should be returned. However, drivers should not return other codes for these cases (unless the hardware doesn’t provide unique fault reports).”…””}”(hj)hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K!hj hžhubh¸)”}”(hŒƒAlso, codes returned by adapter probe methods follow rules which are specific to their host bus (such as PCI, or the platform bus).”h]”hŒƒAlso, codes returned by adapter probe methods follow rules which are specific to their host bus (such as PCI, or the platform bus).”…””}”(hj7hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K&hj hžhubhŒdefinition_list”“”)”}”(hhh]”(hŒdefinition_list_item”“”)”}”(hŒvEAFNOSUPPORT Returned by I2C adapters not supporting 10 bit addresses when they are requested to use such an address. ”h]”(hŒterm”“”)”}”(hŒ EAFNOSUPPORT”h]”hŒ EAFNOSUPPORT”…””}”(hjRhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h K,hjLubhŒ definition”“”)”}”(hhh]”h¸)”}”(hŒhReturned by I2C adapters not supporting 10 bit addresses when they are requested to use such an address.”h]”hŒhReturned by I2C adapters not supporting 10 bit addresses when they are requested to use such an address.”…””}”(hjehžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K+hjbubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjLubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h K,hjGubjK)”}”(hX3EAGAIN Returned by I2C adapters when they lose arbitration in master transmit mode: some other master was transmitting different data at the same time. Also returned when trying to invoke an I2C operation in an atomic context, when some task is already using that I2C bus to execute some other operation. ”h]”(jQ)”}”(hŒEAGAIN”h]”hŒEAGAIN”…””}”(hjƒhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h K5hjubja)”}”(hhh]”(h¸)”}”(hŒ‘Returned by I2C adapters when they lose arbitration in master transmit mode: some other master was transmitting different data at the same time.”h]”hŒ‘Returned by I2C adapters when they lose arbitration in master transmit mode: some other master was transmitting different data at the same time.”…””}”(hj”hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K/hj‘ubh¸)”}”(hŒ˜Also returned when trying to invoke an I2C operation in an atomic context, when some task is already using that I2C bus to execute some other operation.”h]”hŒ˜Also returned when trying to invoke an I2C operation in an atomic context, when some task is already using that I2C bus to execute some other operation.”…””}”(hj¢hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K3hj‘ubeh}”(h]”h ]”h"]”h$]”h&]”uh1j`hjubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h K5hjGhžhubjK)”}”(hX±EBADMSG Returned by SMBus logic when an invalid Packet Error Code byte is received. This code is a CRC covering all bytes in the transaction, and is sent before the terminating STOP. This fault is only reported on read transactions; the SMBus slave may have a way to report PEC mismatches on writes from the host. Note that even if PECs are in use, you should not rely on these as the only way to detect incorrect data transfers. ”h]”(jQ)”}”(hŒEBADMSG”h]”hŒEBADMSG”…””}”(hjÀhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h K>hj¼ubja)”}”(hhh]”h¸)”}”(hX¨Returned by SMBus logic when an invalid Packet Error Code byte is received. This code is a CRC covering all bytes in the transaction, and is sent before the terminating STOP. This fault is only reported on read transactions; the SMBus slave may have a way to report PEC mismatches on writes from the host. Note that even if PECs are in use, you should not rely on these as the only way to detect incorrect data transfers.”h]”hX¨Returned by SMBus logic when an invalid Packet Error Code byte is received. This code is a CRC covering all bytes in the transaction, and is sent before the terminating STOP. This fault is only reported on read transactions; the SMBus slave may have a way to report PEC mismatches on writes from the host. Note that even if PECs are in use, you should not rely on these as the only way to detect incorrect data transfers.”…””}”(hjÑhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K8hjÎubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hj¼ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h K>hjGhžhubjK)”}”(hŒéEBUSY Returned by SMBus adapters when the bus was busy for longer than allowed. This usually indicates some device (maybe the SMBus adapter) needs some fault recovery (such as resetting), or that the reset was attempted but failed. ”h]”(jQ)”}”(hŒEBUSY”h]”hŒEBUSY”…””}”(hjïhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h KDhjëubja)”}”(hhh]”h¸)”}”(hŒâReturned by SMBus adapters when the bus was busy for longer than allowed. This usually indicates some device (maybe the SMBus adapter) needs some fault recovery (such as resetting), or that the reset was attempted but failed.”h]”hŒâReturned by SMBus adapters when the bus was busy for longer than allowed. This usually indicates some device (maybe the SMBus adapter) needs some fault recovery (such as resetting), or that the reset was attempted but failed.”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KAhjýubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjëubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KDhjGhžhubjK)”}”(hŒ EINVAL This rather vague error means an invalid parameter has been detected before any I/O operation was started. Use a more specific fault code when you can. ”h]”(jQ)”}”(hŒEINVAL”h]”hŒEINVAL”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h KIhjubja)”}”(hhh]”h¸)”}”(hŒ˜This rather vague error means an invalid parameter has been detected before any I/O operation was started. Use a more specific fault code when you can.”h]”hŒ˜This rather vague error means an invalid parameter has been detected before any I/O operation was started. Use a more specific fault code when you can.”…””}”(hj/hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KGhj,ubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KIhjGhžhubjK)”}”(hŒ‡EIO This rather vague error means something went wrong when performing an I/O operation. Use a more specific fault code when you can. ”h]”(jQ)”}”(hŒEIO”h]”hŒEIO”…””}”(hjMhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h KNhjIubja)”}”(hhh]”h¸)”}”(hŒ‚This rather vague error means something went wrong when performing an I/O operation. Use a more specific fault code when you can.”h]”hŒ‚This rather vague error means something went wrong when performing an I/O operation. Use a more specific fault code when you can.”…””}”(hj^hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KLhj[ubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjIubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KNhjGhžhubjK)”}”(hXQENODEV Returned by driver probe() methods. This is a bit more specific than ENXIO, implying the problem isn't with the address, but with the device found there. Driver probes may verify the device returns *correct* responses, and return this as appropriate. (The driver core will warn about probe faults other than ENXIO and ENODEV.) ”h]”(jQ)”}”(hŒENODEV”h]”hŒENODEV”…””}”(hj|hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h KVhjxubja)”}”(hhh]”h¸)”}”(hXIReturned by driver probe() methods. This is a bit more specific than ENXIO, implying the problem isn't with the address, but with the device found there. Driver probes may verify the device returns *correct* responses, and return this as appropriate. (The driver core will warn about probe faults other than ENXIO and ENODEV.)”h]”(hŒÊReturned by driver probe() methods. This is a bit more specific than ENXIO, implying the problem isn’t with the address, but with the device found there. Driver probes may verify the device returns ”…””}”(hjhžhhŸNh NubhŒemphasis”“”)”}”(hŒ *correct*”h]”hŒcorrect”…””}”(hj—hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1j•hjubhŒx responses, and return this as appropriate. (The driver core will warn about probe faults other than ENXIO and ENODEV.)”…””}”(hjhžhhŸNh Nubeh}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KQhjŠubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjxubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KVhjGhžhubjK)”}”(hŒTENOMEM Returned by any component that can't allocate memory when it needs to do so. ”h]”(jQ)”}”(hŒENOMEM”h]”hŒENOMEM”…””}”(hj¿hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h KZhj»ubja)”}”(hhh]”h¸)”}”(hŒLReturned by any component that can't allocate memory when it needs to do so.”h]”hŒNReturned by any component that can’t allocate memory when it needs to do so.”…””}”(hjÐhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KYhjÍubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hj»ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KZhjGhžhubjK)”}”(hXYENXIO Returned by I2C adapters to indicate that the address phase of a transfer didn't get an ACK. While it might just mean an I2C device was temporarily not responding, usually it means there's nothing listening at that address. Returned by driver probe() methods to indicate that they found no device to bind to. (ENODEV may also be used.) ”h]”(jQ)”}”(hŒENXIO”h]”hŒENXIO”…””}”(hjîhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h Kchjêubja)”}”(hhh]”(h¸)”}”(hŒàReturned by I2C adapters to indicate that the address phase of a transfer didn't get an ACK. While it might just mean an I2C device was temporarily not responding, usually it means there's nothing listening at that address.”h]”hŒäReturned by I2C adapters to indicate that the address phase of a transfer didn’t get an ACK. While it might just mean an I2C device was temporarily not responding, usually it means there’s nothing listening at that address.”…””}”(hjÿhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K]hjüubh¸)”}”(hŒpReturned by driver probe() methods to indicate that they found no device to bind to. (ENODEV may also be used.)”h]”hŒpReturned by driver probe() methods to indicate that they found no device to bind to. (ENODEV may also be used.)”…””}”(hj hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kbhjüubeh}”(h]”h ]”h"]”h$]”h&]”uh1j`hjêubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KchjGhžhubjK)”}”(hX’EOPNOTSUPP Returned by an adapter when asked to perform an operation that it doesn't, or can't, support. For example, this would be returned when an adapter that doesn't support SMBus block transfers is asked to execute one. In that case, the driver making that request should have verified that functionality was supported before it made that block transfer request. Similarly, if an I2C adapter can't execute all legal I2C messages, it should return this when asked to perform a transaction it can't. (These limitations can't be seen in the adapter's functionality mask, since the assumption is that if an adapter supports I2C it supports all of I2C.) ”h]”(jQ)”}”(hŒ EOPNOTSUPP”h]”hŒ EOPNOTSUPP”…””}”(hj+hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h Kshj'ubja)”}”(hhh]”(h¸)”}”(hŒ]Returned by an adapter when asked to perform an operation that it doesn't, or can't, support.”h]”hŒaReturned by an adapter when asked to perform an operation that it doesn’t, or can’t, support.”…””}”(hj<hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kfhj9ubh¸)”}”(hXFor example, this would be returned when an adapter that doesn't support SMBus block transfers is asked to execute one. In that case, the driver making that request should have verified that functionality was supported before it made that block transfer request.”h]”hX For example, this would be returned when an adapter that doesn’t support SMBus block transfers is asked to execute one. In that case, the driver making that request should have verified that functionality was supported before it made that block transfer request.”…””}”(hjJhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kihj9ubh¸)”}”(hXSimilarly, if an I2C adapter can't execute all legal I2C messages, it should return this when asked to perform a transaction it can't. (These limitations can't be seen in the adapter's functionality mask, since the assumption is that if an adapter supports I2C it supports all of I2C.)”h]”hX&Similarly, if an I2C adapter can’t execute all legal I2C messages, it should return this when asked to perform a transaction it can’t. (These limitations can’t be seen in the adapter’s functionality mask, since the assumption is that if an adapter supports I2C it supports all of I2C.)”…””}”(hjXhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kohj9ubeh}”(h]”h ]”h"]”h$]”h&]”uh1j`hj'ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KshjGhžhubjK)”}”(hŒêEPROTO Returned when slave does not conform to the relevant I2C or SMBus (or chip-specific) protocol specifications. One case is when the length of an SMBus block data response (from the SMBus slave) is outside the range 1-32 bytes. ”h]”(jQ)”}”(hŒEPROTO”h]”hŒEPROTO”…””}”(hjvhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h Kyhjrubja)”}”(hhh]”h¸)”}”(hŒâReturned when slave does not conform to the relevant I2C or SMBus (or chip-specific) protocol specifications. One case is when the length of an SMBus block data response (from the SMBus slave) is outside the range 1-32 bytes.”h]”hŒâReturned when slave does not conform to the relevant I2C or SMBus (or chip-specific) protocol specifications. One case is when the length of an SMBus block data response (from the SMBus slave) is outside the range 1-32 bytes.”…””}”(hj‡hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kvhj„ubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hjrubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h KyhjGhžhubjK)”}”(hŒ^ESHUTDOWN Returned when a transfer was requested using an adapter which is already suspended. ”h]”(jQ)”}”(hŒ ESHUTDOWN”h]”hŒ ESHUTDOWN”…””}”(hj¥hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h K}hj¡ubja)”}”(hhh]”h¸)”}”(hŒSReturned when a transfer was requested using an adapter which is already suspended.”h]”hŒSReturned when a transfer was requested using an adapter which is already suspended.”…””}”(hj¶hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K|hj³ubah}”(h]”h ]”h"]”h$]”h&]”uh1j`hj¡ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h K}hjGhžhubjK)”}”(hX‡ETIMEDOUT This is returned by drivers when an operation took too much time, and was aborted before it completed. SMBus adapters may return it when an operation took more time than allowed by the SMBus specification; for example, when a slave stretches clocks too far. I2C has no such timeouts, but it's normal for I2C adapters to impose some arbitrary limits (much longer than SMBus!) too.”h]”(jQ)”}”(hŒ ETIMEDOUT”h]”hŒ ETIMEDOUT”…””}”(hjÔhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1jPhŸh¶h K†hjÐubja)”}”(hhh]”(h¸)”}”(hŒfThis is returned by drivers when an operation took too much time, and was aborted before it completed.”h]”hŒfThis is returned by drivers when an operation took too much time, and was aborted before it completed.”…””}”(hjåhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K€hjâubh¸)”}”(hXSMBus adapters may return it when an operation took more time than allowed by the SMBus specification; for example, when a slave stretches clocks too far. I2C has no such timeouts, but it's normal for I2C adapters to impose some arbitrary limits (much longer than SMBus!) too.”h]”hXSMBus adapters may return it when an operation took more time than allowed by the SMBus specification; for example, when a slave stretches clocks too far. I2C has no such timeouts, but it’s normal for I2C adapters to impose some arbitrary limits (much longer than SMBus!) too.”…””}”(hjóhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Kƒhjâubeh}”(h]”h ]”h"]”h$]”h&]”uh1j`hjÐubeh}”(h]”h ]”h"]”h$]”h&]”uh1jJhŸh¶h K†hjGhžhubeh}”(h]”h ]”h"]”h$]”h&]”uh1jEhj hžhhŸh¶h Nubeh}”(h]”Œi2c-and-smbus-fault-codes”ah ]”h"]”Œi2c and smbus fault codes”ah$]”h&]”uh1h¡hh£hžhhŸh¶h Kubeh}”(h]”Œi2c-smbus-fault-codes”ah ]”h"]”Œi2c/smbus fault codes”ah$]”h&]”uh1h¡hhhžhhŸh¶h Kubeh}”(h]”h ]”h"]”h$]”h&]”Œsource”h¶uh1hŒcurrent_source”NŒ current_line”NŒsettings”Œdocutils.frontend”ŒValues”“”)”}”(h¦NŒ generator”NŒ datestamp”NŒ source_link”NŒ source_url”NŒ toc_backlinks”Œentry”Œfootnote_backlinks”KŒ sectnum_xform”KŒstrip_comments”NŒstrip_elements_with_classes”NŒ strip_classes”NŒ report_level”KŒ halt_level”KŒexit_status_level”KŒdebug”NŒwarning_stream”NŒ traceback”ˆŒinput_encoding”Œ utf-8-sig”Œinput_encoding_error_handler”Œstrict”Œoutput_encoding”Œutf-8”Œoutput_encoding_error_handler”jFŒerror_encoding”Œutf-8”Œerror_encoding_error_handler”Œbackslashreplace”Œ language_code”Œen”Œrecord_dependencies”NŒconfig”NŒ id_prefix”hŒauto_id_prefix”Œid”Œ dump_settings”NŒdump_internals”NŒdump_transforms”NŒdump_pseudo_xml”NŒexpose_internals”NŒstrict_visitor”NŒ_disable_config”NŒ_source”h¶Œ _destination”NŒ _config_files”]”Œ7/var/lib/git/docbuild/linux/Documentation/docutils.conf”aŒfile_insertion_enabled”ˆŒ raw_enabled”KŒline_length_limit”M'Œpep_references”NŒ pep_base_url”Œhttps://peps.python.org/”Œpep_file_url_template”Œpep-%04d”Œrfc_references”NŒ rfc_base_url”Œ&https://datatracker.ietf.org/doc/html/”Œ tab_width”KŒtrim_footnote_reference_space”‰Œsyntax_highlight”Œlong”Œ smart_quotes”ˆŒsmartquotes_locales”]”Œcharacter_level_inline_markup”‰Œdoctitle_xform”‰Œ docinfo_xform”KŒsectsubtitle_xform”‰Œ image_loading”Œlink”Œembed_stylesheet”‰Œcloak_email_addresses”ˆŒsection_self_link”‰Œenv”NubŒreporter”NŒindirect_targets”]”Œsubstitution_defs”}”Œsubstitution_names”}”Œrefnames”}”Œrefids”}”Œnameids”}”(j jjjjjuŒ nametypes”}”(j ‰j‰j‰uh}”(jh£jhÇjj uŒ footnote_refs”}”Œ citation_refs”}”Œ autofootnotes”]”Œautofootnote_refs”]”Œsymbol_footnotes”]”Œsymbol_footnote_refs”]”Œ footnotes”]”Œ citations”]”Œautofootnote_start”KŒsymbol_footnote_start”KŒ id_counter”Œ collections”ŒCounter”“”}”…”R”Œparse_messages”]”Œtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nhžhub.