1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00
Koen Zandberg 608322a4ce
usbdev: Add dedicated stall functions
This commit adds dedicated stall functions for usbdev peripherals. Two
functions are added. The first function (usbdev_ep_stall) to enable and
disable the stall condition on generic endpoints. The second function is
a dedicated function to set the stall condition on endpoint zero in both
directions. This status can only be set and should automatically be
cleared by the usbdev implementation (or hardware) after a new setup
request is received from the host.
2023-02-28 11:00:05 +01:00
..
2019-04-03 11:12:46 +02:00
2020-05-14 16:53:05 +02:00
2015-11-19 15:57:36 +01:00
2019-11-23 22:39:07 +01:00
2020-10-22 11:29:27 +02:00
2021-02-10 09:55:52 +01:00
2021-12-02 07:54:38 +01:00
2022-09-16 14:00:35 +02:00
2023-02-28 11:00:05 +01:00
2022-02-20 13:43:19 +01:00