Searched refs:peripheral (Results 1 – 5 of 5) sorted by relevance
485 #define NRFX_EASYDMA_LENGTH_VALIDATE(peripheral, length1, length2) \ argument486 (((length1) < (1U << NRFX_CONCAT_2(peripheral, _EASYDMA_MAXCNT_SIZE))) && \487 ((length2) < (1U << NRFX_CONCAT_2(peripheral, _EASYDMA_MAXCNT_SIZE))))
5 * In the current implementation of samples, the specific peripheral15 * Here is a sample of extracting node `psels` values to initialize a peripheral
12 peripheral drivers for Nordic SoCs.
7 - Added functions for reconfiguring a peripheral outside of the initialization process in the follo…9 …C driver. It allows to explicitly enable interrupts associated with the REPORTRDY peripheral event.15 - Added functions for getting the number of available channels and groups for a given peripheral in…19 - Added functions for getting the address of peripheral tasks and events in the EGU HAL.27 - Renamed configuration structure members `hal` and `hal_config`, containing low-level peripheral s…50 - Renamed configuration structure members used for setting peripheral pins in the following drivers…74 …INST_GET() macro for getting pointer to the structure of the registers of the specified peripheral.134 - Added new functions for the GPIOTE peripheral management in the GPIOTE driver. Legacy API is now …172 - Fixed spurious access of DCX pin for every instance of the peripheral when extended features were…229 - Added missing secure and non-secure peripheral symbol translations for nRF5340 and nRF9160.[all …]
17 The purpose of nrfx is to make it possible to use the same set of peripheral