Home
last modified time | relevance | path

Searched refs:ev (Results 1 – 4 of 4) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pl330.c598 ev &= 0x1f; in PL330_Instr_DMAWFE()
599 ev <<= 3; in PL330_Instr_DMAWFE()
600 *(buf + 1) = ev; in PL330_Instr_DMAWFE()
606 PL330_DBGCMD_DUMP(SZ_DMAWFE, "\tDMAWFE %u%s\n", ev >> 3, in PL330_Instr_DMAWFE()
843 off += PL330_Instr_DMASEV(dryRun, &buf[off], ev); in _Period()
850 struct PL330_XFER_SPEC *pxs, int ev) in _Loop_Cyclic() argument
1598 unsigned int ev, i = 0; in HAL_PL330_IrqHandler() local
1632 for (ev = 0; ev < PL330_CHANNELS_PER_DEV; ev++) { in HAL_PL330_IrqHandler()
1633 if (val & (1 << ev)) { /* Event occurred */ in HAL_PL330_IrqHandler()
1635 if (inten & (1 << ev)) { in HAL_PL330_IrqHandler()
[all …]
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/
A Dusbdc.c781 static void usbd_event_cb(const enum usb_event ev, const uint32_t param) in usbd_event_cb() argument
785 switch (ev) { in usbd_event_cb()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/
A Dusbdc.c781 static void usbd_event_cb(const enum usb_event ev, const uint32_t param) in usbd_event_cb() argument
785 switch (ev) { in usbd_event_cb()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb.h1755 extern void usb_led_activity(enum usb_led_event ev);
1757 static inline void usb_led_activity(enum usb_led_event ev) {} in usb_led_activity() argument

Completed in 23 milliseconds