Lines Matching full:a
3 A model of the GPIO peripherals (both P0 and P1 ports) is included with these models.
10 * Do not allow outputs drivers to be in a tristate mode (an output can be disconnected, but not
15 That is, inputs just sample the input pin, and outputs just deliver a logical level: high or low.
24 * By shortcuiting the input and output, either set from a configuration file
30 It is possible to have the GPIOs output activity dumped into a file.
37 This is a comma separated file (.csv), with 4 columns: time,port,pin,level. Where:
38 * Time is a 64 bit unsigned value, representing time in microseconds since boot.
39 * Port is the GPIO port number starting from 0 (for a nrf52833: 0 or 1).
40 * Pin is the pin number in that port (for a nrf52833: 0..31 for port 0, and 0..9 for port 1)
74 Each pair separated by a dot. The first value of each pair being the port number,
96 For both stimuli input and configuration files, '#' is treated as a comment delimiter: That