Lines Matching defs:selectedPins
65 void GPIO_setAsOutputPin(uint_fast8_t selectedPort, uint_fast16_t selectedPins) in GPIO_setAsOutputPin()
75 void GPIO_setAsInputPin(uint_fast8_t selectedPort, uint_fast16_t selectedPins) in GPIO_setAsInputPin()
87 uint_fast16_t selectedPins, uint_fast8_t mode) in GPIO_setAsPeripheralModuleFunctionOutputPin()
112 uint_fast16_t selectedPins, uint_fast8_t mode) in GPIO_setAsPeripheralModuleFunctionInputPin()
136 uint_fast16_t selectedPins) in GPIO_setOutputHighOnPin()
146 uint_fast16_t selectedPins) in GPIO_setOutputLowOnPin()
156 uint_fast16_t selectedPins) in GPIO_toggleOutputOnPin()
166 uint_fast16_t selectedPins) in GPIO_setAsInputPinWithPullDownResistor()
181 uint_fast16_t selectedPins) in GPIO_setAsInputPinWithPullUpResistor()
195 uint_fast16_t selectedPins) in GPIO_getInputPinValue()
208 void GPIO_enableInterrupt(uint_fast8_t selectedPort, uint_fast16_t selectedPins) in GPIO_enableInterrupt()
218 uint_fast16_t selectedPins) in GPIO_disableInterrupt()
228 uint_fast16_t selectedPins) in GPIO_getInterruptStatus()
238 uint_fast16_t selectedPins) in GPIO_clearInterruptFlag()
249 uint_fast16_t selectedPins, uint_fast8_t edgeSelect) in GPIO_interruptEdgeSelect()
294 uint_fast8_t selectedPins) in GPIO_setDriveStrengthHigh()
305 uint_fast8_t selectedPins) in GPIO_setDriveStrengthLow()