Hi,
While developing my application for my company on a nRF9160 on a custom board, I came to use the nrfx_reset_reason.h to get my reset cause.
RESETREAS looks as follows:

Inside nrfx_reset_reason.h, you can get the reset cause with nrfx_reset_reason_get() and then you are supposed to compare the flags with nrfx_reset_reason_mask_t.

nrfx_reset_reason_mask_t does not have an entry for CTRLAP-reset though in case of the nRF9160, even though, according to the documentation it should be available in the RESETREAS register..
I wanted to ask if there is a reason for this, or if I overlooked something. (or if that one just slipped through).