Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h8225 ((UsbHostDescBank *)hw)->PCKSIZE.reg |= USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescbank_set_PCKSIZE_AUTO_ZLP_bit()
8233 tmp = (tmp & USB_HOST_PCKSIZE_AUTO_ZLP) >> USB_HOST_PCKSIZE_AUTO_ZLP_Pos; in hri_usbhostdescbank_get_PCKSIZE_AUTO_ZLP_bit()
8242 tmp &= ~USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescbank_write_PCKSIZE_AUTO_ZLP_bit()
8251 ((UsbHostDescBank *)hw)->PCKSIZE.reg &= ~USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescbank_clear_PCKSIZE_AUTO_ZLP_bit()
8258 ((UsbHostDescBank *)hw)->PCKSIZE.reg ^= USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescbank_toggle_PCKSIZE_AUTO_ZLP_bit()
9059 ((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg |= USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescriptor_set_PCKSIZE_AUTO_ZLP_bit()
9067 tmp = (tmp & USB_HOST_PCKSIZE_AUTO_ZLP) >> USB_HOST_PCKSIZE_AUTO_ZLP_Pos; in hri_usbhostdescriptor_get_PCKSIZE_AUTO_ZLP_bit()
9077 tmp &= ~USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescriptor_write_PCKSIZE_AUTO_ZLP_bit()
9086 ((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg &= ~USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescriptor_clear_PCKSIZE_AUTO_ZLP_bit()
9093 ((UsbHostDescriptor *)hw)->HostDescBank[submodule_index].PCKSIZE.reg ^= USB_HOST_PCKSIZE_AUTO_ZLP; in hri_usbhostdescriptor_toggle_PCKSIZE_AUTO_ZLP_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1486 #define USB_HOST_PCKSIZE_AUTO_ZLP (_U(0x1) << USB_HOST_PCKSIZE_AUTO_ZLP_Pos) macro