Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1483 #define USB_HOST_PCKSIZE_SIZE_Msk (_U(0x7) << USB_HOST_PCKSIZE_SIZE_Pos) macro
1484 #define USB_HOST_PCKSIZE_SIZE(value) (USB_HOST_PCKSIZE_SIZE_Msk & ((value) << USB_HOST_PCKSIZE_SIZE…
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h8389 tmp &= ~USB_HOST_PCKSIZE_SIZE_Msk; in hri_usbhostdescbank_write_PCKSIZE_SIZE_bf()
8413 tmp = (tmp & USB_HOST_PCKSIZE_SIZE_Msk) >> USB_HOST_PCKSIZE_SIZE_Pos; in hri_usbhostdescbank_read_PCKSIZE_SIZE_bf()
9234 tmp &= ~USB_HOST_PCKSIZE_SIZE_Msk; in hri_usbhostdescriptor_write_PCKSIZE_SIZE_bf()
9261 tmp = (tmp & USB_HOST_PCKSIZE_SIZE_Msk) >> USB_HOST_PCKSIZE_SIZE_Pos; in hri_usbhostdescriptor_read_PCKSIZE_SIZE_bf()