Home
last modified time | relevance | path

Searched refs:sof (Results 1 – 14 of 14) sorted by relevance

/bsp/microchip/same54/bsp/hpl/gmac/
A Dhpl_gmac.c78 sof : 1, /**< Start of frame */ member
326 uint32_t sof = 0xFFFFFFFF; /* Start of Frame index */ in _mac_async_read() local
343 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read()
344 sof = i; in _mac_async_read()
359 } else if (sof != 0xFFFFFFFF) { in _mac_async_read()
360 j = sof; in _mac_async_read()
367 if (eof != 0xFFFFFFFF && i >= sof && i <= eof && len > 0) { in _mac_async_read()
390 bool sof = false; /* Start of Frame */ in _mac_async_read_len() local
407 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read_len()
408 sof = true; in _mac_async_read_len()
[all …]
/bsp/microchip/same70/bsp/hpl/gmac/
A Dhpl_gmac.c244 uint32_t sof = 0xFFFFFFFF; /* Start of Frame index */ in _mac_async_read() local
261 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read()
262 sof = i; in _mac_async_read()
265 if ((_rxbuf_descrs[pos].status.bm.eof) && (sof != 0xFFFFFFFF)) { in _mac_async_read()
277 } else if (sof != 0xFFFFFFFF) { in _mac_async_read()
278 j = sof; in _mac_async_read()
285 if (eof != 0xFFFFFFFF && i >= sof && i <= eof && buf && len > 0) { in _mac_async_read()
311 bool sof = false; /* Start of Frame */ in _mac_async_read_len() local
327 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read_len()
328 sof = true; in _mac_async_read_len()
[all …]
A Dhpl_gmac_base.h81 sof : 1, /**< Start of frame */ member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/
A Dusbdc.c616 struct usbdc_sof_handler *sof = (struct usbdc_sof_handler *)usbdc.handlers.sof_list.head; in usbdc_sof_notify() local
618 while (sof != NULL) { in usbdc_sof_notify()
619 if (NULL != sof->cb) { in usbdc_sof_notify()
620 sof->cb(); in usbdc_sof_notify()
622 sof = sof->next; in usbdc_sof_notify()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/
A Dusbdc.c616 struct usbdc_sof_handler *sof = (struct usbdc_sof_handler *)usbdc.handlers.sof_list.head; in usbdc_sof_notify() local
618 while (sof != NULL) { in usbdc_sof_notify()
619 if (NULL != sof->cb) { in usbdc_sof_notify()
620 sof->cb(); in usbdc_sof_notify()
622 sof = sof->next; in usbdc_sof_notify()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhal_usb_device.h75 usb_d_sof_cb_t sof; member
A Dhpl_usb_device.h125 _usb_d_dev_sof_cb_t sof; member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhal_usb_device.h75 usb_d_sof_cb_t sof; member
A Dhpl_usb_device.h125 _usb_d_dev_sof_cb_t sof; member
/bsp/rm48x50/HALCoGen/include/
A Dhw_usb.h44 uint16 sof; /* Start of frame */ member
/bsp/wch/risc-v/Libraries/ch56x_drivers/
A Dch56x_usbhs.h71 uint8_t sof : 1; // RW, SOF packet/timing interrupt enable member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/usb/
A Dhpl_usb.c911 dev_inst.callbacks.sof(); in _usb_d_dev_sof()
1463 dev_inst.callbacks.sof = (_usb_d_dev_sof_cb_t)_dummy_func_no_return; in _usb_d_dev_init()
2031 dev_inst.callbacks.sof = (_usb_d_dev_sof_cb_t)f; in _usb_d_dev_register_callback()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/usb/
A Dhpl_usb.c911 dev_inst.callbacks.sof(); in _usb_d_dev_sof()
1463 dev_inst.callbacks.sof = (_usb_d_dev_sof_cb_t)_dummy_func_no_return; in _usb_d_dev_init()
2031 dev_inst.callbacks.sof = (_usb_d_dev_sof_cb_t)f; in _usb_d_dev_register_callback()
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_usb_ll_driver.c198 uint8_t sof : 1; /* Set when a new frame starts. */

Completed in 52 milliseconds