I'm reading the SDK 10's GPIOTE doc and I'm wondering if there is a way to read a GPIO state without generating an event, ie, something like foo = PORTx.pin10 or alike.
Am I missing something? Perhaps some ARM basic doc? I would think no softdevice is involved here, ie, using or not a SD should not make a difference with this (except of course reserved pins).