![]() |
NEORV32 - Software Framework Documentation
|
#include <neorv32_gpio.h>
Data Fields | |
const uint32_t | INPUT_LO |
const uint32_t | INPUT_HI |
uint32_t | OUTPUT_LO |
uint32_t | OUTPUT_HI |
GPIO module prototype
const uint32_t neorv32_gpio_t::INPUT_HI |
offset 4: parallel input port upper 32-bit, read-only
const uint32_t neorv32_gpio_t::INPUT_LO |
offset 0: parallel input port lower 32-bit, read-only
uint32_t neorv32_gpio_t::OUTPUT_HI |
offset 12: parallel output port upper 32-bit
uint32_t neorv32_gpio_t::OUTPUT_LO |
offset 8: parallel output port lower 32-bit