Searched refs:sof (Results 1 – 14 of 14) sorted by relevance
78 sof : 1, /**< Start of frame */ member326 uint32_t sof = 0xFFFFFFFF; /* Start of Frame index */ in _mac_async_read() local343 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() local407 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read_len()408 sof = true; in _mac_async_read_len()[all …]
244 uint32_t sof = 0xFFFFFFFF; /* Start of Frame index */ in _mac_async_read() local261 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() local327 if (_rxbuf_descrs[pos].status.bm.sof) { in _mac_async_read_len()328 sof = true; in _mac_async_read_len()[all …]
81 sof : 1, /**< Start of frame */ member
616 struct usbdc_sof_handler *sof = (struct usbdc_sof_handler *)usbdc.handlers.sof_list.head; in usbdc_sof_notify() local618 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()
75 usb_d_sof_cb_t sof; member
125 _usb_d_dev_sof_cb_t sof; member
44 uint16 sof; /* Start of frame */ member
71 uint8_t sof : 1; // RW, SOF packet/timing interrupt enable member
911 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()
198 uint8_t sof : 1; /* Set when a new frame starts. */
Completed in 39 milliseconds