Bridgetek / ft9xx-sdk

ft90x SDK
MIT License
6 stars 0 forks source link

SDcard registers not available through a header file in registers directory #20

Closed brtchip-gdm closed 1 year ago

brtchip-gdm commented 1 year ago

The registers are defined in the sdhost.c file. These register definitions can be moved to a header file within the registers directory.

brtchip-gdm commented 1 year ago

New header file added for SD Host registers. Including struct definitions like other register headers. Structures added to the main register file with the correct pointers. SDHost.c file updated to use new format. Tested on SD Host Example.