NEORV32 - Software Framework Documentation
Loading...
Searching...
No Matches
Data Fields
neorv32_gpio_t Struct Reference

#include <neorv32_gpio.h>

Data Fields

const uint32_t INPUT_LO
 
const uint32_t INPUT_HI
 
uint32_t OUTPUT_LO
 
uint32_t OUTPUT_HI
 

Detailed Description

GPIO module prototype

Field Documentation

◆ INPUT_HI

const uint32_t neorv32_gpio_t::INPUT_HI

offset 4: parallel input port upper 32-bit, read-only

◆ INPUT_LO

const uint32_t neorv32_gpio_t::INPUT_LO

offset 0: parallel input port lower 32-bit, read-only

◆ OUTPUT_HI

uint32_t neorv32_gpio_t::OUTPUT_HI

offset 12: parallel output port upper 32-bit

◆ OUTPUT_LO

uint32_t neorv32_gpio_t::OUTPUT_LO

offset 8: parallel output port lower 32-bit


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