GRLIB GRGPIO Model
The GRGPIO device is part of the GRLIB device library from Gaisler. The GrGPIO model simulates a 16 pin GPIO device by providing input and output via the SignalIface.
Usage
The device can be connected to and from via the signal interface it implements. It implements 16 usable signals (signal 0 through 15). Signal 0 cannot raise interrupts.
You can connect the signal interface as follows:
# Connect GPIO device signal 0 to device model
connect a=gpio.outSignals[0] b=mydevice:SignalIface
# Connect a device signal interface ref to GPIO device
connect a=mydevice.signal b=gpio:SignalIface[1]
// Connect GPIO device signal 0 to device model
temu_connect(gpio, "outSignals[0]", mydevice, "SignalIface");
// Connect a device signal interface ref to GPIO device
temu_connect(mydevice, "signal", gpio, "SignalIface[1]");
@GrGPIO Reference
GrGPIO Reference
Properties
Name | Type | Description |
---|---|---|
Class |
*void |
Class object |
Component |
*void |
Pointer to component object if part of component |
LoggingFlags |
uint64_t |
Flags for logging info |
Name |
*char |
Object name |
TimeSource |
*void |
Time source object |
config.irqMask |
uint32_t |
|
config.pinMask |
uint32_t |
|
data |
uint32_t |
|
direction |
uint32_t |
|
edge |
uint32_t |
|
irqCtrl |
temu_IfaceRef/ <unknown> |
Interrupt controller |
mask |
uint32_t |
|
outSignals |
[temu_IfaceRef; 32]/ <unknown> |
GPIO signals |
output |
uint32_t |
|
pnp.bar |
uint32_t |
|
pnp.config |
uint32_t |
|
polarity |
uint32_t |