Lines Matching +full:peripheral +full:- +full:in
1 .. zephyr:code-sample:: nrf_nrfx_prs
2 :name: nrfx peripheral resource sharing
9 This sample shows how to use in Zephyr nRF peripherals that share the same ID
12 use one or the other alternately. Because of the current driver model in Zephyr
13 and the lack of possibility to deinitialize a peripheral that is initialized by
15 this sample uses the nrfx drivers directly for those peripheral instances that
17 for other instances of the same peripheral types (UARTE0 is used by the standard
21 - by pressing Button 1 user can request a transfer to be performed using the
22 currently initialized peripheral (SPIM2 or UARTE2)
23 - by pressing Button 2 user can switch between the two peripherals
31 for the UARTE), it can be checked that what is sent by a given peripheral
33 all zeros are received by SPIMs. Refer to the overlay files provided in the
46 The code can be found in :zephyr_file:`samples/boards/nordic/nrfx_prs`.
50 .. zephyr-app-commands::
51 :zephyr-app: samples/boards/nordic/nrfx_prs
57 Press Button 2 to switch the type of peripheral to be used for the transfer.