include/dt-bindings/i2c/i2c.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/i2c/i2c.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/i2c/i2c.h
Extension
.h
Size
400 bytes
Lines
18
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _DT_BINDINGS_I2C_I2C_H
#define _DT_BINDINGS_I2C_I2C_H

#define I2C_TEN_BIT_ADDRESS	(1 << 31)
#define I2C_OWN_SLAVE_ADDRESS	(1 << 30)

#endif

Annotation

Implementation Notes