include/dt-bindings/pinctrl/pinctrl-zynqmp.h

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

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/pinctrl/pinctrl-zynqmp.h
Extension
.h
Size
449 bytes
Lines
20
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_PINCTRL_ZYNQMP_H
#define _DT_BINDINGS_PINCTRL_ZYNQMP_H

/* Bit value for different voltage levels */
#define IO_STANDARD_LVCMOS33	0
#define IO_STANDARD_LVCMOS18	1

/* Bit values for Slew Rates */
#define SLEW_RATE_FAST		0
#define SLEW_RATE_SLOW		1

#endif /* _DT_BINDINGS_PINCTRL_ZYNQMP_H */

Annotation

Implementation Notes