Bluetooth stack use of timers/counters with nrf52840

Stumbled upon the zephyr description of the multi layer bluetooth stack, particularly the controller,  and thought... hey those must be using timers and counters.

Then I found:

    https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/connectivity/bluetooth/bluetooth-arch.html#bluetooth-low-energy-controller

which confirms this.

My newbie question is... which timers and controllers?  Is there a way to get zephyr to explicitly indicate what all MCU resources are in use?  What is left for application use?

Thanks,

Jonathan Hess

Related