This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What does nrf52840_peripherals library do exactly?

Hi, 

could you please explain me what nrf52840_peripherals library (located in nrfx folder) is actually doing and what do the numbers next to the definitions mean ?

I see for example the following

/* Two Wire Interface Master with DMA */
#define TWIM_PRESENT
#define TWIM_COUNT 2

What does number two mean, next to the TWIM_COUNT?

Also what is the meaning of COUNT?

Thank you

Related