Hi, are there any examples in C for how to directly access the registers on the chip? I realize this is a super basic question, but all the register access in the examples is wrapped in functions and macros that are not accessible, and I haven't found any code for this.
Specifically, I want to access the ADC and SPI registers directly with SD110 enabled. I'm using SDK v9.0.0
Thanks!