Lines Matching refs:to
6 The intention was to provide drivers that can be used in various environments
7 without the necessity to integrate other parts of the SDK into them.
12 Refer to the @ref nrfx_drv_supp_matrix to check which drivers are suitable
17 The purpose of nrfx is to make it possible to use the same set of peripheral
18 drivers in various environments, from RTOSes to bare metal applications.
43 named "nrfx_*_irq_handler". They can be bound to some structures or called in
44 a specific way according to the requirements of the host environment.
46 line to the @ref nrfx_glue file:
52 This will cause the preprocessor to properly rename all the IRQ handler
60 structures passed to the drivers during their initialization.
61 Refer to the API reference for a given driver to see the members of its
72 This file, similarly to the integration files mentioned above, can be placed
76 included through a common nrfx_config.h file, according to the selected SoC.
77 Refer to the "driver configuration" section in the API reference for a given
83 start developing with nrfx, you must add the CMSIS header files to include