nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier. All peripherals are suspended/disabled to ensure no blocking. These are in prj.conf:
HFCLK running: 0
LFCLK running: 0
Checking pending IRQs...
Checking GPIO sense configs...
Sleeping now...
Thanks!