In the past, I've been told I can bypass a lot of the Zephyr nonsense and use the HAL layers of the nRF Connect SDK directly. So if I want to use what was called nrfx_twim_xfer in old SDK, what is the equivalent of that in nRF Connect SDK? Can you point me to the documentation on this whole HAL thing? All I'm finding is Zephyr layers over it. I want to work at a much lower level than that (but not as low as having to bitbang registers myself).
Thanx