|
iPXE
|
A DesignWare GPIO port. More...
#include <dwgpio.h>
Data Fields | |
| const char * | name |
| Device name. More... | |
| unsigned int | port |
| Port index. More... | |
| void * | swport |
| Software port registers. More... | |
| void * | ext |
| External port register. More... | |
| uint32_t | dr |
| Original data register value. More... | |
| uint32_t | ddr |
| Original data direction register value. More... | |
| uint32_t | ctl |
| Original control register value. More... | |
| const char* dwgpio::name |
Device name.
Definition at line 63 of file dwgpio.h.
Referenced by dwgpio_dump(), and dwgpio_probe().
| unsigned int dwgpio::port |
| void* dwgpio::swport |
Software port registers.
Definition at line 67 of file dwgpio.h.
Referenced by dwgpio_config(), dwgpio_dump(), dwgpio_out(), dwgpio_probe(), and dwgpio_remove().
| void* dwgpio::ext |
External port register.
Definition at line 69 of file dwgpio.h.
Referenced by dwgpio_in(), and dwgpio_probe().
| uint32_t dwgpio::dr |
Original data register value.
Definition at line 72 of file dwgpio.h.
Referenced by dwgpio_probe(), and dwgpio_remove().
| uint32_t dwgpio::ddr |
Original data direction register value.
Definition at line 74 of file dwgpio.h.
Referenced by dwgpio_config(), dwgpio_probe(), and dwgpio_remove().
| uint32_t dwgpio::ctl |
Original control register value.
Definition at line 76 of file dwgpio.h.
Referenced by dwgpio_config(), dwgpio_probe(), and dwgpio_remove().
1.8.15