caravel_user_project
caravel_user_project copied to clipboard
gfmpw-1 user_defines constants for bidirectional incorrect.
input is disabled.
GPIO_MODE_MGMT_STD_BIDIRECTIONAL
should be 0x005
or 0x00d
GPIO_MODE_USER_STD_BIDIRECTIONAL
should be 0x004
or 0x00c
(with OE_OVERRIDE
low, OUTPUT_enable
is irrelevant.)