Lines Matching refs:in
4 nrfx is a standalone set of drivers for peripherals present in Nordic
6 The intention was to provide drivers that can be used in various environments
18 drivers in various environments, from RTOSes to bare metal applications.
22 macros with proper implementations (or keeping some empty if desired) in files
28 in the <a href="../../templates/">templates</a> subfolder. Their customized
29 versions can be placed in any location within the host environment that the
42 The IRQ handlers in all drivers are implemented as ordinary API functions
43 named "nrfx_*_irq_handler". They can be bound to some structures or called in
45 To install the handlers in the standard MDK way, you must only add the following
53 functions so that the linker could install them in the vector table.
59 Dynamic configuration is done by specifying desired options in configuration
65 compilation) particular drivers or in some cases their specific features,
67 logging in particular drivers. It is done by specifying desired values of macros
68 in a file named:
73 in any suitable location within the host environment.
77 Refer to the "driver configuration" section in the API reference for a given