Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_kinetis.c38 #define USBFSOTG_REV 0x33 macro
163 (USB0->REV != USBFSOTG_REV)) { in kinetis_usb_init()
/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c40 #define USBFSOTG_REV 0x33 macro
969 if ((base->PERID != USBFSOTG_PERID) || (base->REV != USBFSOTG_REV)) { in usbfsotg_is_supported()