1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/include/periph
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
..
adc.h drivers/periph: use uint_fast8_t as default type 2021-11-18 10:29:50 +01:00
can.h
cpuid.h
dac.h drivers/periph: use uint_fast8_t as default type 2021-11-18 10:29:50 +01:00
doc.txt
eeprom.h
flashpage.h periph/flashpage: deprecate *_free functions 2022-03-31 17:59:54 +02:00
gpio_ll_irq.h drivers/periph/gpio_ll: small doc fixes 2023-02-04 11:33:44 +01:00
gpio_ll.h drivers/periph/gpio_ll: small doc fixes 2023-02-04 11:33:44 +01:00
gpio_util.h
gpio.h drivers/periph/gpio: state that interrupt callback must not be NULL 2021-10-19 21:26:50 +02:00
hwrng.h
i2c.h drivers/periph/i2c: i2c_acquire() returns void 2021-11-29 06:35:25 +01:00
init.h
pm.h
ptp.h
pwm.h drivers/periph: use uint_fast8_t as default type 2021-11-18 10:29:50 +01:00
qdec.h drivers/periph: use uint_fast8_t as default type 2021-11-18 10:29:50 +01:00
rtc_mem.h
rtc.h sys: move rtc utility functions to their own module 2021-12-20 13:04:20 +01:00
rtt.h sys/ztimer: add 'ztimer_no_periph_rtt' 2021-12-02 07:54:38 +01:00
spi.h codespell: fix remaining issues 2022-09-16 14:00:35 +02:00
timer.h drivers/periph/timer: add TIM_FLAG_SET_STOPPED flag 2022-03-01 13:45:01 +01:00
uart.h Merge pull request #16681 from benpicco/drivers/dose-collision 2021-12-08 20:48:28 +01:00
usbdev.h usbdev: Add dedicated stall functions 2023-02-28 11:00:05 +01:00
vbat.h drivers/periph: add VBAT interface 2022-02-20 13:43:19 +01:00
wdt.h sys/auto_init: add auto_init_wdt_{event, thread} modules 2023-02-13 15:06:24 +01:00