1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/include/periph
Gunar Schorcht d675cd7290 drivers/periph_usbdev: define USBDEV_SET_ADDR_AFTER_STATUS
The address in the USB device can be set either directly after the SETUP stage on receipt of the `SET ADDRESS Request` or after the associated status stage. When the USB device address has to be set depends on the hardware. If `USBDEV_SET_ADDR_AFTER_STATUS` has the value 1 (default), the address is only set in the USB device after the status stage. Overwrite it with 0 in `periph_cpu.h` to set the address already directly after the SETUP stage.
2023-04-16 17:14:08 +02: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
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 drivers/periph_usbdev: define USBDEV_SET_ADDR_AFTER_STATUS 2023-04-16 17:14:08 +02: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