librfn
An ad-hoc utility library
Data Fields
console_gpio_t Struct Reference

GPIO command descriptor. More...

#include <console.h>

Data Fields

console_cmd_t cmd
 
uintptr_t port
 
uint32_t pin
 
int flags
 

Detailed Description

GPIO command descriptor.

This is a normal command descriptor augmented with details of the GPIO port and pin to be targetted together with various flags.

Definition at line 251 of file console.h.

Field Documentation

Definition at line 252 of file console.h.

int flags

Definition at line 255 of file console.h.

uint32_t pin

Definition at line 254 of file console.h.

uintptr_t port

Definition at line 253 of file console.h.


The documentation for this struct was generated from the following file: