Lines Matching refs:port
44 ### Mapping of real ports to simulated port indexes
51 SW point of view (that is, when configuring an App core GPIOTE channel), the App core port P0 is
52 port "0" just like when configuring it in real HW).
64 This is a comma separated file (.csv), with 4 columns: time,port,pin,level. Where:
66 * Port is the GPIO port number starting from 0 (for a nrf52833: 0 or 1).
67 * Pin is the pin number in that port (for a nrf52833: 0..31 for port 0, and 0..9 for port 1)
73 time(microsecond),port,pin,level
83 Where pin 0 in port 0, is toggled at boot, 200microseconds, 600microseconds, 800microseconds, 1ms
101 Each pair separated by a dot. The first value of each pair being the port number,
102 the second value the pin in that port.
112 To short pin 1 from port 0, to both pins 2 and 3 from port 1,<br>
117 to short pin 0 from port 1 to pin 2 from port 2.