Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/
Dfeedback_nrf53.c50 uint8_t usbd_sof_gppi_channel; in feedback_init() local
69 err = nrfx_gppi_channel_alloc(&usbd_sof_gppi_channel); in feedback_init()
75 nrfx_gppi_channel_endpoints_setup(usbd_sof_gppi_channel, in feedback_init()
79 nrfx_gppi_fork_endpoint_setup(usbd_sof_gppi_channel, in feedback_init()
83 nrfx_gppi_channels_enable(BIT(usbd_sof_gppi_channel)); in feedback_init()
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_nrf53.c151 uint8_t usbd_sof_gppi_channel; in feedback_init() local
167 err = nrfx_gppi_channel_alloc(&usbd_sof_gppi_channel); in feedback_init()
173 nrfx_gppi_channel_endpoints_setup(usbd_sof_gppi_channel, in feedback_init()
177 nrfx_gppi_fork_endpoint_setup(usbd_sof_gppi_channel, in feedback_init()
181 nrfx_gppi_channels_enable(BIT(usbd_sof_gppi_channel)); in feedback_init()