RTC Interrupt and k_sleep() integration

We are currently utilizing the nRF5340 with Zephyr OS version 3.6.99-100befc70c74 and nRF Connect SDK version 2.7.0-5cb85570ca43. We have the following inquiries:

  1. If we disable the RTC interrupt using irq_disable(RTC1_IRQn);, what will be the effect on a thread that employs k_sleep()? Will it be halted?
Related