nrfx 2.10.0 drivers clarifications

Hello,

I think some corrections/clarifications are needed for the nrfx 2.10.0 drivers.


In the configuration files (for example: nrfx_config_nrf9160.h) I think the definitions

of secure/nonsecure addresses should be declared as follows:


#if defined(NRF_TRUSTZONE_NONSECURE)
#define NRF_CLOCK NRF_CLOCK_NS
........
........
#else
#define NRF_CLOCK NRF_CLOCK_S
........
........
#endif

Another clarification I would like to make regarding the nrf_gpio.h file.

For the functions nrf_gpio_range_cfg_input() and nrf_gpio_range_cfg_output(),

in the comments I think the text "allowed values 0-30" is not correct.

I think the correct range of values is 0 - 31.

Thanks!

Neculai

Related