Home
last modified time | relevance | path

Searched refs:GpioInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/
H A Dgpio_core.h28 struct GpioInfo;
44 struct GpioInfo *ginfos;
54 struct GpioInfo { struct
62 static inline uint16_t GpioInfoToLocal(struct GpioInfo *ginfo) in GpioInfoToLocal() argument
67 static inline uint16_t GpioInfoToGlobal(struct GpioInfo *ginfo) in GpioInfoToGlobal()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_core.c20 static inline void GpioInfoLock(struct GpioInfo *ginfo) in GpioInfoLock()
29 static inline void GpioInfoUnlock(struct GpioInfo *ginfo) in GpioInfoUnlock()
118 struct GpioInfo *ginfo = NULL; in GpioCntlrIrqCallback()
175 static int32_t GpioCntlrSetIrqInner(struct GpioInfo *ginfo, struct GpioIrqRecord *irqRecord) in GpioCntlrSetIrqInner()
205 static int32_t GpioIrqRecordCreate(struct GpioInfo *ginfo, uint16_t mode, GpioIrqFunc func, void *a… in GpioIrqRecordCreate()
254 struct GpioInfo *ginfo = NULL; in GpioCntlrSetIrq()
288 struct GpioInfo *ginfo = NULL; in GpioCntlrUnsetIrq()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md232 struct GpioInfo *gpioInfo;
236 struct GpioInfo {
249 struct GpioInfo *ginfos;
372 pl061->gpioInfo = OsalMemCalloc(sizeof(struct GpioInfo) * GPIO_MAX_INFO_NUM);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md199 struct GpioInfo *gpioInfo;
203 struct GpioInfo {
216 struct GpioInfo *ginfos;
334 pl061->gpioInfo = OsalMemCalloc(sizeof(struct GpioInfo) * GPIO_MAX_INFO_NUM);