Home
last modified time | relevance | path

Searched refs:ppi_channel (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/boards/nordic/nrfx/src/
Dmain.c41 uint8_t ppi_channel; in main() local
120 err = nrfx_gppi_channel_alloc(&ppi_channel); in main()
130 nrfx_gppi_channel_endpoints_setup(ppi_channel, in main()
135 nrfx_gppi_channels_enable(BIT(ppi_channel)); in main()