Home
last modified time | relevance | path

Searched refs:IOport (Results 1 – 5 of 5) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DPiFace.cpp186 CIOPort *IOport=NULL; in LoadConfig() local
292 IOport=&m_Inputs[Address]; in LoadConfig()
296 IOport=&m_Outputs[Address]; in LoadConfig()
332 IOport->Pin[PinNumber].Type=LEVEL; in LoadConfig()
570 CIOPort *IOport; in AutoCreate_piface_config() local
595 IOport=&m_Outputs[BoardNr]; in AutoCreate_piface_config()
599 IOport=&m_Inputs[BoardNr]; in AutoCreate_piface_config()
602 if (IOport->Pin[PinNr].Enabled) in AutoCreate_piface_config()
612 if (IOport->Pin[PinNr].Count.Enabled) in AutoCreate_piface_config()
626 Value=IOport->Pin[PinNr].Count.GetDivider(); in AutoCreate_piface_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Dst,stm32-pinctrl.yaml100 Should correspond to the EXTI IOport selection (EXTI line used
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Dst,stm32-pinctrl.yaml100 Should correspond to the EXTI IOport selection (EXTI line used
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/pinctrl/
H A Dst,stm32-pinctrl.yaml100 Should correspond to the EXTI IOport selection (EXTI line used
/dports/lang/newlisp/newlisp-10.7.5/
H A Dnewlisp.c162 int IOport = 0; variable
829 IOport = atoi(IOdomain); in main()
1091 if((IOchannel = serverFD(IOport, IOdomain, reconnect)) == NULL) in setupServer()