Can someone tell me how to make device go to sleep and make it wakeup after a few hous using systick timer. I know how to create a timer but i wanna know which system call is the most efficient. i know sd_app_evt_wait makes the device in standby mode but it keeps the radio on , I dont wanna use lpn feature but i want that my device sleeps and mesh and ble is deinitialized and it initializes again when the device wakes up with systick timer that i create. I am using nrf52840 and 832 with segger studios.