Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_usb_l21.h834 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg |= USB_HOST_BINTERVAL_BITINTERVAL(mask); in hri_usbpipe_set_BINTERVAL_BITINTERVAL_bf()
843 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg; in hri_usbpipe_get_BINTERVAL_BITINTERVAL_bf()
853 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg; in hri_usbpipe_write_BINTERVAL_BITINTERVAL_bf()
856 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg = tmp; in hri_usbpipe_write_BINTERVAL_BITINTERVAL_bf()
864 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg &= ~USB_HOST_BINTERVAL_BITINTERVAL(mask); in hri_usbpipe_clear_BINTERVAL_BITINTERVAL_bf()
872 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg ^= USB_HOST_BINTERVAL_BITINTERVAL(mask); in hri_usbpipe_toggle_BINTERVAL_BITINTERVAL_bf()
880 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg; in hri_usbpipe_read_BINTERVAL_BITINTERVAL_bf()
889 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg |= mask; in hri_usbpipe_set_BINTERVAL_reg()
897 tmp = ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg; in hri_usbpipe_get_BINTERVAL_reg()
906 ((UsbHost *)hw)->HostPipe[submodule_index].BINTERVAL.reg = data; in hri_usbpipe_write_BINTERVAL_reg()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dusb.h1677 …__IO USB_HOST_BINTERVAL_Type BINTERVAL; /**< \brief Offset: 0x003 (R/W 8) HOST_PIPE Bus Acces… member